index
:
git
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-12-04
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
-1
/
+0
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
-35
/
+59
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
-30
/
+35
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
-14
/
+39
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
-35
/
+44
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
-17
/
+21
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
-14
/
+14
2024-12-04
packfile: pass `repository` to static function in the file
Karthik Nayak
-7
/
+8
2024-12-04
packfile: use `repository` from `packed_git` directly
Karthik Nayak
-23
/
+27
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
-16
/
+30
2024-12-03
tag: "git tag" refuses to use HEAD as a tagname
Junio C Hamano
-1
/
+13
2024-12-03
t5604: do not expect that HEAD can be a valid tagname
Junio C Hamano
-3
/
+3
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
-23
/
+23
2024-12-03
refs: move ref name helpers around
Junio C Hamano
-69
/
+76
2024-12-02
Merge branch 'ps/leakfixes-part-10' into rj/strvec-splice-fix
Junio C Hamano
-1265
/
+457
2024-12-02
Documentation/git-update-ref.txt: add missing word
Kristoffer Haugsbakk
-4
/
+4
2024-12-02
Documentation/git-bundle.txt: fix word join typo
Kristoffer Haugsbakk
-1
/
+1
2024-12-02
fast-import: disallow more path components
Elijah Newren
-7
/
+91
2024-12-02
fetch: add configuration for set_head behaviour
Bence Ferdinandy
-6
/
+171
2024-12-02
worktree: refactor `repair_worktree_after_gitdir_move()`
Caleb White
-25
/
+26
2024-12-02
worktree: add relative cli/config options to `repair` command
Caleb White
-33
/
+76
2024-12-02
worktree: add relative cli/config options to `move` command
Caleb White
-16
/
+39
2024-12-02
worktree: add relative cli/config options to `add` command
Caleb White
-49
/
+95
2024-12-02
worktree: add `write_worktree_linking_files()` function
Caleb White
-0
/
+48
2024-12-02
worktree: refactor infer_backlink return
Caleb White
-7
/
+8
2024-12-02
worktree: add `relativeWorktrees` extension
Caleb White
-0
/
+16
2024-12-02
setup: correctly reinitialize repository version
Caleb White
-12
/
+26
2024-11-29
CodingGuidelines: a handful of error message guidelines
Junio C Hamano
-3
/
+17
2024-11-28
Merge branch 'sv-20231026' of https://github.com/nafmo/gitk-l10n-sv
Johannes Sixt
-357
/
+377
2024-11-28
transport: propagate fsck configuration during bundle fetch
Justin Tobler
-0
/
+27
2024-11-28
fetch-pack: split out fsck config parsing
Justin Tobler
-8
/
+29
2024-11-28
bundle: support fsck message configuration
Justin Tobler
-6
/
+14
2024-11-28
bundle: add bundle verification options type
Justin Tobler
-9
/
+22
2024-11-27
Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config
Junio C Hamano
-59
/
+439
2024-11-27
The twelfth batch
Junio C Hamano
-0
/
+21
2024-11-27
Merge branch 'kn/ref-transaction-hook-with-reflog'
Junio C Hamano
-2
/
+3
2024-11-27
Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'
Junio C Hamano
-3
/
+5
2024-11-27
Merge branch 'en/fast-import-avoid-self-replace'
Junio C Hamano
-1
/
+43
2024-11-27
Merge branch 'kh/trailer-in-glossary'
Junio C Hamano
-0
/
+5
2024-11-27
Merge branch 'jk/gcc15'
Junio C Hamano
-43
/
+38
2024-11-27
Merge branch 'bc/c23'
Junio C Hamano
-7
/
+7
2024-11-27
Merge branch 'ps/clar-build-improvement'
Junio C Hamano
-57
/
+78
2024-11-27
Merge branch 'kh/bundle-docs'
Junio C Hamano
-9
/
+50
2024-11-26
Git 2.47.2
v2.47.2
Johannes Schindelin
-0
/
+7
2024-11-26
Sync with 2.46.3
Johannes Schindelin
-41
/
+163
2024-11-26
Git 2.46.3
v2.46.3
Johannes Schindelin
-2
/
+8
2024-11-26
Sync with 2.45.3
Johannes Schindelin
-41
/
+157
2024-11-26
Git 2.44.3
v2.44.3
Johannes Schindelin
-2
/
+9
2024-11-26
Git 2.45.3
v2.45.3
Johannes Schindelin
-2
/
+7
2024-11-26
Sync with 2.44.3
Johannes Schindelin
-39
/
+144
[prev]
[next]