Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-20replace: die early if replace ref already existsChristian Couder
2014-05-20replace: refactor checking ref validityChristian Couder
2014-05-20replace: make sure --edit results in a different objectChristian Couder
2014-05-20commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy
2014-05-15git grep -O -i: if the pager is 'less', pass the '-I' optionJohannes Schindelin
2014-05-12index-pack: distinguish missing objects from type errorsJeff King
2014-05-09blame: correctly handle files regardless of autocrlfbrian m. carlson
2014-05-09mv: allow renaming to fix case on case insensitive filesystemsDavid Turner
2014-05-09checkout.c: use ref_exists instead of file_existRonnie Sahlberg
2014-05-09refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg
2014-05-08builtin/tag.c: show tag name to hint in the message editorThorsten Glaser
2014-05-07silence a bunch of format-zero-length warningsFelipe Contreras
2014-05-07grep: use run-command's "dir" option for --open-files-in-pagerJeff King
2014-05-03commit: accept more date formats for "--date"Jeff King
2014-05-03commit: print "Date" line when the user has set dateJeff King
2014-05-03commit: use split_ident_line to compare author/committerJeff King
2014-04-30rerere: fix for merge.conflictstyleFelipe Contreras
2014-04-29replace: add --edit optionJeff King
2014-04-29replace: factor object resolution out of replace_objectJeff King
2014-04-29replace: use OPT_CMDMODE to handle modesJeff King
2014-04-29replace: refactor command-mode determinationJeff King
2014-04-29blame: large-scale performance rewriteDavid Kastrup
2014-04-28commit: do not complain of empty messages from -CJeff King
2014-04-25git tag --contains: avoid stack overflowJean-Jacques Lafay
2014-04-23blame: dynamic blame_date_width for different localesJiang Xin
2014-04-23blame: fix broken time_buf paddings in relative timestampJiang Xin
2014-04-22merge: enable defaulttoupstream by defaultFelipe Contreras
2014-04-21fast-export: add support to delete refsFelipe Contreras
2014-04-21fast-export: add new --refspec optionFelipe Contreras
2014-04-21fast-export: improve argument parsingFelipe Contreras
2014-04-17commit.c: check for lock error and return earlyRonnie Sahlberg
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin
2014-04-16index-pack: work around thread-unsafe pread()Nguyễn Thái Ngọc Duy
2014-04-10wrapper.c: add xpread() similar to xread()Yiannis Marangos
2014-04-09Merge branch 'jl/nor-or-nand-and' into maintJunio C Hamano
2014-04-09Merge branch 'mh/update-ref-batch-create-fix' into maintJunio C Hamano
2014-04-08Merge branch 'bp/commit-p-editor' into maintJunio C Hamano
2014-04-08Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-08Merge branch 'mh/update-ref-batch-create-fix'Junio C Hamano
2014-04-08Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano
2014-04-07update-ref --stdin: reimplement using reference transactionsMichael Haggerty
2014-04-07update-ref --stdin: harmonize error messagesMichael Haggerty
2014-04-07update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty
2014-04-07update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty
2014-04-07update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty
2014-04-07update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty
2014-04-07update-ref --stdin: make error messages more consistentMichael Haggerty
2014-04-07update-ref --stdin: improve error messages for invalid valuesMichael Haggerty
2014-04-07update-ref.c: extract a new function, parse_refname()Michael Haggerty