summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-05-08blame: correctly handle files regardless of autocrlfbrian m. carlson1-1/+0
2014-05-08mv: allow renaming to fix case on case insensitive filesystemsDavid Turner1-1/+2
2014-05-08checkout.c: use ref_exists instead of file_existRonnie Sahlberg1-4/+1
2014-05-08refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg2-5/+4
2014-05-07builtin/tag.c: show tag name to hint in the message editorThorsten Glaser1-4/+4
2014-05-07silence a bunch of format-zero-length warningsFelipe Contreras1-1/+1
2014-05-07grep: use run-command's "dir" option for --open-files-in-pagerJeff King1-3/+1
2014-05-02commit: accept more date formats for "--date"Jeff King1-2/+25
2014-05-02commit: print "Date" line when the user has set dateJeff King1-0/+19
2014-05-02commit: use split_ident_line to compare author/committerJeff King1-17/+16
2014-04-30rerere: fix for merge.conflictstyleFelipe Contreras1-0/+2
2014-04-29replace: add --edit optionJeff King1-1/+111
2014-04-29replace: factor object resolution out of replace_objectJeff King1-8/+18
2014-04-29replace: use OPT_CMDMODE to handle modesJeff King1-24/+25
2014-04-29replace: refactor command-mode determinationJeff King1-8/+6
2014-04-28blame: large-scale performance rewriteDavid Kastrup1-298/+567
2014-04-28commit: do not complain of empty messages from -CJeff King1-3/+2
2014-04-25git tag --contains: avoid stack overflowJean-Jacques Lafay1-15/+75
2014-04-23blame: dynamic blame_date_width for different localesJiang Xin1-1/+8
2014-04-23blame: fix broken time_buf paddings in relative timestampJiang Xin1-7/+14
2014-04-22merge: enable defaulttoupstream by defaultFelipe Contreras1-1/+1
2014-04-21fast-export: add support to delete refsFelipe Contreras1-0/+14
2014-04-21fast-export: add new --refspec optionFelipe Contreras1-0/+32
2014-04-21fast-export: improve argument parsingFelipe Contreras1-1/+2
2014-04-17commit.c: check for lock error and return earlyRonnie Sahlberg1-4/+4
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin1-5/+3
2014-04-16index-pack: work around thread-unsafe pread()Nguyễn Thái Ngọc Duy1-10/+17
2014-04-10wrapper.c: add xpread() similar to xread()Yiannis Marangos1-1/+1
2014-04-09Merge branch 'jl/nor-or-nand-and' into maintJunio C Hamano6-8/+8
2014-04-09Merge branch 'mh/update-ref-batch-create-fix' into maintJunio C Hamano1-0/+1
2014-04-08Merge branch 'bp/commit-p-editor' into maintJunio C Hamano5-17/+38
2014-04-08Merge branch 'jk/pack-bitmap'Junio C Hamano1-1/+12
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano6-8/+8
2014-04-08Merge branch 'mh/update-ref-batch-create-fix'Junio C Hamano1-0/+1
2014-04-08Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano7-9/+37
2014-04-07update-ref --stdin: reimplement using reference transactionsMichael Haggerty1-67/+75
2014-04-07update-ref --stdin: harmonize error messagesMichael Haggerty1-12/+12
2014-04-07update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty1-2/+2
2014-04-07update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty1-0/+2
2014-04-07update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty1-62/+98
2014-04-07update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty1-3/+3
2014-04-07update-ref --stdin: make error messages more consistentMichael Haggerty1-4/+4
2014-04-07update-ref --stdin: improve error messages for invalid valuesMichael Haggerty1-11/+13
2014-04-07update-ref.c: extract a new function, parse_refname()Michael Haggerty1-49/+41
2014-04-07parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twiceMichael Haggerty1-1/+1
2014-04-07update-ref --stdin: read the whole input at onceMichael Haggerty1-62/+108
2014-04-07update_refs(): fix constnessMichael Haggerty1-1/+1
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty6-15/+19
2014-04-07parse_arg(): really test that argument is properly terminatedMichael Haggerty1-5/+15
2014-04-07commit -m: commit staged submodules regardless of ignore configJens Lehmann1-2/+16