index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
Merge branch 'ab/bundle-doc' into maint
Junio C Hamano
1
-30
/
+117
2021-10-12
add: don't write objects with --dry-run
René Scharfe
2
-1
/
+4
2021-10-12
commit: fix duplication regression in permission error output
Ævar Arnfjörð Bjarmason
5
-13
/
+25
2021-10-12
unwritable tests: assert exact error output
Ævar Arnfjörð Bjarmason
1
-4
/
+43
2021-10-12
ssh signing: fmt-merge-msg tests & config parse
Fabian Stelzer
2
-0
/
+34
2021-10-12
Merge branch 'fs/ssh-signing' into fs/ssh-signing-fix
Junio C Hamano
15
-66
/
+1341
2021-10-11
perf: disable automatic housekeeping
René Scharfe
2
-0
/
+6
2021-10-11
Twelfth batch
Junio C Hamano
1
-0
/
+7
2021-10-11
Merge branch 'tb/aggregate-ignore-leading-whitespaces'
Junio C Hamano
1
-2
/
+2
2021-10-11
Merge branch 'rs/p3400-lose-tac'
Junio C Hamano
1
-1
/
+1
2021-10-11
Merge branch 'mr/bisect-in-c-4'
Junio C Hamano
1
-1
/
+1
2021-10-11
Merge branch 'da/difftool'
Junio C Hamano
2
-51
/
+60
2021-10-11
Merge branch 'ab/designated-initializers'
Junio C Hamano
29
-54
/
+68
2021-10-11
Merge branch 'ab/sanitize-leak-ci'
Junio C Hamano
14
-3
/
+56
2021-10-11
Merge branch 'ab/retire-git-config-key-is-valid'
Junio C Hamano
2
-27
/
+8
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
-56
/
+121
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
-21
/
+31
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
test-mergesort: use repeatable random numbers
René Scharfe
1
-2
/
+10
[prev]
[next]