index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-07-13
rev-parse: mark unused parameter in for_each_abbrev callback
Jeff King
-1
/
+1
2023-07-13
replace: mark unused parameter in each_mergetag_fn callback
Jeff King
-1
/
+1
2023-07-13
replace: mark unused parameter in ref callback
Jeff King
-1
/
+1
2023-07-13
merge-tree: mark unused parameter in traverse callback
Jeff King
-1
/
+3
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
-18
/
+20
2023-07-13
revisions: drop unused "opt" parameter in "tweak" callbacks
Jeff King
-7
/
+5
2023-07-13
count-objects: mark unused parameter in alternates callback
Jeff King
-1
/
+1
2023-07-13
am: mark unused keep_cr parameters
Jeff King
-2
/
+2
2023-07-13
http-push: mark unused parameter in xml callback
Jeff King
-1
/
+1
2023-07-13
http: mark unused parameters in curl callbacks
Jeff King
-3
/
+6
2023-07-13
do_for_each_ref_helper(): mark unused repository parameter
Jeff King
-1
/
+1
2023-07-13
test-ref-store: drop unimplemented reflog-expire command
Jeff King
-6
/
+0
2023-07-13
i18n: mark more bundle.c strings for translation
D. Ben Knoble
-2
/
+2
2023-07-13
push: don't imply that integration is always required before pushing
Alex Henrie
-12
/
+12
2023-07-13
remote: don't imply that integration is always required before pushing
Alex Henrie
-20
/
+20
2023-07-13
wt-status: don't show divergence advice when committing
Alex Henrie
-11
/
+13
2023-07-12
packfile.c: prevent overflow in `nth_packed_object_id()`
Taylor Blau
-2
/
+2
2023-07-11
builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`
Taylor Blau
-26
/
+15
2023-07-11
builtin/repack.c: only repack `.pack`s that exist
Derrick Stolee
-1
/
+38
2023-07-10
ls-refs.c: avoid enumerating hidden refs where possible
Taylor Blau
-1
/
+2
2023-07-10
upload-pack.c: avoid enumerating hidden refs where possible
Taylor Blau
-6
/
+31
2023-07-10
builtin/receive-pack.c: avoid enumerating hidden references
Taylor Blau
-1
/
+3
2023-07-10
refs.h: implement `hidden_refs_to_excludes()`
Taylor Blau
-0
/
+30
2023-07-10
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
-7
/
+13
2023-07-10
revision.h: store hidden refs in a `strvec`
Taylor Blau
-20
/
+22
2023-07-10
refs/packed-backend.c: add trace2 counters for jump list
Taylor Blau
-19
/
+49
2023-07-10
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
-8
/
+276
2023-07-10
refs/packed-backend.c: refactor `find_reference_location()`
Taylor Blau
-16
/
+22
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
-26
/
+42
2023-07-10
builtin/for-each-ref.c: add `--exclude` option
Taylor Blau
-0
/
+62
2023-07-10
ref-filter.c: parameterize match functions over patterns
Jeff King
-8
/
+10
2023-07-10
ref-filter: add `ref_filter_clear()`
Jeff King
-2
/
+24
2023-07-10
ref-filter: clear reachable list pointers after freeing
Jeff King
-7
/
+7
2023-07-10
ref-filter.h: provide `REF_FILTER_INIT`
Jeff King
-7
/
+7
2023-07-10
refs.c: rename `ref_filter`
Jeff King
-7
/
+8
2023-07-10
doc: gitcredentials: link to helper list
M Hickford
-0
/
+11
2023-07-10
commit-graph.c: avoid duplicated progress output during `verify`
Taylor Blau
-11
/
+19
2023-07-10
commit-graph.c: pass progress to `verify_one_commit_graph()`
Taylor Blau
-8
/
+9
2023-07-10
commit-graph.c: iteratively verify commit-graph chains
Taylor Blau
-4
/
+5
2023-07-10
commit-graph.c: extract `verify_one_commit_graph()`
Taylor Blau
-8
/
+16
2023-07-10
fsck: suppress MIDX output with `--no-progress`
Taylor Blau
-0
/
+16
2023-07-10
fsck: suppress commit-graph output with `--no-progress`
Taylor Blau
-0
/
+14
2023-07-08
dir: match "attr" pathspec magic with correct paths
Junio C Hamano
-2
/
+24
2023-07-08
The ninth batch
Junio C Hamano
-0
/
+7
2023-07-08
Merge branch 'jk/fsck-indices-in-worktrees'
Junio C Hamano
-4
/
+4
2023-07-08
Merge branch 'js/empty-index-fixes'
Junio C Hamano
-11
/
+22
2023-07-08
Merge branch 'ks/t4205-test-describe-with-abbrev-fix'
Junio C Hamano
-1
/
+16
2023-07-07
pretty: use strchr(3) in userformat_find_requirements()
René Scharfe
-4
/
+2
2023-07-07
pkt-line: add size parameter to packet_length()
René Scharfe
-6
/
+11
2023-07-07
tree-walk: drop unused base_offset from do_match()
Junio C Hamano
-17
/
+16
[prev]
[next]