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-09-25
Merge branch 'ak/typofix-builtins'
Junio C Hamano
4
-4
/
+4
2024-09-25
Merge branch 'ps/reftable-exclude'
Junio C Hamano
1
-2
/
+16
2024-09-25
fetch-pack: clear pack lockfiles list
Jeff King
1
-0
/
+1
2024-09-25
fetch: free "raw" string when shrinking refspec
Jeff King
1
-0
/
+1
2024-09-25
send-pack: free cas options before exit
Jeff King
2
-0
/
+2
2024-09-25
fetch-pack, send-pack: clean up shallow oid array
Jeff King
2
-0
/
+2
2024-09-25
fetch-pack: free object filter before exiting
Jeff King
1
-0
/
+1
2024-09-25
fetch-pack: fix leaking sought refs
Patrick Steinhardt
1
-1
/
+10
2024-09-24
builtin: fix typos
Andrew Kreimer
4
-4
/
+4
2024-09-23
sparse-checkout: disable advice in 'disable'
Derrick Stolee
1
-0
/
+5
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
124
-283
/
+752
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
25
-77
/
+101
2024-09-23
Merge branch 'bl/trailers-and-incomplete-last-line-fix' into maint-2.46
Junio C Hamano
1
-0
/
+1
2024-09-20
maintenance: add custom config to background jobs
Derrick Stolee
1
-7
/
+46
2024-09-20
submodule status: propagate SIGPIPE
Phillip Wood
1
-1
/
+5
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
7
-4
/
+16
2024-09-20
Merge branch 'pw/rebase-autostash-fix'
Junio C Hamano
1
-7
/
+32
2024-09-16
Sync with 'maint'
Junio C Hamano
1
-72
/
+21
2024-09-16
Revert "Merge branch 'jc/patch-id' into maint-2.46"
Junio C Hamano
1
-72
/
+21
2024-09-16
Merge branch 'jk/ref-filter-trailer-fixes'
Junio C Hamano
4
-0
/
+4
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
8
-35
/
+13
2024-09-16
Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7
Junio C Hamano
7
-4
/
+16
2024-09-16
builtin/receive-pack: fix exclude patterns when announcing refs
Patrick Steinhardt
1
-2
/
+16
2024-09-13
Merge branch 'bl/trailers-and-incomplete-last-line-fix'
Junio C Hamano
1
-0
/
+1
2024-09-13
Merge branch 'jk/sparse-fdleak-fix'
Junio C Hamano
1
-11
/
+10
2024-09-13
Merge branch 'jc/config-doc-update' into maint-2.46
Junio C Hamano
1
-1
/
+1
2024-09-13
Merge branch 'ps/stash-keep-untrack-empty-fix' into maint-2.46
Junio C Hamano
1
-1
/
+22
2024-09-13
Merge branch 'ps/index-pack-outside-repo-fix' into maint-2.46
Junio C Hamano
1
-0
/
+9
2024-09-13
add: pass in repo variable instead of global the_repository
John Cai
2
-54
/
+64
2024-09-13
builtin: remove USE_THE_REPOSITORY for those without the_repository
John Cai
9
-9
/
+0
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
124
-84
/
+147
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
124
-151
/
+556
2024-09-12
Merge branch 'kl/cat-file-on-sparse-index'
Junio C Hamano
1
-0
/
+3
2024-09-12
Merge branch 'jk/messages-with-excess-lf-fix'
Junio C Hamano
4
-6
/
+6
2024-09-12
Merge branch 'tb/multi-pack-reuse-fix'
Junio C Hamano
1
-9
/
+37
2024-09-12
Merge branch 'ps/index-pack-outside-repo-fix'
Junio C Hamano
1
-0
/
+9
2024-09-12
Merge branch 'ps/bundle-outside-repo-fix' into maint-2.46
Junio C Hamano
1
-2
/
+3
2024-09-12
Merge branch 'jc/patch-id' into maint-2.46
Junio C Hamano
1
-21
/
+72
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
1
-8
/
+14
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
1
-1
/
+3
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
1
-0
/
+2
2024-09-12
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt
1
-1
/
+2
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
9
-14
/
+15
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
1
-2
/
+1
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
6
-20
/
+26
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
6
-15
/
+14
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
4
-5
/
+6
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
7
-11
/
+18
2024-09-09
ref-filter: add ref_format_clear() function
Jeff King
4
-0
/
+4
2024-09-06
Merge branch 'jk/maybe-unused-cleanup'
Junio C Hamano
1
-1
/
+1
[prev]
[next]