summaryrefslogtreecommitdiff
path: root/builtin/patch-id.c
AgeCommit message (Expand)Author
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2024-12-06builtin/patch-id: fix type of `get_one_patchid()`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-16Revert "Merge branch 'jc/patch-id' into maint-2.46"Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12Merge branch 'jc/patch-id' into maint-2.46Junio C Hamano
2024-08-14Merge branch 'jc/patch-id'Junio C Hamano
2024-07-29patch-id: tighten code to detect the patch headerJunio C Hamano
2024-07-29patch-id: rewrite code that detects the beginning of a patchJunio C Hamano
2024-07-29patch-id: make get_one_patchid() more extensibleJunio C Hamano
2024-07-29patch-id: call flush_current_id() only when neededJunio C Hamano
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-05-21builtin/patch-id: fix uninitialized hash functionPatrick Steinhardt
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-23cache.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-26Convert 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-29patch-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-13patch-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