summaryrefslogtreecommitdiffstats
path: root/builtin/patch-id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin/patch-id: fix type of `get_one_patchid()`Patrick Steinhardt2024-12-061-8/+8
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-1/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
| * Merge branch 'jc/patch-id'Junio C Hamano2024-08-141-21/+72
| |\
* | | Revert "Merge branch 'jc/patch-id' into maint-2.46"Junio C Hamano2024-09-171-72/+21
* | | Merge branch 'jc/patch-id' into maint-2.46Junio C Hamano2024-09-121-21/+72
|\ \ \ | |/ / |/| / | |/
| * patch-id: tighten code to detect the patch headerJunio C Hamano2024-07-301-13/+36
| * patch-id: rewrite code that detects the beginning of a patchJunio C Hamano2024-07-301-8/+21
| * patch-id: make get_one_patchid() more extensibleJunio C Hamano2024-07-301-5/+20
| * patch-id: call flush_current_id() only when neededJunio C Hamano2024-07-301-4/+4
* | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-3/+3
* | builtin/patch-id: fix uninitialized hash functionPatrick Steinhardt2024-05-211-0/+13
|/
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
|/
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* 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