index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
patch-id.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
1
-1
/
+1
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-6
/
+6
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-1
/
+1
2024-12-06
builtin/patch-id: fix type of `get_one_patchid()`
Patrick Steinhardt
1
-8
/
+8
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-16
Revert "Merge branch 'jc/patch-id' into maint-2.46"
Junio C Hamano
1
-72
/
+21
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
Merge branch 'jc/patch-id' into maint-2.46
Junio C Hamano
1
-21
/
+72
2024-08-14
Merge branch 'jc/patch-id'
Junio C Hamano
1
-21
/
+72
2024-07-29
patch-id: tighten code to detect the patch header
Junio C Hamano
1
-13
/
+36
2024-07-29
patch-id: rewrite code that detects the beginning of a patch
Junio C Hamano
1
-8
/
+21
2024-07-29
patch-id: make get_one_patchid() more extensible
Junio C Hamano
1
-5
/
+20
2024-07-29
patch-id: call flush_current_id() only when needed
Junio C Hamano
1
-4
/
+4
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-05-21
builtin/patch-id: fix uninitialized hash function
Patrick Steinhardt
1
-0
/
+13
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-10-24
builtin: patch-id: remove unused diff-tree prefix
Jerry Zhang
1
-2
/
+2
2022-10-24
builtin: patch-id: add --verbatim as a command mode
Jerry Zhang
1
-25
/
+48
2022-10-24
builtin: patch-id: fix patch-id with binary diffs
Jerry Zhang
1
-2
/
+34
2022-02-02
patch-id: fix scan_hunk_header on diffs with 1 line of before/after
Jerry Zhang
1
-2
/
+7
2019-12-09
patch-id: use oid_to_hex() to print multiple object IDs
René Scharfe
1
-7
/
+2
2019-08-19
patch-id: convert to use the_hash_algo
brian m. carlson
1
-5
/
+6
2019-05-08
format-patch: make --base patch-id output stable
Stephen Boyd
1
-16
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-03-26
Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
brian m. carlson
1
-1
/
+1
2016-06-03
Merge branch 'rs/patch-id-use-skip-prefix'
Junio C Hamano
1
-13
/
+10
2016-05-29
patch-id: use starts_with() and skip_prefix()
René Scharfe
1
-13
/
+10
2015-10-16
usage: do not insist that standard input must come from a file
Junio C Hamano
1
-1
/
+1
2015-03-13
patch-id: convert to use struct object_id
brian m. carlson
1
-17
/
+17
2014-06-10
patch-id: make it stable against hunk reordering
Michael S. Tsirkin
1
-15
/
+59
2011-09-22
patch-id.c: use strbuf instead of a fixed buffer
Michael Schubert
1
-4
/
+6
2011-03-22
Fix sparse warnings
Stephen Boyd
1
-3
/
+2
2011-02-17
git-patch-id: do not trip over "no newline" markers
Michael J Gruber
1
-0
/
+2
2010-04-19
patch-id: Add support for mbox format
Paolo Bonzini
1
-6
/
+62
2010-04-19
patch-id: extract parsing one diff out of generate_id_list
Paolo Bonzini
1
-13
/
+26
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
1
-0
/
+85