index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kn/midx-wo-the-repository'
Junio C Hamano
2024-12-13
39
-314
/
+413
|
\
|
*
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
2024-12-04
1
-5
/
+1
|
*
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
2024-12-04
5
-29
/
+37
|
*
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
2024-12-04
3
-10
/
+13
|
*
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
2024-12-04
1
-22
/
+27
|
*
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
2024-12-04
4
-23
/
+17
|
*
write-midx: add repository field to `write_midx_context`
Karthik Nayak
2024-12-04
1
-18
/
+20
|
*
midx-write: use `revs->repo` inside `read_refs_snapshot`
Karthik Nayak
2024-12-04
1
-1
/
+2
|
*
midx-write: pass down repository to static functions
Karthik Nayak
2024-12-04
1
-26
/
+31
|
*
Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...
Junio C Hamano
2024-12-04
29
-279
/
+406
|
|
\
|
*
\
Merge branch 'kn/the-repository' into kn/midx-wo-the-repository
Junio C Hamano
2024-12-04
36
-190
/
+275
|
|
\
\
|
|
*
|
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
2024-12-04
1
-1
/
+0
|
|
*
|
midx: add repository to `multi_pack_index` struct
Karthik Nayak
2024-12-04
3
-35
/
+59
|
|
*
|
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
2024-12-04
7
-30
/
+35
|
|
*
|
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
2024-12-04
11
-14
/
+39
|
|
*
|
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
2024-12-04
15
-35
/
+44
|
|
*
|
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
2024-12-04
11
-17
/
+21
|
|
*
|
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
2024-12-04
6
-14
/
+14
|
|
*
|
packfile: pass `repository` to static function in the file
Karthik Nayak
2024-12-04
1
-7
/
+8
|
|
*
|
packfile: use `repository` from `packed_git` directly
Karthik Nayak
2024-12-04
1
-23
/
+27
|
|
*
|
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-12-04
10
-16
/
+30
*
|
|
|
Merge branch 'cw/worktree-extension'
Junio C Hamano
2024-12-13
18
-141
/
+334
|
\
\
\
\
|
*
|
|
|
worktree: refactor `repair_worktree_after_gitdir_move()`
Caleb White
2024-12-02
2
-25
/
+26
|
*
|
|
|
worktree: add relative cli/config options to `repair` command
Caleb White
2024-12-02
5
-33
/
+76
|
*
|
|
|
worktree: add relative cli/config options to `move` command
Caleb White
2024-12-02
4
-16
/
+39
|
*
|
|
|
worktree: add relative cli/config options to `add` command
Caleb White
2024-12-02
7
-49
/
+95
|
*
|
|
|
worktree: add `write_worktree_linking_files()` function
Caleb White
2024-12-02
2
-0
/
+48
|
*
|
|
|
worktree: refactor infer_backlink return
Caleb White
2024-12-02
1
-7
/
+8
|
*
|
|
|
worktree: add `relativeWorktrees` extension
Caleb White
2024-12-02
5
-0
/
+16
|
*
|
|
|
setup: correctly reinitialize repository version
Caleb White
2024-12-02
2
-12
/
+26
*
|
|
|
|
Merge branch 'es/oss-fuzz'
Junio C Hamano
2024-12-13
8
-39
/
+177
|
\
\
\
\
\
|
*
|
|
|
|
fuzz: port fuzz-url-decode-mem from OSS-Fuzz
Eric Sesterhenn
2024-10-17
4
-0
/
+46
|
*
|
|
|
|
fuzz: port fuzz-parse-attr-line from OSS-Fuzz
Eric Sesterhenn
2024-10-17
6
-38
/
+87
|
*
|
|
|
|
fuzz: port fuzz-credential-from-url-gently from OSS-Fuzz
Eric Sesterhenn
2024-10-17
4
-1
/
+44
*
|
|
|
|
|
Merge branch 'en/fast-import-verify-path'
Junio C Hamano
2024-12-13
3
-4
/
+117
|
\
\
\
\
\
\
|
*
|
|
|
|
|
t9300: test verification of renamed paths
Jeff King
2024-12-04
1
-2
/
+9
|
*
|
|
|
|
|
fast-import: disallow more path components
Elijah Newren
2024-12-02
3
-7
/
+91
|
*
|
|
|
|
|
fast-import: disallow "." and ".." path components
Elijah Newren
2024-11-26
2
-0
/
+22
*
|
|
|
|
|
|
Merge branch 'kh/doc-update-ref-grammofix'
Junio C Hamano
2024-12-13
1
-4
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Documentation/git-update-ref.txt: add missing word
Kristoffer Haugsbakk
2024-12-02
1
-4
/
+4
*
|
|
|
|
|
|
|
Merge branch 'kh/doc-bundle-typofix'
Junio C Hamano
2024-12-13
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Documentation/git-bundle.txt: fix word join typo
Kristoffer Haugsbakk
2024-12-02
1
-1
/
+1
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'jc/doc-error-message-guidelines'
Junio C Hamano
2024-12-13
1
-3
/
+17
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
CodingGuidelines: a handful of error message guidelines
Junio C Hamano
2024-11-29
1
-3
/
+17
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'jt/bundle-fsck'
Junio C Hamano
2024-12-13
8
-20
/
+89
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
transport: propagate fsck configuration during bundle fetch
Justin Tobler
2024-11-28
2
-0
/
+27
|
*
|
|
|
|
|
|
|
fetch-pack: split out fsck config parsing
Justin Tobler
2024-11-28
2
-8
/
+29
|
*
|
|
|
|
|
|
|
bundle: support fsck message configuration
Justin Tobler
2024-11-28
2
-6
/
+14
|
*
|
|
|
|
|
|
|
bundle: add bundle verification options type
Justin Tobler
2024-11-28
5
-9
/
+22
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
The fifteenth batch
Junio C Hamano
2024-12-10
1
-0
/
+20
[next]