aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/patch-id.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson1-1/+1
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-6/+6
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-1/+1
2024-12-06builtin/patch-id: fix type of `get_one_patchid()`Patrick Steinhardt1-8/+8
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-16Revert "Merge branch 'jc/patch-id' into maint-2.46"Junio C Hamano1-72/+21
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12Merge branch 'jc/patch-id' into maint-2.46Junio C Hamano1-21/+72
2024-08-14Merge branch 'jc/patch-id'Junio C Hamano1-21/+72
2024-07-29patch-id: tighten code to detect the patch headerJunio C Hamano1-13/+36
2024-07-29patch-id: rewrite code that detects the beginning of a patchJunio C Hamano1-8/+21
2024-07-29patch-id: make get_one_patchid() more extensibleJunio C Hamano1-5/+20
2024-07-29patch-id: call flush_current_id() only when neededJunio C Hamano1-4/+4
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+3
2024-05-21builtin/patch-id: fix uninitialized hash functionPatrick Steinhardt1-0/+13
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-10-24builtin: patch-id: remove unused diff-tree prefixJerry Zhang1-2/+2
2022-10-24builtin: patch-id: add --verbatim as a command modeJerry Zhang1-25/+48
2022-10-24builtin: patch-id: fix patch-id with binary diffsJerry Zhang1-2/+34
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