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
2025-08-02
clean: do not pass the whole structure when it is not necessary
Junio C Hamano
1
-3
/
+3
2025-08-02
clean: do not use strbuf_split*() [part 1]
Junio C Hamano
1
-27
/
+23
2025-08-02
clean: do not pass strbuf by value
Junio C Hamano
1
-5
/
+5
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
3
-3
/
+3
2025-08-01
Merge branch 'ly/pull-autostash'
Junio C Hamano
1
-3
/
+17
2025-08-01
Merge branch 'jk/unleak-reflog-expire-entry'
Junio C Hamano
2
-0
/
+4
2025-08-01
Merge branch 'jc/do-not-scan-argv-without-parsing'
Junio C Hamano
1
-9
/
+13
2025-08-01
Merge branch 'jk/revision-no-early-output'
Junio C Hamano
1
-129
/
+0
2025-08-01
Merge branch 'jc/rev-list-info-cleanup'
Junio C Hamano
1
-0
/
+8
2025-07-31
Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...
Junio C Hamano
93
-258
/
+298
2025-07-29
Merge branch 'ps/object-store-midx' into ps/object-store-midx-dedup-info
Junio C Hamano
2
-8
/
+12
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
5
-21
/
+120
2025-07-28
blame: remove parameter detailed in get_commit_info()
Han Young
1
-11
/
+4
2025-07-28
for-each-ref: reword the documentation for '--start-after'
Karthik Nayak
1
-1
/
+1
2025-07-28
Merge branch 'ac/auto-comment-char-fix'
Junio C Hamano
1
-1
/
+5
2025-07-24
fixup! submodule: skip redundant active entries when pattern covers path
Junio C Hamano
1
-3
/
+2
2025-07-24
fixup! submodule: prevent overwriting .gitmodules on path reuse
Junio C Hamano
1
-3
/
+2
2025-07-24
submodule: skip redundant active entries when pattern covers path
K Jayatheerth
1
-6
/
+19
2025-07-24
submodule: prevent overwriting .gitmodules on path reuse
K Jayatheerth
1
-0
/
+27
2025-07-23
Merge branch 'cc/fast-import-export-signature-names'
Junio C Hamano
2
-36
/
+139
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
40
-0
/
+40
2025-07-23
config: drop `git_config_set_multivar()` wrapper
Patrick Steinhardt
3
-13
/
+13
2025-07-23
config: drop `git_config_get_multivar_gently()` wrapper
Patrick Steinhardt
2
-6
/
+6
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
3
-25
/
+25
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
3
-10
/
+10
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
4
-15
/
+15
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
3
-12
/
+12
2025-07-23
config: drop `git_config_set_in_file()` wrapper
Patrick Steinhardt
1
-5
/
+5
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
7
-12
/
+12
2025-07-23
config: drop `git_config_get_ulong()` wrapper
Patrick Steinhardt
2
-7
/
+7
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
4
-19
/
+19
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
4
-6
/
+6
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
4
-10
/
+10
2025-07-23
config: drop `git_config_get_string_multi()` wrapper
Patrick Steinhardt
2
-3
/
+3
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
2
-5
/
+5
2025-07-23
config: drop `git_config_get()` wrapper
Patrick Steinhardt
2
-4
/
+4
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
82
-106
/
+106
2025-07-22
reflog: close leak of reflog expire entry
Jacob Keller
2
-0
/
+4
2025-07-22
rev-list: update a NEEDSWORK comment
Junio C Hamano
1
-9
/
+13
2025-07-21
rev-list: make "struct rev_list_info" static to the only user
Junio C Hamano
1
-0
/
+8
2025-07-21
pull: add pull.autoStash config option
Lidong Yan
1
-3
/
+17
2025-07-21
revision: drop early output option
Jeff King
1
-129
/
+0
2025-07-21
Merge branch 'jk/remote-avoid-overlapping-names'
Junio C Hamano
1
-0
/
+17
2025-07-21
Merge branch 'tb/midx-avoid-cruft-packs'
Junio C Hamano
2
-87
/
+289
2025-07-21
Merge branch 'bc/use-sha256-by-default-in-3.0'
Junio C Hamano
9
-9
/
+9
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
9
-9
/
+9
2025-07-16
object-file: get rid of `the_repository` in `force_object_loose()`
Patrick Steinhardt
1
-1
/
+2
2025-07-16
object-file: get rid of `the_repository` in `read_loose_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
6
-18
/
+17
2025-07-16
object-file: get rid of `the_repository` when writing objects
Patrick Steinhardt
1
-1
/
+2
[prev]
[next]