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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-04
Merge branch 'ps/gc-stale-lock-warning'
Junio C Hamano
1
-1
/
+10
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
1
-2
/
+2
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
2
-4
/
+18
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
5
-14
/
+22
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
3
-4
/
+4
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
3
-7
/
+7
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
2
-3
/
+6
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
6
-13
/
+13
2024-12-03
refs: move ref name helpers around
Junio C Hamano
1
-11
/
+0
2024-12-02
fast-import: disallow more path components
Elijah Newren
1
-2
/
+6
2024-12-02
fetch: add configuration for set_head behaviour
Bence Ferdinandy
1
-6
/
+40
2024-12-02
worktree: add relative cli/config options to `repair` command
Caleb White
1
-2
/
+4
2024-12-02
worktree: add relative cli/config options to `move` command
Caleb White
1
-1
/
+3
2024-12-02
worktree: add relative cli/config options to `add` command
Caleb White
1
-9
/
+10
2024-11-28
bundle: add bundle verification options type
Justin Tobler
1
-1
/
+1
2024-11-27
Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config
Junio C Hamano
2
-18
/
+128
2024-11-27
Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'
Junio C Hamano
1
-0
/
+2
2024-11-27
Merge branch 'en/fast-import-avoid-self-replace'
Junio C Hamano
1
-1
/
+15
2024-11-27
Merge branch 'bc/c23'
Junio C Hamano
1
-5
/
+5
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
15
-131
/
+231
2024-11-26
fast-import: disallow "." and ".." path components
Elijah Newren
1
-0
/
+2
2024-11-25
Merge branch 'kh/checkout-ignore-other-docfix' into maint-2.47
Junio C Hamano
1
-1
/
+1
2024-11-25
Merge branch 'jh/config-unset-doc-fix' into maint-2.47
Junio C Hamano
1
-2
/
+2
2024-11-25
fetch set_head: handle mirrored bare repositories
Bence Ferdinandy
1
-5
/
+11
2024-11-25
fetch: set remote/HEAD if it does not exist
Bence Ferdinandy
1
-0
/
+68
2024-11-25
refs: add create_only option to refs_update_symref_extended
Bence Ferdinandy
1
-1
/
+1
2024-11-25
remote set-head: better output for --auto
Bence Ferdinandy
1
-12
/
+47
2024-11-25
remote set-head: refactor for readability
Bence Ferdinandy
1
-11
/
+12
2024-11-25
t/t5505-remote: test failure of set-head
Bence Ferdinandy
1
-1
/
+1
2024-11-22
Merge branch 'tb/multi-pack-reuse-dupfix'
Junio C Hamano
1
-55
/
+40
2024-11-22
Merge branch 'sm/difftool'
Junio C Hamano
1
-4
/
+2
2024-11-22
Merge branch 'jk/fetch-prefetch-double-free-fix'
Junio C Hamano
2
-14
/
+10
2024-11-21
global: drop `UNLEAK()` annotation
Patrick Steinhardt
2
-2
/
+0
2024-11-21
builtin/branch: fix leaking sorting options
Patrick Steinhardt
1
-11
/
+22
2024-11-21
builtin/init-db: fix leaking directory paths
Patrick Steinhardt
1
-15
/
+19
2024-11-21
builtin/help: fix leaks in `check_git_cmd()`
Patrick Steinhardt
1
-6
/
+7
2024-11-21
builtin/sparse-checkout: fix leaking sanitized patterns
Patrick Steinhardt
1
-22
/
+39
2024-11-21
builtin/blame: fix leaking blame entries with `--incremental`
Patrick Steinhardt
1
-6
/
+6
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
1
-2
/
+8
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
1
-2
/
+2
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
7
-11
/
+11
2024-11-20
Merge branch 'la/trailer-info'
Junio C Hamano
1
-12
/
+13
2024-11-20
Merge branch 'jt/repack-local-promisor'
Junio C Hamano
2
-2
/
+137
2024-11-20
Merge branch 'db/submodule-fetch-with-remote-name-fix' into maint-2.47
Junio C Hamano
1
-1
/
+8
2024-11-20
Merge branch 'ps/maintenance-start-crash-fix' into maint-2.47
Junio C Hamano
1
-2
/
+5
2024-11-20
Merge branch 'jk/fsmonitor-event-listener-race-fix' into maint-2.47
Junio C Hamano
1
-3
/
+3
2024-11-20
index-pack: teach --promisor to forbid pack name
Jonathan Tan
1
-0
/
+2
2024-11-20
builtin/gc: provide hint when maintenance hits a stale schedule lock
Patrick Steinhardt
1
-1
/
+10
2024-11-19
fast-import: avoid making replace refs point to themselves
Elijah Newren
1
-1
/
+15
2024-11-18
index-pack: rename struct thread_local
brian m. carlson
1
-5
/
+5
[prev]
[next]