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
2020-09-21
ci: stop linking built-ins to the dashed versions
Johannes Schindelin
1
-0
/
+1
2020-09-21
Optionally skip linking/copying the built-ins
Johannes Schindelin
1
-18
/
+37
2020-09-21
msvc: copy the correct `.pdb` files in the Makefile target `install`
Johannes Schindelin
1
-9
/
+2
2020-09-18
Fifteenth batch
Junio C Hamano
1
-1
/
+28
2020-09-18
Merge branch 'mt/config-fail-nongit-early'
Junio C Hamano
2
-9
/
+16
2020-09-18
Merge branch 'jc/dist-tarball-tweak'
Junio C Hamano
1
-4
/
+7
2020-09-18
Merge branch 'mf/submodule-summary-with-correct-repository'
Junio C Hamano
3
-15
/
+15
2020-09-18
Merge branch 'jc/quote-path-cleanup'
Junio C Hamano
7
-60
/
+94
2020-09-18
Merge branch 'os/collect-changed-submodules-optim'
Junio C Hamano
1
-1
/
+8
2020-09-18
Merge branch 'es/wt-add-detach'
Junio C Hamano
3
-1
/
+15
2020-09-18
Merge branch 'jk/add-i-fixes'
Junio C Hamano
3
-2
/
+10
2020-09-18
Merge branch 'pw/add-p-leakfix'
Junio C Hamano
1
-8
/
+16
2020-09-18
Merge branch 'jc/add-i-use-builtin-experimental'
Junio C Hamano
1
-3
/
+9
2020-09-18
Merge branch 'al/t3200-back-on-a-branch'
Junio C Hamano
1
-0
/
+1
2020-09-18
Merge branch 'hn/refs-ref-log-only-bit'
Junio C Hamano
2
-7
/
+7
2020-09-18
Merge branch 'ea/blame-use-oideq'
Junio C Hamano
1
-2
/
+2
2020-09-18
Merge branch 'pb/clang-json-compilation-database'
Junio C Hamano
2
-5
/
+56
2020-09-18
Merge branch 'so/log-tree-diff-cleanup'
Junio C Hamano
1
-16
/
+5
2020-09-18
Merge branch 'rs/parallel-read-cache-fix'
Junio C Hamano
1
-1
/
+1
2020-09-18
Merge branch 'rs/refspec-leakfix'
Junio C Hamano
6
-51
/
+47
2020-09-18
Merge branch 'rs/misc-cleanups'
Junio C Hamano
3
-16
/
+6
2020-09-10
quote: turn 'nodq' parameter into a set of flags
Junio C Hamano
3
-13
/
+20
2020-09-10
quote: rename misnamed sq_lookup[] to cq_lookup[]
Junio C Hamano
1
-7
/
+7
2020-09-10
wt-status: consistently quote paths in "status --short" output
Junio C Hamano
2
-2
/
+29
2020-09-10
quote_path: code clarification
Junio C Hamano
1
-7
/
+12
2020-09-10
quote_path: optionally allow quoting a path with SP in it
Junio C Hamano
3
-12
/
+11
2020-09-10
quote_path: give flags parameter to quote_path()
Junio C Hamano
5
-26
/
+26
2020-09-10
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
5
-18
/
+14
2020-09-09
Fourteenth batch
Junio C Hamano
1
-0
/
+28
2020-09-09
Merge branch 'os/vcbuild'
Junio C Hamano
4
-4
/
+5
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
20
-53
/
+98
2020-09-09
Merge branch 'js/ci-squelch-false-failure'
Junio C Hamano
1
-3
/
+2
2020-09-09
Merge branch 'pb/imap-send-updates'
Junio C Hamano
1
-15
/
+19
2020-09-09
Merge branch 'hv/ref-filter-misc'
Junio C Hamano
5
-65
/
+161
2020-09-09
Merge branch 'ss/submodule-summary-in-c-fixes'
Junio C Hamano
2
-10
/
+9
2020-09-09
Merge branch 'so/separate-field-for-m-and-diff-merges'
Junio C Hamano
3
-8
/
+9
2020-09-09
Merge branch 'es/worktree-repair'
Junio C Hamano
7
-2
/
+445
2020-09-09
Merge branch 'jk/worktree-check-clean-leakfix'
Junio C Hamano
1
-5
/
+3
2020-09-09
Merge branch 'tb/repack-clearing-midx'
Junio C Hamano
5
-11
/
+65
2020-09-09
Merge branch 'ss/submodule-summary-in-c'
Junio C Hamano
7
-195
/
+512
2020-09-09
config: complain about --worktree outside of a git repo
Matheus Tavares
2
-9
/
+16
2020-09-09
Makefile: allow extra tweaking of distribution tarball
Junio C Hamano
1
-4
/
+7
2020-09-08
blame.c: replace instance of !oidcmp for oideq
Edmundo Carmona Antoranz
1
-2
/
+2
2020-09-08
refs: move REF_LOG_ONLY to refs-internal.h
Han-Wen Nienhuys
2
-7
/
+7
2020-09-08
t3200: clean side effect of git checkout --orphan
Aaron Lipman
1
-0
/
+1
2020-09-08
add -i: use the built-in version when feature.experimental is set
Junio C Hamano
1
-3
/
+9
2020-09-08
add -p: fix memory leak
Phillip Wood
1
-8
/
+16
2020-09-08
contrib/buildsystems: fix expat library name for generated vcxproj
Orgad Shaneh
2
-1
/
+2
2020-09-08
add--interactive.perl: specify --no-color explicitly
Jeff King
2
-1
/
+2
2020-09-08
add-patch: fix inverted return code of repo_read_index()
Jeff King
2
-1
/
+8
[next]