summaryrefslogtreecommitdiffstats
path: root/commit.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-11Fourth batch of topics for 2.10Junio C Hamano1-0/+40
2016-07-10git-svn: warn instead of dying when commit data is missingEric Wong1-2/+6
2016-07-06Third batch of topics for 2.10Junio C Hamano1-16/+111
2016-07-06More fixes for 2.9.1Junio C Hamano1-0/+34
2016-07-06mailmap: use main email address for dturnerDavid Turner1-0/+1
2016-07-03git-svn: clone: Fail on missing url argumentChristopher Layne1-1/+4
2016-06-30reset --hard: skip blank lines when reporting the commit subjectJohannes Schindelin1-1/+1
2016-06-30sequencer: use skip_blank_lines() to find the commit subjectJohannes Schindelin1-4/+2
2016-06-29commit -C: skip blank lines at the beginning of the messageJohannes Schindelin1-1/+1
2016-06-28color.h: remove obsolete comment about limitations on WindowsJohannes Schindelin1-5/+0
2016-06-27Second batch of topics for 2.10Junio C Hamano1-0/+65
2016-06-27Start preparing for 2.9.1Junio C Hamano2-1/+29
2016-06-24log: add log.showSignature configuration variableMehul Jain4-0/+37
2016-06-24log: add "--no-show-signature" command line optionMehul Jain2-0/+7
2016-06-24t4202: refactor testMehul Jain1-2/+5
2016-06-23color: support strike-through attributeJeff King4-7/+9
2016-06-23color: support "italic" attributeJeff King4-7/+11
2016-06-23color: allow "no-" for negating attributesJeff King3-2/+8
2016-06-23color: refactor parse_attrJeff King1-10/+21
2016-06-23add skip_prefix_mem helperJeff King1-0/+17
2016-06-23doc: refactor description of color formatJeff King1-21/+26
2016-06-23color: fix max-size commentJeff King1-5/+7
2016-06-23git-svn: skip mergeinfo handling with --no-follow-parentEric Wong1-9/+16
2016-06-22t2300: "git --exec-path" is not usable in $PATH on Windows as-isJohannes Schindelin1-1/+9
2016-06-22p4211: explicitly disable renames in no-rename testJeff King1-3/+3
2016-06-22t/perf: fix regression in testing older versions of gitJeff King2-3/+14
2016-06-22commit.c: make find_commit_subject() more robustJohannes Schindelin2-1/+18
2016-06-22pretty: make the skip_blank_lines() function publicJohannes Schindelin2-8/+9
2016-06-22doc: git-htmldocs.googlecode.com is no moreJonathan Nieder1-2/+2
2016-06-22git-p4: correct hasBranchPrefix verbose outputAndrew Oakley1-1/+1
2016-06-22t7810: fix duplicated test titleCharles Bailey1-1/+1
2016-06-21t5614: don't use subshellsStefan Beller1-50/+20
2016-06-21t7800: readlink may not be availableArmin Kunaschik1-1/+1
2016-06-21perf: accommodate for MacOSXJohannes Schindelin2-1/+7
2016-06-21local_tzoffset: detect errors from tm_to_time_tJeff King2-0/+7
2016-06-21t0006: test various date formatsJeff King2-0/+47
2016-06-21t0006: rename test-date's "show" to "relative"Jeff King2-17/+17
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin3-6/+6
2016-06-20clone: do not let --depth imply --shallow-submodulesJunio C Hamano3-8/+21
2016-06-20Start the post-2.9 cycleJunio C Hamano3-2/+70
2016-06-19sh-setup: enclose setting of ${VAR=default} in double-quotesLE Manh Cuong1-3/+3
2016-06-18gpg-interface: check gpg signature creation statusMichael J Gruber2-3/+14
2016-06-18sign_buffer: use pipe_commandJeff King1-19/+5
2016-06-18verify_signed_buffer: use pipe_commandJeff King1-19/+3
2016-06-18run-command: add pipe_command helperJeff King2-12/+171
2016-06-18verify_signed_buffer: use tempfile objectJeff King1-8/+13
2016-06-18verify_signed_buffer: drop pbuf variableJeff King1-5/+4
2016-06-18gpg-interface: use child_process.argsJeff King1-10/+9
2016-06-17Documentation/technical: signed merge tag formatMichael J Gruber1-0/+74
2016-06-17Documentation/technical: signed commit formatMichael J Gruber1-0/+48