index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t7511-status-index.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
The fourteenth batch
Junio C Hamano
1
-0
/
+6
2024-12-04
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
1
-5
/
+1
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
5
-29
/
+37
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
3
-10
/
+13
2024-12-04
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
1
-22
/
+27
2024-12-04
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
4
-23
/
+17
2024-12-04
write-midx: add repository field to `write_midx_context`
Karthik Nayak
1
-18
/
+20
2024-12-04
midx-write: use `revs->repo` inside `read_refs_snapshot`
Karthik Nayak
1
-1
/
+2
2024-12-04
midx-write: pass down repository to static functions
Karthik Nayak
1
-26
/
+31
2024-12-04
The thirteenth batch
Junio C Hamano
1
-12
/
+22
2024-12-04
t9300: test verification of renamed paths
Jeff King
1
-2
/
+9
2024-12-04
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
1
-1
/
+0
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
3
-35
/
+59
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
7
-30
/
+35
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
11
-14
/
+39
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
15
-35
/
+44
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
11
-17
/
+21
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
6
-14
/
+14
2024-12-04
packfile: pass `repository` to static function in the file
Karthik Nayak
1
-7
/
+8
2024-12-04
packfile: use `repository` from `packed_git` directly
Karthik Nayak
1
-23
/
+27
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
10
-16
/
+30
2024-12-02
Documentation/git-update-ref.txt: add missing word
Kristoffer Haugsbakk
1
-4
/
+4
2024-12-02
Documentation/git-bundle.txt: fix word join typo
Kristoffer Haugsbakk
1
-1
/
+1
2024-12-02
fast-import: disallow more path components
Elijah Newren
3
-7
/
+91
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-26
The twelfth batch
Junio C Hamano
1
-0
/
+21
2024-11-26
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
[next]