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-05-07
cocci: introduce rules to transform "refs" to pass ref store
Patrick Steinhardt
-0
/
+103
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
-13
/
+16
2024-05-07
refs: introduce missing functions that accept a `struct ref_store`
Patrick Steinhardt
-14
/
+64
2024-05-07
builtin/tag: add --trailer option
John Passaro
-11
/
+157
2024-05-07
builtin/commit: refactor --trailer logic
John Passaro
-8
/
+23
2024-05-07
builtin/commit: use ARGV macro to collect trailers
John Passaro
-9
/
+1
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
-172
/
+0
2024-05-07
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
-11
/
+9
2024-05-07
refs: use transaction in `refs_create_symref()`
Karthik Nayak
-8
/
+41
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
-40
/
+197
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
-33
/
+25
2024-05-07
refs: support symrefs in 'reference-transaction' hook
Karthik Nayak
-9
/
+25
2024-05-07
files-backend: extract out `create_symref_lock()`
Karthik Nayak
-14
/
+37
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
-24
/
+71
2024-05-06
repository: stop setting SHA1 as the default object hash
Patrick Steinhardt
-20
/
+0
2024-05-06
oss-fuzz/commit-graph: set up hash algorithm
Patrick Steinhardt
-0
/
+1
2024-05-06
builtin/shortlog: don't set up revisions without repo
Patrick Steinhardt
-1
/
+1
2024-05-06
builtin/diff: explicitly set hash algo when there is no repo
Patrick Steinhardt
-0
/
+9
2024-05-06
builtin/bundle: abort "verify" early when there is no repository
Patrick Steinhardt
-0
/
+5
2024-05-06
builtin/blame: don't access potentially unitialized `the_hash_algo`
Patrick Steinhardt
-3
/
+2
2024-05-06
builtin/rev-parse: allow shortening to more than 40 hex characters
Patrick Steinhardt
-3
/
+8
2024-05-06
remote-curl: fix parsing of detached SHA256 heads
Patrick Steinhardt
-1
/
+33
2024-05-06
attr: fix BUG() when parsing attrs outside of repo
Patrick Steinhardt
-0
/
+21
2024-05-06
attr: don't recompute default attribute source
Patrick Steinhardt
-9
/
+16
2024-05-06
parse-options-cb: only abbreviate hashes when hash algo is known
Patrick Steinhardt
-1
/
+19
2024-05-06
path: move `validate_headref()` to its only user
Patrick Steinhardt
-54
/
+53
2024-05-06
path: harden validation of HEAD with non-standard hashes
Patrick Steinhardt
-1
/
+1
2024-05-06
Merge branch 'ps/the-index-is-no-more' into ps/undecided-is-not-necessarily-sha1
Junio C Hamano
-455
/
+435
2024-05-06
Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-neces...
Junio C Hamano
-10
/
+10
2024-05-06
cmake: let `test-tool` run the unit tests, too
Johannes Schindelin
-1
/
+2
2024-05-06
ci: use test-tool as unit test runner on Windows
Josh Steadmon
-1
/
+1
2024-05-06
t/Makefile: run unit tests alongside shell tests
Jeff King
-3
/
+19
2024-05-06
unit tests: add rule for running with test-tool
Josh Steadmon
-2
/
+10
2024-05-06
test-tool run-command testsuite: support unit tests
Josh Steadmon
-3
/
+14
2024-05-06
test-tool run-command testsuite: remove hardcoded filter
Josh Steadmon
-3
/
+1
2024-05-06
test-tool run-command testsuite: get shell from env
Josh Steadmon
-1
/
+8
2024-05-06
t0080: turn t-basic unit test into a helper
Josh Steadmon
-17
/
+20
2024-05-06
ci: fix Python dependency on Ubuntu 24.04
Patrick Steinhardt
-2
/
+6
2024-05-06
Documentation: Mention that refspecs are explained elsewhere
Øystein Walle
-1
/
+2
2024-05-06
format-patch: run range-diff with larger creation-factor
Junio C Hamano
-1
/
+12
2024-05-06
gitlab-ci: add smoke test for fuzzers
Patrick Steinhardt
-0
/
+9
2024-05-06
builtin/config: display subcommand help
Patrick Steinhardt
-3
/
+3
2024-05-06
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
-36
/
+68
2024-05-06
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
-6
/
+41
2024-05-06
builtin/config: introduce "rename-section" subcommand
Patrick Steinhardt
-15
/
+50
2024-05-06
builtin/config: introduce "unset" subcommand
Patrick Steinhardt
-26
/
+84
2024-05-06
builtin/config: introduce "set" subcommand
Patrick Steinhardt
-63
/
+140
2024-05-06
builtin/config: introduce "get" subcommand
Patrick Steinhardt
-99
/
+194
2024-05-06
builtin/config: introduce "list" subcommand
Patrick Steinhardt
-64
/
+162
2024-05-06
builtin/config: pull out function to handle `--null`
Patrick Steinhardt
-6
/
+9
[prev]
[next]