summaryrefslogtreecommitdiff
path: root/builtin/patch-id.c
AgeCommit message (Expand)Author
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-10-24builtin: patch-id: remove unused diff-tree prefixJerry Zhang
2022-10-24builtin: patch-id: add --verbatim as a command modeJerry Zhang
2022-10-24builtin: patch-id: fix patch-id with binary diffsJerry Zhang
2022-02-02patch-id: fix scan_hunk_header on diffs with 1 line of before/afterJerry Zhang
2019-12-09patch-id: use oid_to_hex() to print multiple object IDsRené Scharfe
2019-08-19patch-id: convert to use the_hash_algobrian m. carlson
2019-05-08format-patch: make --base patch-id output stableStephen Boyd
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2016-06-03Merge branch 'rs/patch-id-use-skip-prefix'Junio C Hamano
2016-05-30patch-id: use starts_with() and skip_prefix()René Scharfe
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano
2015-03-14patch-id: convert to use struct object_idbrian m. carlson
2014-06-10patch-id: make it stable against hunk reorderingMichael S. Tsirkin
2011-09-22patch-id.c: use strbuf instead of a fixed bufferMichael Schubert
2011-03-22Fix sparse warningsStephen Boyd
2011-02-17git-patch-id: do not trip over "no newline" markersMichael J Gruber
2010-04-19patch-id: Add support for mbox formatPaolo Bonzini
2010-04-19patch-id: extract parsing one diff out of generate_id_listPaolo Bonzini
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds