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
line-log: stop assigning string constant to file parent buffer
Patrick Steinhardt
-1
/
+3
2024-06-07
diff: cast string constant in `fill_textconv()`
Patrick Steinhardt
-1
/
+1
2024-06-07
builtin/remote: cast away constness in `get_head_names()`
Patrick Steinhardt
-6
/
+6
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
-19
/
+14
2024-06-07
reftable: cast away constness when assigning constants to records
Patrick Steinhardt
-63
/
+63
2024-06-07
refs/reftable: stop micro-optimizing refname allocations on copy
Patrick Steinhardt
-12
/
+16
2024-06-07
global: convert intentionally-leaking config strings to consts
Patrick Steinhardt
-16
/
+21
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
-102
/
+106
2024-06-07
update-ref: add support for 'symref-update' command
Karthik Nayak
-0
/
+306
2024-06-07
reftable: pick either 'oid' or 'target' for new updates
Karthik Nayak
-2
/
+3
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
-6
/
+146
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
-10
/
+140
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
[prev]
[next]