summaryrefslogtreecommitdiff
path: root/builtin/patch-id.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09patch-id: use oid_to_hex() to print multiple object IDsLibravatar René Scharfe1-7/+2
2019-08-19patch-id: convert to use the_hash_algoLibravatar brian m. carlson1-5/+6
2019-05-08format-patch: make --base patch-id output stableLibravatar Stephen Boyd1-16/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-03-26Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZLibravatar brian m. carlson1-1/+1
2016-06-03Merge branch 'rs/patch-id-use-skip-prefix'Libravatar Junio C Hamano1-13/+10
2016-05-29patch-id: use starts_with() and skip_prefix()Libravatar René Scharfe1-13/+10
2015-10-16usage: do not insist that standard input must come from a fileLibravatar Junio C Hamano1-1/+1
2015-03-13patch-id: convert to use struct object_idLibravatar brian m. carlson1-17/+17
2014-06-10patch-id: make it stable against hunk reorderingLibravatar Michael S. Tsirkin1-15/+59
2011-09-22patch-id.c: use strbuf instead of a fixed bufferLibravatar Michael Schubert1-4/+6
2011-03-22Fix sparse warningsLibravatar Stephen Boyd1-3/+2
2011-02-17git-patch-id: do not trip over "no newline" markersLibravatar Michael J Gruber1-0/+2
2010-04-19patch-id: Add support for mbox formatLibravatar Paolo Bonzini1-6/+62
2010-04-19patch-id: extract parsing one diff out of generate_id_listLibravatar Paolo Bonzini1-13/+26
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+85