index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-28
completion: bash: synchronize zsh wrapper
Felipe Contreras
1
-0
/
+8
2020-10-28
completion: zsh: fix for command aliasing
Felipe Contreras
1
-1
/
+5
2020-10-28
completion: prompt: fix color for Zsh
Felipe Contreras
1
-4
/
+7
2020-10-28
completion: zsh: update slave script locations
Felipe Contreras
1
-5
/
+9
2020-10-27
Merge branch 'dl/checkout-guess'
Junio C Hamano
1
-9
/
+16
2020-10-26
completion: zsh: fix for directories with spaces
Felipe Contreras
1
-1
/
+1
2020-10-26
completion: zsh: reorganize install instructions
Felipe Contreras
1
-7
/
+9
2020-10-26
completion: zsh: fix bash script extension
Felipe Contreras
1
-1
/
+1
2020-10-26
completion: zsh: fix name due to broken autoloading
Felipe Contreras
1
-3
/
+5
2020-10-26
completion: zsh: fix __gitcomp_direct()
Felipe Contreras
2
-2
/
+2
2020-10-16
completion: fix zsh installation instructions
Alexey
1
-1
/
+2
2020-10-08
contrib/git-resurrect.sh: use hash-agnostic OID pattern
Denton Liu
1
-4
/
+3
2020-10-08
contrib/git-resurrect.sh: indent with tabs
Denton Liu
1
-4
/
+4
2020-10-08
checkout: learn to respect checkout.guess
Denton Liu
1
-9
/
+16
2020-10-07
git-completion.bash: stash-show: complete $__git_diff_common_options
Robert Karszniewicz
1
-1
/
+4
2020-10-07
git-completion.bash: __git_diff_common_options: add --[no-]patch
Robert Karszniewicz
1
-3
/
+2
2020-10-05
Merge branch 'js/cmake-vs'
Junio C Hamano
1
-12
/
+40
2020-10-04
Merge branch 'au/complete-restore-s'
Junio C Hamano
1
-34
/
+39
2020-10-04
Merge branch 'ab/mediawiki-fixes'
Junio C Hamano
13
-401
/
+169
2020-09-30
cmake (Windows): recommend using Visual Studio's built-in CMake support
Johannes Schindelin
1
-9
/
+17
2020-09-30
cmake (Windows): initialize vcpkg/build dependencies automatically
Johannes Schindelin
1
-0
/
+4
2020-09-30
cmake (Windows): complain when encountering an unknown compiler
Johannes Schindelin
1
-0
/
+2
2020-09-30
cmake (Windows): let the `.dll` files be found when running the tests
Johannes Schindelin
1
-0
/
+3
2020-09-30
cmake: quote the path accurately when editing `test-lib.sh`
Johannes Schindelin
1
-1
/
+1
2020-09-30
cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows
Johannes Schindelin
1
-1
/
+5
2020-09-28
cmake: ensure that the `vcpkg` packages are found on Windows
Johannes Schindelin
1
-0
/
+7
2020-09-28
cmake: do find Git for Windows' shell interpreter
Johannes Schindelin
1
-1
/
+1
2020-09-26
completion: complete refs after 'git restore -s'
Ákos Uzonyi
1
-0
/
+7
2020-09-26
completion: use "prev" variable instead of introducing "prevword"
Ákos Uzonyi
1
-34
/
+32
2020-09-25
Merge branch 'jk/diff-highlight-blank-match-fix'
Junio C Hamano
1
-1
/
+1
2020-09-21
diff-highlight: correctly match blank lines for flush
Jeff King
1
-1
/
+1
2020-09-21
contrib/completion: complete `git diff --merge-base`
Denton Liu
1
-1
/
+1
2020-09-21
remote-mediawiki: use "sh" to eliminate unquoted commands
Ævar Arnfjörð Bjarmason
1
-16
/
+8
2020-09-21
remote-mediawiki: annotate unquoted uses of run_git()
Ævar Arnfjörð Bjarmason
1
-6
/
+13
2020-09-21
remote-mediawiki: convert to quoted run_git() invocation
Ævar Arnfjörð Bjarmason
1
-23
/
+26
2020-09-21
remote-mediawiki: provide a list form of run_git()
Ævar Arnfjörð Bjarmason
1
-4
/
+15
2020-09-21
remote-mediawiki tests: annotate failing tests
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2020-09-21
remote-mediawiki: fix duplicate revisions being imported
Simon Legner
1
-0
/
+3
2020-09-21
remote-mediawiki tests: use CLI installer
Ævar Arnfjörð Bjarmason
6
-334
/
+79
2020-09-21
remote-mediawiki tests: use inline PerlIO for readability
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2020-09-21
remote-mediawiki tests: replace deprecated Perl construct
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2020-09-21
remote-mediawiki tests: use a more idiomatic dispatch table
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2020-09-21
remote-mediawiki tests: use "$dir/" instead of "$dir."
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2020-09-21
remote-mediawiki tests: change `[]` to `test`
Ævar Arnfjörð Bjarmason
1
-6
/
+11
2020-09-21
remote-mediawiki tests: use test_cmp in tests
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2020-09-21
remote-mediawiki tests: use a 10 character password
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-09-21
remote-mediawiki tests: use the login/password variables
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2020-09-21
remote-mediawiki doc: don't hardcode Debian PHP versions
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2020-09-17
contrib/completion: complete options that take refs for format-patch
Denton Liu
1
-0
/
+4
2020-09-17
contrib/completion: extract common diff/difftool options
Denton Liu
1
-9
/
+6
[prev]
[next]