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
2024-06-07
update-ref: add support for 'symref-verify' command
Karthik Nayak
-15
/
+208
2024-06-07
refs: specify error for regular refs with `old_target`
Karthik Nayak
-6
/
+18
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
-3
/
+14
2024-06-07
server-info.c: remove temporary info files on exit
Taylor Blau
-16
/
+10
2024-06-07
commit-graph.c: remove temporary graph layers on exit
Taylor Blau
-12
/
+33
2024-06-06
The eleventh batch
Junio C Hamano
-0
/
+4
2024-06-06
Merge branch 'mt/openindiana-scalar'
Junio C Hamano
-4
/
+0
2024-06-06
Merge branch 'rs/difftool-env-simplify'
Junio C Hamano
-8
/
+4
2024-06-06
Merge branch 'th/quiet-lazy-fetch-from-promisor'
Junio C Hamano
-0
/
+51
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
-585
/
+1138
2024-06-06
credential: clear expired c->credential, unify secret clearing
Aaron Plattner
-22
/
+28
2024-06-06
test-terminal: drop stdin handling
Jeff King
-26
/
+3
2024-06-06
am: add explicit "--retry" option
Jeff King
-6
/
+19
2024-06-06
ci: fix check for Ubuntu 20.04
Patrick Steinhardt
-1
/
+1
2024-06-06
builtin/refs: new command to migrate ref storage formats
Patrick Steinhardt
-0
/
+384
2024-06-06
refs: implement logic to migrate between ref storage formats
Patrick Steinhardt
-0
/
+326
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
-0
/
+146
2024-06-06
worktree: don't store main worktree twice
Patrick Steinhardt
-18
/
+11
2024-06-06
reftable: inline `merged_table_release()`
Patrick Steinhardt
-18
/
+4
2024-06-06
refs/files: fix NULL pointer deref when releasing ref store
Patrick Steinhardt
-0
/
+2
2024-06-06
refs/files: extract function to iterate through root refs
Patrick Steinhardt
-9
/
+42
2024-06-06
refs/files: refactor `add_pseudoref_and_head_entries()`
Patrick Steinhardt
-9
/
+6
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
-2
/
+20
2024-06-06
refs: pass storage format to `ref_store_init()` explicitly
Patrick Steinhardt
-8
/
+11
2024-06-06
refs: convert ref storage format to an enum
Patrick Steinhardt
-22
/
+29
2024-06-06
setup: unset ref storage when reinitializing repository version
Patrick Steinhardt
-0
/
+2
2024-06-06
ci/test-documentation: work around SyntaxWarning in Python 3.12
Patrick Steinhardt
-0
/
+1
2024-06-06
gitlab-ci: add job to run `make check-docs`
Patrick Steinhardt
-0
/
+9
2024-06-06
Documentation/lint-manpages: bubble up errors
Patrick Steinhardt
-8
/
+33
2024-06-06
Makefile: extract script to lint missing/extraneous manpages
Patrick Steinhardt
-36
/
+87
2024-06-05
add-i: finally retire add.interactive.useBuiltin
Junio C Hamano
-26
/
+1
2024-06-05
attr.tree: HEAD:.gitattributes is no longer the default in a bare repo
Junio C Hamano
-3
/
+2
2024-06-05
sparse-checkout: free duplicate hashmap entries
Jeff King
-1
/
+9
2024-06-05
sparse-checkout: free string list after displaying
Jeff King
-0
/
+2
2024-06-05
sparse-checkout: free pattern list in sparse_checkout_list()
Jeff King
-3
/
+2
2024-06-05
sparse-checkout: free sparse_filename after use
Jeff King
-0
/
+2
2024-06-05
sparse-checkout: refactor temporary sparse_checkout_patterns
Jeff King
-1
/
+8
2024-06-05
sparse-checkout: always free "line" strbuf after reading input
Jeff King
-0
/
+1
2024-06-05
sparse-checkout: reuse --stdin buffer when reading patterns
Jeff King
-5
/
+4
2024-06-05
dir.c: always copy input to add_pattern()
Jeff King
-14
/
+7
2024-06-05
dir.c: reduce max pattern file size to 100MB
Jeff King
-2
/
+28
2024-06-04
show-ref: introduce --branches and deprecate --heads
Junio C Hamano
-23
/
+35
2024-06-04
ls-remote: introduce --branches and deprecate --heads
Junio C Hamano
-12
/
+39
2024-06-04
refs: call branches branches
Junio C Hamano
-5
/
+5
2024-06-04
imap-send: minimum leakfix
Junio C Hamano
-0
/
+1
2024-06-04
dir.c: free removed sparse-pattern hashmap entries
Jeff King
-1
/
+8
2024-06-04
sparse-checkout: clear patterns when init() sees existing sparse file
Jeff King
-0
/
+1
2024-06-04
dir.c: free strings in sparse cone pattern hashmaps
Jeff King
-4
/
+15
2024-06-04
sparse-checkout: pass string literals directly to add_pattern()
Jeff King
-8
/
+5
2024-06-04
sparse-checkout: free string list in write_cone_to_file()
Jeff King
-0
/
+2
[prev]
[next]