summaryrefslogtreecommitdiffstats
path: root/commit.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-27log-tree: use FLEX_ARRAY in name_decorationJeff King1-1/+1
2014-08-26log-tree: make name_decoration hash staticJeff King3-5/+10
2014-08-26log-tree: make add_name_decoration a public functionJeff King3-14/+17
2014-07-22Documentation: fix missing text for rev-parse --verifybrian m. carlson1-1/+1
2014-07-16annotate: use argv_arrayRené Scharfe1-7/+5
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg2-2/+2
2014-05-30Git 1.9.4v1.9.4Junio C Hamano4-3/+20
2014-05-20git-prompt.sh: don't assume the shell expands the value of PS1Richard Hansen2-20/+42
2014-05-09Git 1.9.3v1.9.3Junio C Hamano2-2/+3
2014-05-08shell doc: remove stray "+" in exampleJonathan Nieder1-1/+1
2014-05-08Start preparing for 1.9.3Junio C Hamano2-1/+22
2014-05-07git-p4: format-patch to diff-tree change breaks binary patchesTolga Ceylan1-1/+1
2014-04-24setup: fix windows path buffer over-steppingMartin Erik Werner1-2/+2
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen2-24/+54
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay1-10/+1
2014-04-17rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay3-0/+45
2014-04-11test: fix t5560 on FreeBSDKyle J. McKay1-2/+2
2014-04-11test: fix t7001 cp to use POSIX optionsKyle J. McKay1-2/+2
2014-04-09Git 1.9.2v1.9.2Junio C Hamano3-2/+23
2014-04-09doc/http-backend: missing accent grave in literal mark-upThomas Ackermann1-1/+1
2014-04-09utf8.c: partially update to version 6.3Torsten Bögershausen1-5/+4
2014-04-08Update draft release notes to 1.9.2Junio C Hamano1-0/+9
2014-04-03Start preparing for 1.9.1Junio C Hamano2-1/+39
2014-04-02update-ref: fail create operation over stdin if ref already existsAman Gupta2-0/+12
2014-04-01t4212: loosen far-in-future test for AIXJeff King1-4/+2
2014-04-01date: recognize bogus FreeBSD gmtime outputJeff King4-0/+45
2014-04-01code and test: fix misuses of "nor"Justin Lebar12-16/+16
2014-04-01comments: fix misuses of "nor"Justin Lebar20-27/+26
2014-04-01contrib: fix misuses of "nor"Justin Lebar2-3/+3
2014-04-01Documentation: fix misuses of "nor"Justin Lebar25-44/+43
2014-03-31diff-no-index: correctly diagnose error return from diff_opt_parse()Junio C Hamano1-1/+1
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto2-7/+45
2014-03-26status: disable translation when --porcelain is usedMatthieu Moy2-5/+9
2014-03-18Git 1.9.1v1.9.1Junio C Hamano4-3/+63
2014-03-18test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck1-2/+2
2014-03-18run-command: mark run_hook_with_custom_index as deprecatedBenoit Pierre1-0/+1
2014-03-18merge hook tests: fix and update testsBenoit Pierre1-6/+21
2014-03-18merge: fix GIT_EDITOR override for commit hookBenoit Pierre1-1/+1
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre9-32/+80