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-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
The eleventh batch
Junio C Hamano
1
-0
/
+20
2022-08-08
Merge branch 'js/ort-clean-up-after-failed-merge'
Junio C Hamano
1
-0
/
+5
2022-08-08
Merge branch 'jk/struct-zero-init-with-older-gcc'
Junio C Hamano
1
-0
/
+4
2022-08-08
Merge branch 'js/t5351-freebsd-fix'
Junio C Hamano
2
-3
/
+11
2022-08-08
Merge branch 'js/lstat-mingw-enotdir-fix'
Junio C Hamano
1
-2
/
+2
2022-08-08
Merge branch 'js/mingw-with-python'
Junio C Hamano
1
-3
/
+2
2022-08-08
Merge branch 'ca/unignore-local-installation-on-windows'
Junio C Hamano
1
-1
/
+1
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
The tenth batch
Junio C Hamano
1
-8
/
+11
2022-08-05
Sync with 'maint'
Junio C Hamano
1
-0
/
+17
2022-08-05
Merge branch 'tb/cat-file-z'
Junio C Hamano
3
-19
/
+88
2022-08-05
Merge branch 'jt/fetch-pack-trace2-filter-spec'
Junio C Hamano
1
-14
/
+26
2022-08-05
Merge branch 'jr/gitweb-title-shortening'
Junio C Hamano
1
-17
/
+0
2022-08-05
Merge branch 'gc/bare-repo-discovery'
Junio C Hamano
1
-3
/
+8
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
2022-08-05
Merge branch 'ds/win-syslog-compiler-fix' into maint
Junio C Hamano
1
-3
/
+4
2022-08-05
Merge branch 'ld/osx-keychain-usage-fix' into maint
Junio C Hamano
1
-1
/
+1
2022-08-05
Merge branch 'ds/doc-wo-whitelist' into maint
Junio C Hamano
11
-40
/
+39
2022-08-05
Merge branch 'mb/config-document-include' into maint
Junio C Hamano
3
-0
/
+21
2022-08-05
Merge branch 'rs/mingw-tighten-mkstemp' into maint
Junio C Hamano
1
-4
/
+1
2022-08-05
Merge branch 'jk/clone-unborn-confusion' into maint
Junio C Hamano
3
-39
/
+117
2022-08-05
fetch: use ref_namespaces during prefetch
Derrick Stolee
1
-2
/
+4
2022-08-05
maintenance: stop writing log.excludeDecoration
Derrick Stolee
2
-27
/
+0
2022-08-05
log: create log.initialDecorationSet=all
Derrick Stolee
4
-1
/
+23
2022-08-05
log: add --clear-decorations option
Derrick Stolee
8
-7
/
+371
2022-08-05
log: add default decoration filter
Derrick Stolee
5
-17
/
+64
2022-08-05
log-tree: use ref_namespaces instead of if/else-if
Derrick Stolee
1
-10
/
+16
2022-08-05
refs: use ref_namespaces for replace refs base
Derrick Stolee
5
-3
/
+6
2022-08-05
refs: add array of ref namespaces
Derrick Stolee
4
-0
/
+132
2022-08-05
t4207: test coloring of grafted decorations
Derrick Stolee
1
-0
/
+53
2022-08-05
t4207: modernize test
Derrick Stolee
1
-17
/
+20
2022-08-05
refs: allow "HEAD" as decoration filter
Derrick Stolee
2
-3
/
+14
2022-08-05
hook API: don't segfault on strbuf_addf() to NULL "out"
Ævar Arnfjörð Bjarmason
2
-7
/
+26
2022-08-04
docs: move http-protocol docs to man section 5
Ævar Arnfjörð Bjarmason
6
-11
/
+33
2022-08-04
docs: move cruft pack docs to gitformat-pack
Ævar Arnfjörð Bjarmason
3
-124
/
+126
2022-08-04
docs: move pack format docs to man section 5
Ævar Arnfjörð Bjarmason
15
-22
/
+68
2022-08-04
docs: move signature docs to man section 5
Ævar Arnfjörð Bjarmason
3
-4
/
+20
2022-08-04
docs: move index format docs to man section 5
Ævar Arnfjörð Bjarmason
3
-2
/
+21
2022-08-04
docs: move protocol-related docs to man section 5
Ævar Arnfjörð Bjarmason
17
-37
/
+106
2022-08-04
docs: move commit-graph format docs to man section 5
Ævar Arnfjörð Bjarmason
5
-17
/
+41
[prev]
[next]