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-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
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
2021-10-07
read-cache: let verify_path() reject trailing dir separators again
René Scharfe
2
-4
/
+4
2021-10-07
read-cache: add verify_path_internal()
René Scharfe
1
-13
/
+28
2021-10-07
t3905: show failure to ignore sub-repo
René Scharfe
1
-0
/
+6
2021-10-07
merge: add missing strbuf_release()
Ævar Arnfjörð Bjarmason
2
-0
/
+3
2021-10-07
ls-files: add missing string_list_clear()
Ævar Arnfjörð Bjarmason
2
-2
/
+4
2021-10-07
ls-files: fix a trivial dir_clear() leak
Ævar Arnfjörð Bjarmason
5
-8
/
+10
2021-10-07
tests: fix test-oid-array leak, test in SANITIZE=leak
Ævar Arnfjörð Bjarmason
2
-0
/
+6
2021-10-07
tests: fix a memory leak in test-oidtree.c
Ævar Arnfjörð Bjarmason
2
-0
/
+4
2021-10-07
tests: fix a memory leak in test-parse-options.c
Ævar Arnfjörð Bjarmason
2
-1
/
+7
2021-10-07
tests: fix a memory leak in test-prio-queue.c
Ævar Arnfjörð Bjarmason
2
-0
/
+4
2021-10-07
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests-more
Junio C Hamano
14
-3
/
+56
2021-10-07
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests
Junio C Hamano
14
-3
/
+56
2021-10-07
unpack-trees: don't leak memory in verify_clean_subdirectory()
Ævar Arnfjörð Bjarmason
2
-1
/
+4
2021-10-07
Merge branch 'ab/sanitize-leak-ci' into ab/unpack-trees-leakfix
Junio C Hamano
14
-3
/
+56
2021-10-07
sparse index: fix use-after-free bug in cache_tree_verify()
Phillip Wood
2
-9
/
+30
2021-10-07
test-read-midx: fix leak of bitmap_index struct
Jeff King
1
-2
/
+6
2021-10-06
The eleventh batch
Junio C Hamano
1
-0
/
+9
2021-10-06
Merge branch 'ab/retire-decl-of-missing-unused-funcs'
Junio C Hamano
4
-5
/
+0
2021-10-06
Merge branch 'lh/systemd-timers'
Junio C Hamano
1
-2
/
+1
2021-10-06
Merge branch 'ab/retire-string-list-init'
Junio C Hamano
3
-15
/
+2
2021-10-06
Merge branch 'ab/retire-refs-unused-funcs'
Junio C Hamano
5
-107
/
+19
2021-10-06
Merge branch 'os/status-docfix'
Junio C Hamano
1
-1
/
+1
2021-10-06
Merge branch 'ws/refer-to-forkpoint-config-in-rebase-doc'
Junio C Hamano
1
-1
/
+2
2021-10-06
Merge branch 'gc/doc-first-contribution-reroll'
Junio C Hamano
1
-11
/
+31
2021-10-06
Merge branch 'pw/rebase-reread-todo-after-editing'
Junio C Hamano
2
-21
/
+27
2021-10-06
Merge branch 'ew/midx-doc-update'
Junio C Hamano
1
-1
/
+3
2021-10-06
Merge branch 'ab/repo-settings-cleanup'
Junio C Hamano
9
-94
/
+98
2021-10-06
Merge branch 'jk/grep-haystack-is-read-only'
Junio C Hamano
2
-46
/
+45
[prev]
[next]