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
2014-06-25
Merge branch 'ep/avoid-test-a-o'
Junio C Hamano
5
-8
/
+8
2014-06-25
Merge branch 'sp/complete-ext-alias'
Junio C Hamano
1
-0
/
+10
2014-06-16
Merge branch 'jk/complete-merge-pull'
Junio C Hamano
1
-1
/
+5
2014-06-16
Merge branch 'sk/wincred'
Junio C Hamano
1
-4
/
+12
2014-06-13
completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases
Steffen Prohaska
1
-0
/
+10
2014-06-09
contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-1
/
+1
2014-06-09
contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-2
/
+2
2014-06-09
contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-2
/
+2
2014-06-09
contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-2
/
+2
2014-06-09
contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-1
/
+1
2014-06-06
Merge branch 'ep/shell-assign-and-export-vars'
Junio C Hamano
1
-1
/
+2
2014-06-06
Merge branch 'jd/subtree'
Junio C Hamano
2
-16
/
+25
2014-06-06
Merge branch 'wg/svn-fe-style-fixes'
Junio C Hamano
1
-41
/
+52
2014-06-06
Merge branch 'jn/contrib-remove-vim'
Junio C Hamano
1
-22
/
+0
2014-06-06
Merge branch 'jn/contrib-remove-diffall'
Junio C Hamano
2
-288
/
+0
2014-06-03
Merge branch 'ep/shell-command-substitution'
Junio C Hamano
4
-12
/
+12
2014-06-03
Merge branch 'mm/mediawiki-encoding-fix'
Junio C Hamano
4
-2
/
+36
2014-06-03
Merge branch 'mh/ref-transaction'
Junio C Hamano
1
-1
/
+2
2014-05-27
completion: add missing options for git-merge
John Keeping
1
-1
/
+4
2014-05-27
completion: add a note that merge options are shared
John Keeping
1
-0
/
+1
2014-05-23
scripts: "export VAR=VALUE" construct is not portable
Elia Pinto
1
-1
/
+2
2014-05-20
Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"
Junio C Hamano
8
-4323
/
+13
2014-05-19
Merge branch 'jc/graduate-remote-hg-bzr' (early part)
Junio C Hamano
3
-0
/
+25
2014-05-19
remote-helpers: point at their upstream repositories
Junio C Hamano
1
-0
/
+19
2014-05-19
contrib: remote-helpers: add move warnings (v2.0)
Felipe Contreras
2
-0
/
+6
2014-05-19
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
1
-17
/
+39
2014-05-19
git-prompt.sh: don't assume the shell expands the value of PS1
Richard Hansen
1
-17
/
+39
2014-05-14
wincred: avoid overwriting configured variables
Pat Thoyts
1
-4
/
+4
2014-05-14
wincred: add install target
Pat Thoyts
1
-0
/
+8
2014-05-13
contrib/subtree: allow adding an annotated tag
James Denholm
1
-1
/
+2
2014-05-13
Merge branch 'fc/prompt-zsh-read-from-file'
Junio C Hamano
1
-8
/
+8
2014-05-13
contrib: completion: fix 'eread()' namespace
Felipe Contreras
1
-8
/
+8
2014-05-12
svn-fe: conform to pep8
William Giokas
1
-41
/
+52
2014-05-09
contrib: remove git-diffall
Jonathan Nieder
2
-288
/
+0
2014-05-09
contrib: remove vim support instructions
Jonathan Nieder
1
-22
/
+0
2014-05-08
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint
Junio C Hamano
1
-2
/
+32
2014-05-06
contrib/subtree/Makefile: clean up rule for "clean"
James Denholm
1
-3
/
+4
2014-05-06
contrib/subtree/Makefile: clean up rules to generate documentation
James Denholm
1
-5
/
+8
2014-05-06
contrib/subtree/Makefile: s/libexecdir/gitexecdir/
James Denholm
1
-3
/
+3
2014-05-06
contrib/subtree/Makefile: use GIT-VERSION-FILE
James Denholm
1
-3
/
+8
2014-05-06
contrib/subtree/Makefile: scrap unused $(gitdir)
James Denholm
1
-1
/
+0
2014-05-02
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
1
-2
/
+32
2014-04-23
git-remote-mediawiki: fix encoding issue for UTF-8 media files
Matthieu Moy
2
-1
/
+25
2014-04-23
git-remote-mediawiki: allow stop/start-ing the test server
Matthieu Moy
2
-1
/
+11
2014-04-23
appp.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-7
/
+7
2014-04-23
t7900-subtree.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-1
/
+1
2014-04-23
test-gitmw-lib.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-3
/
+3
2014-04-23
t9365-continuing-queries.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-1
/
+1
2014-04-22
git-prompt.sh: don't put unsanitized branch names in $PS1
Richard Hansen
1
-2
/
+32
2014-04-21
Merge branch 'ep/shell-command-substitution'
Junio C Hamano
12
-39
/
+39
[next]