index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
9
-9
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
70
-2
/
+170
2024-12-06
describe: split "found all tags" and max_candidates logic
Jeff King
1
-3
/
+2
2024-12-06
remote set-head: set followRemoteHEAD to "warn" if "always"
Bence Ferdinandy
1
-1
/
+11
2024-12-06
fetch set_head: add warn-if-not-$branch option
Bence Ferdinandy
1
-5
/
+11
2024-12-06
fetch set_head: move warn advice into advise_if_enabled
Bence Ferdinandy
1
-4
/
+13
2024-12-04
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
2
-4
/
+4
2024-12-04
Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...
Junio C Hamano
18
-204
/
+283
2024-12-04
Merge branch 'kn/the-repository' into kn/midx-wo-the-repository
Junio C Hamano
10
-34
/
+59
2024-12-04
Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'
Junio C Hamano
15
-131
/
+231
2024-12-04
Merge branch 'sj/ref-contents-check'
Junio C Hamano
1
-2
/
+8
2024-12-04
Merge branch 'ps/ref-backend-migration-optim'
Junio C Hamano
7
-12
/
+12
2024-12-04
Merge branch 'ps/leakfixes-part-10'
Junio C Hamano
7
-62
/
+93
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
-17
/
+127
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
-0
/
+14
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
[prev]
[next]