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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-30
Git 2.37.3
v2.37.3
Junio C Hamano
2
-4
/
+4
2022-08-26
A handful more topics from the 'master' front for 2.37.3
Junio C Hamano
2
-1
/
+47
2022-08-26
Merge branch 'po/doc-add-renormalize' into maint
Junio C Hamano
1
-1
/
+3
2022-08-26
Merge branch 'vd/sparse-reset-checkout-fixes' into maint
Junio C Hamano
6
-10
/
+141
2022-08-26
Merge branch 'jk/fsck-tree-mode-bits-fix' into maint
Junio C Hamano
7
-10
/
+51
2022-08-26
Merge branch 'fc/vimdiff-layout-vimdiff3-fix' into maint
Junio C Hamano
1
-59
/
+43
2022-08-26
Merge branch 'js/safe-directory-plus' into maint
Junio C Hamano
4
-15
/
+81
2022-08-26
Merge branch 'pw/use-glibc-tunable-for-malloc-optim' into maint
Junio C Hamano
1
-3
/
+8
2022-08-26
Merge branch 'ab/hooks-regression-fix' into maint
Junio C Hamano
2
-7
/
+26
2022-08-26
Merge branch 'gc/git-reflog-doc-markup' into maint
Junio C Hamano
1
-1
/
+1
2022-08-26
Merge branch 'js/ort-clean-up-after-failed-merge' into maint
Junio C Hamano
1
-0
/
+5
2022-08-26
Merge branch 'jk/struct-zero-init-with-older-gcc' into maint
Junio C Hamano
1
-0
/
+4
2022-08-26
Merge branch 'js/lstat-mingw-enotdir-fix' into maint
Junio C Hamano
1
-2
/
+2
2022-08-26
Merge branch 'js/mingw-with-python' into maint
Junio C Hamano
1
-3
/
+2
2022-08-26
Merge branch 'ca/unignore-local-installation-on-windows' into maint
Junio C Hamano
1
-1
/
+1
2022-08-10
Git 2.37.2
v2.37.2
Junio C Hamano
2
-1
/
+25
2022-08-10
Merge branch 'jc/string-list-cleanup' into maint
Junio C Hamano
1
-2
/
+1
2022-08-10
Merge branch 'mt/pkt-line-comment-tweak' into maint
Junio C Hamano
1
-8
/
+8
2022-08-10
Merge branch 'ma/t4200-update' into maint
Junio C Hamano
1
-3
/
+0
2022-08-10
Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint
Junio C Hamano
4
-8
/
+56
2022-08-10
Merge branch 'tk/untracked-cache-with-uall' into maint
Junio C Hamano
2
-0
/
+7
2022-08-10
Merge branch 'mt/checkout-count-fix' into maint
Junio C Hamano
10
-24
/
+113
2022-08-10
Merge branch 'cl/rerere-train-with-no-sign' into maint
Junio C Hamano
1
-1
/
+1
2022-08-10
Merge branch 'kk/p4-client-name-encoding-fix' into maint
Junio C Hamano
1
-9
/
+42
2022-08-10
Merge branch 'mb/p4-utf16-crlf' into maint
Junio C Hamano
1
-1
/
+1
2022-08-10
Merge branch 'hx/lookup-commit-in-graph-fix' into maint
Junio C Hamano
2
-1
/
+48
2022-08-10
Merge branch 'jc/resolve-undo' into maint
Junio C Hamano
3
-0
/
+146
2022-08-10
fsck: downgrade tree badFilemode to "info"
Jeff King
2
-1
/
+18
2022-08-10
fsck: actually detect bad file modes in trees
Jeff King
2
-1
/
+15
2022-08-10
tree-walk: add a mechanism for getting non-canonicalized modes
Jeff King
4
-9
/
+19
2022-08-10
mergetools: vimdiff: simplify tabfirst
Felipe Contreras
1
-25
/
+19
2022-08-10
mergetools: vimdiff: fix single window layouts
Felipe Contreras
1
-12
/
+8
2022-08-10
mergetools: vimdiff: rework tab logic
Felipe Contreras
1
-28
/
+22
2022-08-10
mergetools: vimdiff: fix for diffopt
Felipe Contreras
1
-18
/
+18
2022-08-10
mergetools: vimdiff: silence annoying messages
Felipe Contreras
1
-2
/
+2
2022-08-10
mergetools: vimdiff: make vimdiff3 actually work
Felipe Contreras
1
-18
/
+18
2022-08-10
mergetools: vimdiff: fix comment
Felipe Contreras
1
-2
/
+2
2022-08-10
doc add: renormalize is not idempotent for CRCRLF
Philip Oakley
1
-1
/
+3
2022-08-08
unpack-trees: unpack new trees as sparse directories
Victoria Dye
2
-10
/
+113
2022-08-08
cache.h: create 'index_name_pos_sparse()'
Victoria Dye
2
-0
/
+14
2022-08-08
oneway_diff: handle removed sparse directories
Victoria Dye
1
-0
/
+5
2022-08-08
checkout: fix nested sparse directory diff in sparse index
Victoria Dye
2
-0
/
+9
2022-08-08
mingw: handle a file owned by the Administrators group correctly
Johannes Schindelin
1
-0
/
+10
2022-08-08
mingw: be more informative when ownership check fails on FAT32
Johannes Schindelin
1
-1
/
+24
2022-08-08
mingw: provide details about unsafe directories' ownership
Johannes Schindelin
1
-0
/
+24
2022-08-08
setup: prepare for more detailed "dubious ownership" messages
Johannes Schindelin
4
-13
/
+21
2022-08-08
setup: fix some formatting
Johannes Schindelin
1
-4
/
+5
2022-08-05
Downmerge a bit more for 2.37.x
Junio C Hamano
1
-0
/
+17
2022-08-05
Merge branch 'sg/index-format-doc-update' into maint
Junio C Hamano
1
-2
/
+0
2022-08-05
Merge branch 'ma/sparse-checkout-cone-doc-fix' into maint
Junio C Hamano
1
-2
/
+2
[next]