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
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
fetch: add configuration for set_head behaviour
Bence Ferdinandy
5
-6
/
+171
2024-12-02
worktree: refactor `repair_worktree_after_gitdir_move()`
Caleb White
2
-25
/
+26
2024-12-02
worktree: add relative cli/config options to `repair` command
Caleb White
5
-33
/
+76
2024-12-02
worktree: add relative cli/config options to `move` command
Caleb White
4
-16
/
+39
2024-12-02
worktree: add relative cli/config options to `add` command
Caleb White
7
-49
/
+95
2024-12-02
worktree: add `write_worktree_linking_files()` function
Caleb White
2
-0
/
+48
2024-12-02
worktree: refactor infer_backlink return
Caleb White
1
-7
/
+8
2024-12-02
worktree: add `relativeWorktrees` extension
Caleb White
5
-0
/
+16
2024-12-02
setup: correctly reinitialize repository version
Caleb White
2
-12
/
+26
2024-11-29
CodingGuidelines: a handful of error message guidelines
Junio C Hamano
1
-3
/
+17
2024-11-28
transport: propagate fsck configuration during bundle fetch
Justin Tobler
2
-0
/
+27
2024-11-28
fetch-pack: split out fsck config parsing
Justin Tobler
2
-8
/
+29
2024-11-28
bundle: support fsck message configuration
Justin Tobler
2
-6
/
+14
2024-11-28
bundle: add bundle verification options type
Justin Tobler
5
-9
/
+22
2024-11-27
The twelfth batch
Junio C Hamano
1
-0
/
+21
2024-11-27
ref-cache: fix invalid free operation in `free_ref_entry`
shejialuo
1
-1
/
+2
2024-11-26
refs/reftable: reuse iterators when reading refs
Patrick Steinhardt
1
-3
/
+29
2024-11-26
reftable/merged: drain priority queue on reseek
Patrick Steinhardt
2
-0
/
+75
2024-11-26
reftable/stack: add mechanism to notify callers on reload
Patrick Steinhardt
2
-0
/
+13
2024-11-26
refs/reftable: refactor reflog expiry to use reftable backend
Patrick Steinhardt
1
-8
/
+5
2024-11-26
refs/reftable: refactor reading symbolic refs to use reftable backend
Patrick Steinhardt
1
-7
/
+4
2024-11-26
refs/reftable: read references via `struct reftable_backend`
Patrick Steinhardt
1
-63
/
+59
2024-11-26
refs/reftable: figure out hash via `reftable_stack`
Patrick Steinhardt
1
-7
/
+19
2024-11-26
reftable/stack: add accessor for the hash ID
Patrick Steinhardt
2
-0
/
+8
2024-11-26
refs/reftable: handle reloading stacks in the reftable backend
Patrick Steinhardt
1
-58
/
+126
2024-11-26
refs/reftable: encapsulate reftable stack
Patrick Steinhardt
1
-59
/
+76
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
17
-135
/
+239
2024-11-26
fast-import: disallow "." and ".." path components
Elijah Newren
2
-0
/
+22
2024-11-26
bisect: address Coverity warning about potential double free
Patrick Steinhardt
2
-2
/
+5
2024-11-26
sequencer: comment commit messages properly
Kristoffer Haugsbakk
2
-4
/
+23
2024-11-26
sequencer: comment `--reference` subject line properly
Kristoffer Haugsbakk
2
-4
/
+19
2024-11-26
sequencer: comment checked-out branch properly
Kristoffer Haugsbakk
2
-2
/
+22
2024-11-26
reftable: rename scratch buffer
Patrick Steinhardt
4
-18
/
+20
2024-11-26
refs: adapt `initial_transaction` flag to be unsigned
Patrick Steinhardt
2
-2
/
+2
2024-11-25
t7900: fix host-dependent behaviour when testing git-maintenance(1)
Patrick Steinhardt
1
-2
/
+7
2024-11-25
doc: option value may be separate for valid reasons
Junio C Hamano
2
-0
/
+15
2024-11-25
Git 2.47.1
v2.47.1
Junio C Hamano
1
-0
/
+5
2024-11-25
git-difftool--helper.sh: exit upon initialize_merge_tool errors
Philippe Blain
1
-6
/
+2
2024-11-25
git-mergetool--lib.sh: add error message for unknown tool variant
Philippe Blain
1
-0
/
+1
2024-11-25
git-mergetool--lib.sh: add error message if 'setup_user_tool' fails
Philippe Blain
2
-2
/
+15
2024-11-25
git-mergetool--lib.sh: use TOOL_MODE when erroring about unknown tool
Philippe Blain
1
-1
/
+1
2024-11-25
completion: complete '--tool-help' in 'git mergetool'
Philippe Blain
1
-1
/
+1
2024-11-25
fetch set_head: handle mirrored bare repositories
Bence Ferdinandy
2
-5
/
+21
2024-11-25
fetch: set remote/HEAD if it does not exist
Bence Ferdinandy
12
-17
/
+203
2024-11-25
refs: add create_only option to refs_update_symref_extended
Bence Ferdinandy
3
-11
/
+26
2024-11-25
refs: add TRANSACTION_CREATE_EXISTS error
Bence Ferdinandy
3
-11
/
+23
2024-11-25
remote set-head: better output for --auto
Bence Ferdinandy
2
-13
/
+109
2024-11-25
remote set-head: refactor for readability
Bence Ferdinandy
1
-11
/
+12
2024-11-25
refs: atomically record overwritten ref in update_symref
Bence Ferdinandy
2
-2
/
+24
2024-11-25
refs: standardize output of refs_read_symbolic_ref
Bence Ferdinandy
4
-6
/
+23
[prev]
[next]