summary refs log tree commit diff
path: root/builtin/patch-id.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-02patch-id: fix scan_hunk_header on diffs with 1 line of before/afterJerry Zhang1-2/+7
2019-12-09patch-id: use oid_to_hex() to print multiple object IDsRené Scharfe1-7/+2
2019-08-19patch-id: convert to use the_hash_algobrian m. carlson1-5/+6
2019-05-08format-patch: make --base patch-id output stableStephen Boyd1-16/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-03-26Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson1-1/+1
2016-06-03Merge branch 'rs/patch-id-use-skip-prefix'Junio C Hamano1-13/+10
2016-05-29patch-id: use starts_with() and skip_prefix()René Scharfe1-13/+10
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano1-1/+1
2015-03-13patch-id: convert to use struct object_idbrian m. carlson1-17/+17
2014-06-10patch-id: make it stable against hunk reorderingMichael S. Tsirkin1-15/+59
2011-09-22patch-id.c: use strbuf instead of a fixed bufferMichael Schubert1-4/+6
2011-03-22Fix sparse warningsStephen Boyd1-3/+2
2011-02-17git-patch-id: do not trip over "no newline" markersMichael J Gruber1-0/+2
2010-04-19patch-id: Add support for mbox formatPaolo Bonzini1-6/+62
2010-04-19patch-id: extract parsing one diff out of generate_id_listPaolo Bonzini1-13/+26
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+85