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
2021-10-11
Merge branch 'jk/ref-paranoia'
Junio C Hamano
21
-116
/
+142
2021-10-11
Merge branch 'ab/http-pinned-public-key-mismatch'
Junio C Hamano
4
-1
/
+11
2021-10-11
Merge branch 'js/win-lazyload-buildfix'
Junio C Hamano
3
-8
/
+20
2021-10-11
Merge branch 'sg/test-split-index-fix'
Junio C Hamano
5
-53
/
+118
2021-10-11
Merge branch 'tb/midx-write-propagate-namehash'
Junio C Hamano
9
-11
/
+118
2021-10-10
userdiff-cpp: learn the C++ spaceship operator
Johannes Sixt
2
-2
/
+2
2021-10-10
userdiff-cpp: permit the digit-separating single-quote in numbers
Johannes Sixt
2
-7
/
+7
2021-10-10
userdiff-cpp: prepare test cases with yet unsupported features
Johannes Sixt
3
-18
/
+18
2021-10-08
cat-file: use packed_object_info() for --batch-all-objects
Jeff King
1
-14
/
+36
2021-10-08
cat-file: split ordered/unordered batch-all-objects callbacks
Jeff King
1
-1
/
+3
2021-10-08
cat-file: disable refs/replace with --batch-all-objects
Jeff King
3
-1
/
+70
2021-10-08
cat-file: mention --unordered along with --batch-all-objects
Jeff King
1
-2
/
+3
2021-10-08
t1006: clean up broken objects
Jeff King
1
-0
/
+9
2021-10-08
submodule: trace adding submodule ODB as alternate
Jonathan Tan
2
-5
/
+4
2021-10-08
submodule: pass repo to check_has_commit()
Jonathan Tan
6
-3
/
+28
2021-10-08
object-file: only register submodule ODB if needed
Jonathan Tan
1
-1
/
+8
2021-10-08
merge-{ort,recursive}: remove add_submodule_odb()
Jonathan Tan
5
-40
/
+40
2021-10-08
refs: peeling non-the_repository iterators is BUG
Jonathan Tan
4
-2
/
+17
2021-10-08
refs: teach arbitrary repo support to iterators
Jonathan Tan
4
-4
/
+11
2021-10-08
refs: plumb repo into ref stores
Jonathan Tan
5
-13
/
+40
2021-10-08
pretty: colorize pattern matches in commit messages
Hamza Mahfooz
3
-14
/
+145
2021-10-08
parse-options: change OPT_{SHORT,UNSET} to an enum
Ævar Arnfjörð Bjarmason
1
-9
/
+14
2021-10-08
parse-options tests: test optname() output
Ævar Arnfjörð Bjarmason
1
-3
/
+39
2021-10-08
parse-options.[ch]: make opt{bug,name}() "static"
Ævar Arnfjörð Bjarmason
2
-5
/
+2
2021-10-08
commit-graph: stop using optname()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-08
parse-options.c: move optname() earlier in the file
Ævar Arnfjörð Bjarmason
1
-15
/
+15
2021-10-08
parse-options.h: make the "flags" in "struct option" an enum
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-08
parse-options.c: use exhaustive "case" arms for "enum parse_opt_result"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-08
parse-options.[ch]: consistently use "enum parse_opt_result"
Ævar Arnfjörð Bjarmason
4
-20
/
+30
2021-10-08
parse-options.[ch]: consistently use "enum parse_opt_flags"
Ævar Arnfjörð Bjarmason
2
-7
/
+12
2021-10-08
blame: document --color-* options
Bagas Sanjaya
3
-17
/
+31
2021-10-08
userdiff-cpp: tighten word regex
Johannes Sixt
2
-9
/
+15
2021-10-08
t4034: add tests showing problematic cpp tokenizations
Johannes Sixt
3
-7
/
+49
2021-10-08
t4034/cpp: actually test that operator tokens are not split
Johannes Sixt
3
-60
/
+39
2021-10-08
Add "test-tool dump-reftable" command.
Han-Wen Nienhuys
4
-0
/
+8
2021-10-08
reftable: add dump utility
Han-Wen Nienhuys
1
-0
/
+107
2021-10-08
reftable: implement stack, a mutable database of reftable files.
Han-Wen Nienhuys
6
-0
/
+2520
2021-10-08
reftable: implement refname validation
Han-Wen Nienhuys
5
-0
/
+342
2021-10-08
reftable: add merged table view
Han-Wen Nienhuys
6
-0
/
+943
2021-10-08
reftable: add a heap-based priority queue for reftable records
Han-Wen Nienhuys
6
-0
/
+224
2021-10-08
reftable: reftable file level tests
Han-Wen Nienhuys
4
-1
/
+655
2021-10-08
reftable: read reftable files
Han-Wen Nienhuys
6
-0
/
+1231
2021-10-08
reftable: generic interface to tables
Han-Wen Nienhuys
6
-0
/
+405
2021-10-08
reftable: write reftable files
Han-Wen Nienhuys
4
-0
/
+889
2021-10-08
reftable: a generic binary tree implementation
Han-Wen Nienhuys
5
-1
/
+162
2021-10-08
reftable: reading/writing blocks
Han-Wen Nienhuys
5
-0
/
+687
2021-10-08
Provide zlib's uncompress2 from compat/zlib-compat.c
Han-Wen Nienhuys
6
-0
/
+122
2021-10-08
reftable: (de)serialization for the polymorphic record type.
Han-Wen Nienhuys
7
-1
/
+1901
2021-10-08
reftable: add blocksource, an abstraction for random access reads
Han-Wen Nienhuys
4
-0
/
+220
2021-10-08
reftable: utility functions
Han-Wen Nienhuys
16
-7
/
+570
[prev]
[next]