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
/
t
/
unit-tests
/
t-prio-queue.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
The fifteenth batch
Junio C Hamano
1
-0
/
+20
2024-12-10
strvec: `strvec_splice()` to a statically initialized vector
Rubén Justo
2
-4
/
+17
2024-12-08
object-name: fix reversed ordering with ":/<text>" revisions
Patrick Steinhardt
2
-2
/
+17
2024-12-06
describe: split "found all tags" and max_candidates logic
Jeff King
2
-3
/
+12
2024-12-06
The fourteenth batch
Junio C Hamano
1
-0
/
+6
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
19
-27
/
+27
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
doc: mention rev-list --ancestry-path restrictions
Kai Koponen
1
-1
/
+2
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-03
tag: "git tag" refuses to use HEAD as a tagname
Junio C Hamano
2
-1
/
+13
2024-12-03
t5604: do not expect that HEAD can be a valid tagname
Junio C Hamano
1
-3
/
+3
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
10
-23
/
+23
2024-12-03
refs: move ref name helpers around
Junio C Hamano
5
-69
/
+76
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-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
[next]