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
2018-07-30
vscode: only overwrite C/C++ settings
Johannes Schindelin
1
-3
/
+20
2018-07-30
vscode: hard-code a couple defines
Johannes Schindelin
1
-1
/
+13
2018-07-30
contrib: add a script to initialize VS Code configuration
Johannes Schindelin
3
-0
/
+180
2018-07-18
Merge branch 'tb/grep-column'
Junio C Hamano
2
-3
/
+11
2018-07-16
coccinelle: update commit.cocci
Derrick Stolee
1
-1
/
+1
2018-06-28
Merge branch 'tz/cred-netrc-cleanup'
Junio C Hamano
3
-6
/
+11
2018-06-28
Merge branch 'nd/completion-negation'
Junio C Hamano
1
-24
/
+37
2018-06-25
Merge branch 'ls/complete-remote-update-names'
Junio C Hamano
1
-1
/
+1
2018-06-25
Merge branch 'nd/complete-config-vars'
Junio C Hamano
1
-333
/
+29
2018-06-22
contrib/git-jump/git-jump: jump to exact location
Taylor Blau
2
-3
/
+11
2018-06-18
git-credential-netrc: make "all" default target of Makefile
Todd Zullinger
1
-0
/
+3
2018-06-18
Merge branch 'ab/cred-netrc-no-autodie'
Junio C Hamano
1
-1
/
+0
2018-06-18
git-credential-netrc: fix exit status when tests fail
Luis Marsano
1
-1
/
+3
2018-06-18
git-credential-netrc: use in-tree Git.pm for tests
Luis Marsano
2
-2
/
+2
2018-06-18
git-credential-netrc: minor whitespace cleanup in test script
Todd Zullinger
1
-4
/
+4
2018-06-13
Merge branch 'sg/completion-zsh-workaround'
Junio C Hamano
2
-2
/
+5
2018-06-13
git-credential-netrc: remove use of "autodie"
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2018-06-12
completion: correct zsh detection when run from git-completion.zsh
SZEDER Gábor
2
-2
/
+5
2018-06-11
completion: collapse extra --no-.. options
Nguyễn Thái Ngọc Duy
1
-0
/
+23
2018-06-01
Merge branch 'pa/import-tars-long-names'
Junio C Hamano
1
-2
/
+29
2018-06-01
Merge branch 'nd/command-list'
Junio C Hamano
1
-132
/
+16
2018-06-01
completion: complete remote names too
Łukasz Stelmach
1
-1
/
+1
2018-05-30
Merge branch 'lm/credential-netrc'
Junio C Hamano
7
-50
/
+135
2018-05-30
Merge branch 'sg/complete-paths'
Junio C Hamano
2
-26
/
+200
2018-05-29
completion: complete general config vars in two steps
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2018-05-29
completion: support case-insensitive config vars
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2018-05-29
completion: keep other config var completion in camelCase
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-05-29
completion: drop the hard coded list of config vars
Nguyễn Thái Ngọc Duy
1
-326
/
+9
2018-05-29
Merge branch 'nd/command-list' into nd/complete-config-vars
Junio C Hamano
1
-132
/
+16
2018-05-29
parse-options: option to let --git-completion-helper show negative form
Nguyễn Thái Ngọc Duy
1
-24
/
+14
2018-05-24
import-tars: read overlong names from pax extended header
Pedro Alvarez Piedehierro
1
-2
/
+29
2018-05-23
Merge branch 'fg/completion-external'
Junio C Hamano
1
-2
/
+9
2018-05-23
Merge branch 'nd/completion-aliasfiletype-typofix'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
1
-2
/
+2
2018-05-23
Merge branch 'js/deprecate-grafts'
Junio C Hamano
1
-28
/
+0
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-0
/
+28
2018-05-21
completion: allow to customize the completable command list
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-21
completion: add and use --list-cmds=alias
Nguyễn Thái Ngọc Duy
1
-60
/
+15
2018-05-21
completion: add and use --list-cmds=nohelpers
Nguyễn Thái Ngọc Duy
1
-16
/
+4
2018-05-21
completion: let git provide the completable command list
Nguyễn Thái Ngọc Duy
1
-91
/
+28
2018-05-21
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy
1
-5
/
+10
2018-05-21
completion: implement and use --list-cmds=main,others
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-21
git.c: convert --list-* to --list-cmds=*
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-21
completion: don't return with error from __gitcomp_file_direct()
SZEDER Gábor
1
-2
/
+4
2018-05-14
git-credential-netrc: accept gpg option
Luis Marsano
6
-24
/
+62
2018-05-14
git-credential-netrc: adapt to test framework for git
Luis Marsano
3
-30
/
+77
2018-05-08
Merge branch 'tg/demote-stash-save-in-completion'
Junio C Hamano
1
-2
/
+10
2018-05-08
Merge branch 'sg/completion-clear-cached'
Junio C Hamano
1
-1
/
+5
2018-05-08
Merge branch 'ab/nuke-emacs-contrib'
Junio C Hamano
5
-2228
/
+25
2018-05-08
Merge branch 'ds/commit-graph'
Junio C Hamano
1
-0
/
+2
[prev]
[next]