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-06-25
Merge branch 'jc/you-still-use-whatchanged'
Junio C Hamano
2
-8
/
+21
2025-06-25
receive-pack: handle reference deletions separately
Karthik Nayak
1
-34
/
+68
2025-06-24
Merge branch 'kj/stash-onbranch-submodule-fix'
Junio C Hamano
1
-2
/
+8
2025-06-24
Merge branch 'pw/stash-p-pathspec-fixes'
Junio C Hamano
1
-3
/
+7
2025-06-23
submodule: look up remotes by URL first
Jacob Keller
1
-1
/
+25
2025-06-23
submodule: move get_default_remote_submodule()
Jacob Keller
1
-16
/
+16
2025-06-23
submodule--helper: improve logic for fallback remote name
Jacob Keller
1
-41
/
+5
2025-06-23
dir: move starts_with_dot(_dot)_slash to dir.h
Jacob Keller
1
-12
/
+0
2025-06-23
remote: remove branch->merge_name and fix branch_release()
Jacob Keller
1
-1
/
+1
2025-06-23
repack: exclude cruft pack(s) from the MIDX where possible
Taylor Blau
1
-20
/
+167
2025-06-23
pack-objects: introduce '--stdin-packs=follow'
Taylor Blau
1
-22
/
+64
2025-06-23
pack-objects: swap 'show_{object,commit}_pack_hint'
Taylor Blau
1
-6
/
+6
2025-06-23
pack-objects: fix typo in 'show_object_pack_hint()'
Taylor Blau
1
-1
/
+1
2025-06-23
pack-objects: perform name-hash traversal for unpacked objects
Taylor Blau
1
-8
/
+12
2025-06-23
pack-objects: declare 'rev_info' for '--stdin-packs' earlier
Taylor Blau
1
-33
/
+34
2025-06-23
pack-objects: factor out handling '--stdin-packs'
Taylor Blau
1
-6
/
+12
2025-06-23
pack-objects: limit scope in 'add_object_entry_from_pack()'
Taylor Blau
1
-1
/
+1
2025-06-23
pack-objects: use standard option incompatibility functions
Taylor Blau
1
-9
/
+11
2025-06-18
Merge branch 'ly/submodule-update-failure-leakfix'
Junio C Hamano
1
-1
/
+3
2025-06-18
Merge branch 'ly/commit-buffer-reencode-leakfix'
Junio C Hamano
2
-1
/
+3
2025-06-17
Merge branch 'jk/diff-no-index-with-pathspec'
Junio C Hamano
1
-1
/
+1
2025-06-17
Merge branch 'ly/fetch-pack-leakfix'
Junio C Hamano
1
-2
/
+5
2025-06-17
Merge branch 'ly/commit-graph-graph-write-leakfix'
Junio C Hamano
1
-0
/
+1
2025-06-17
Merge branch 'ly/do-not-localize-bug-messages'
Junio C Hamano
2
-2
/
+2
2025-06-17
Merge branch 'vd/cat-file-objectmode-update'
Junio C Hamano
1
-3
/
+11
2025-06-17
Merge branch 'ds/path-walk-2'
Junio C Hamano
2
-36
/
+396
2025-06-13
merge/pull: extend merge.stat configuration variable to cover --compact-summary
Junio C Hamano
1
-2
/
+29
2025-06-13
merge/pull: add the "--compact-summary" option
Junio C Hamano
2
-4
/
+38
2025-06-12
builtin/stash: provide a way to import stashes from a ref
brian m. carlson
1
-0
/
+167
2025-06-12
builtin/stash: provide a way to export stashes to a ref
brian m. carlson
1
-0
/
+260
2025-06-12
builtin/stash: factor out revision parsing into a function
brian m. carlson
1
-11
/
+22
2025-06-11
stash: fix incorrect branch name in stash message
K Jayatheerth
1
-2
/
+8
2025-06-09
rebase: write script before initializing state
Øystein Walle
1
-21
/
+21
2025-06-08
builtin/submodule--helper: fix leak when remote_submodule_branch() failed
Lidong Yan
1
-1
/
+3
2025-06-07
stash: allow "git stash [<options>] --patch <pathspec>" to assume push
Phillip Wood
1
-3
/
+7
2025-06-07
stash: allow "git stash -p <pathspec>" to assume push again
Phillip Wood
1
-1
/
+1
2025-06-05
repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()
Lidong Yan
2
-1
/
+3
2025-06-04
commit-graph: fix start_delayed_progress() leak
Lidong Yan
1
-0
/
+1
2025-06-04
builtin/fetch-pack: cleanup before return error
Lidong Yan
1
-2
/
+5
2025-06-03
cat-file.c: add batch handling for submodules
Victoria Dye
1
-1
/
+4
2025-06-03
cat-file: add %(objectmode) atom
Victoria Dye
1
-2
/
+7
2025-06-03
Merge branch 'bs/total-ram-bsd'
Junio C Hamano
1
-1
/
+3
2025-06-03
BUG(): remove leading underscore of the format string
Lidong Yan
2
-2
/
+2
2025-06-03
builtin/maintenance: fix locking race when handling "gc" task
Patrick Steinhardt
1
-14
/
+27
2025-06-03
builtin/gc: avoid global state in `gc_before_repack()`
Patrick Steinhardt
1
-15
/
+9
2025-06-03
usage: allow dying without writing an error message
Patrick Steinhardt
4
-11
/
+11
2025-06-03
builtin/maintenance: fix locking race with refs and reflogs tasks
Patrick Steinhardt
1
-2
/
+2
2025-06-03
builtin/maintenance: split into foreground and background tasks
Patrick Steinhardt
1
-21
/
+49
2025-06-03
builtin/maintenance: fix typedef for function pointers
Patrick Steinhardt
1
-5
/
+5
2025-06-03
builtin/maintenance: extract function to run tasks
Patrick Steinhardt
1
-12
/
+23
[prev]
[next]