summaryrefslogtreecommitdiffstats
path: root/builtin/patch-id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* builtin: patch-id: remove unused diff-tree prefixJerry Zhang2022-10-251-2/+2
* builtin: patch-id: add --verbatim as a command modeJerry Zhang2022-10-251-25/+48
* builtin: patch-id: fix patch-id with binary diffsJerry Zhang2022-10-251-2/+34
* patch-id: fix scan_hunk_header on diffs with 1 line of before/afterJerry Zhang2022-02-021-2/+7
* patch-id: use oid_to_hex() to print multiple object IDsRené Scharfe2019-12-091-7/+2
* patch-id: convert to use the_hash_algobrian m. carlson2019-08-201-5/+6
* format-patch: make --base patch-id output stableStephen Boyd2019-05-081-16/+1
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-271-1/+1
* Merge branch 'rs/patch-id-use-skip-prefix'Junio C Hamano2016-06-031-13/+10
|\
| * patch-id: use starts_with() and skip_prefix()René Scharfe2016-05-301-13/+10
* | usage: do not insist that standard input must come from a fileJunio C Hamano2015-10-171-1/+1
* | patch-id: convert to use struct object_idbrian m. carlson2015-03-141-17/+17
|/
* patch-id: make it stable against hunk reorderingMichael S. Tsirkin2014-06-101-15/+59
* patch-id.c: use strbuf instead of a fixed bufferMichael Schubert2011-09-221-4/+6
* Fix sparse warningsStephen Boyd2011-03-221-3/+2
* git-patch-id: do not trip over "no newline" markersMichael J Gruber2011-02-171-0/+2
* patch-id: Add support for mbox formatPaolo Bonzini2010-04-191-6/+62
* patch-id: extract parsing one diff out of generate_id_listPaolo Bonzini2010-04-191-13/+26
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+85