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
2013-07-03
git-remote-mediawiki: un-brace file handles in binmode calls
Matthieu Moy
1
-2
/
+2
2013-07-01
Merge branch 'ed/color-prompt'
Junio C Hamano
1
-70
/
+41
2013-06-26
git-prompt.sh: add missing information in comments
Eduardo R. D'Avila
1
-11
/
+15
2013-06-26
git-prompt.sh: do not print duplicate clean color code
Eduardo R. D'Avila
1
-1
/
+1
2013-06-26
git-prompt.sh: refactor colored prompt code
Eduardo R. D'Avila
1
-59
/
+26
2013-06-24
bash prompt: mention that PROMPT_COMMAND mode is faster
SZEDER Gábor
1
-5
/
+5
2013-06-24
bash prompt: avoid command substitution when finalizing gitstring
SZEDER Gábor
1
-1
/
+5
2013-06-24
bash prompt: avoid command substitution when checking for untracked files
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: use bash builtins to check stash state
SZEDER Gábor
1
-2
/
+3
2013-06-24
bash prompt: use bash builtins to check for unborn branch for dirty state
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
1
-4
/
+12
2013-06-24
bash prompt: combine 'git rev-parse' executions in the main code path
SZEDER Gábor
1
-5
/
+13
2013-06-24
bash prompt: use bash builtins to find out current branch
SZEDER Gábor
1
-18
/
+33
2013-06-24
bash prompt: use bash builtins to find out rebase state
SZEDER Gábor
1
-6
/
+6
2013-06-24
bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()
SZEDER Gábor
2
-27
/
+1
2013-06-24
bash prompt: return early from __git_ps1() when not in a git repository
SZEDER Gábor
1
-100
/
+101
2013-06-24
bash prompt: print unique detached HEAD abbreviated object name
SZEDER Gábor
1
-1
/
+1
2013-06-23
Merge branch 'cm/remote-mediawiki-perlcritique'
Junio C Hamano
3
-247
/
+320
2013-06-23
Merge branch 'bp/remote-mw-tests'
Junio C Hamano
2
-10
/
+13
2013-06-23
Merge branch 'rr/prompt-rebase-breakage-fix'
Junio C Hamano
1
-6
/
+6
2013-06-21
Sync with maint
Junio C Hamano
1
-1
/
+1
2013-06-21
completion: complete diff --word-diff
Ramkumar Ramachandra
1
-1
/
+1
2013-06-20
Merge branch 'cm/remote-mediawiki'
Junio C Hamano
1
-0
/
+15
2013-06-14
git-remote-mediawiki: remove hardcoded version number in the test suite
Benoit Person
2
-10
/
+13
2013-06-14
git-remote-mediawiki: make error message more precise
Célestin Matte
1
-3
/
+7
2013-06-14
git-remote-mediawiki: add a perlcritic rule in Makefile
Célestin Matte
1
-0
/
+2
2013-06-14
git-remote-mediawiki: add a .perlcriticrc file
Célestin Matte
1
-0
/
+28
2013-06-14
git-remote-mediawiki: clearly rewrite double dereference
Célestin Matte
1
-4
/
+4
2013-06-14
git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")
Célestin Matte
1
-2
/
+2
2013-06-14
git-remote-mediawiki: put non-trivial numeric values in constants.
Célestin Matte
1
-6
/
+14
2013-06-14
git-remote-mediawiki: don't use quotes for empty strings
Célestin Matte
1
-8
/
+10
2013-06-14
git-remote-mediawiki: replace "unless" statements with negated "if" statements
Célestin Matte
1
-6
/
+6
2013-06-14
git-remote-mediawiki: brace file handles for print for more clarity
Célestin Matte
1
-95
/
+95
2013-06-14
git-remote-mediawiki: modify strings for a better coding-style
Célestin Matte
1
-120
/
+119
2013-06-14
git-remote-mediawiki: put long code into a subroutine
Célestin Matte
1
-24
/
+32
2013-06-14
git-remote-mediawiki: remove import of unused open2
Célestin Matte
1
-1
/
+0
2013-06-14
git-remote-mediawiki: check return value of open
Célestin Matte
1
-1
/
+2
2013-06-14
git-remote-mediawiki: assign a variable as undef and make proper indentation
Célestin Matte
1
-1
/
+4
2013-06-14
git-remote-mediawiki: rename a variable ($last) which has the name of a keyword
Célestin Matte
1
-4
/
+4
2013-06-14
git-remote-mediawiki: remove unused variable $entry
Célestin Matte
1
-1
/
+0
2013-06-14
git-remote-mediawiki: turn double-negated expressions into simple expressions
Célestin Matte
1
-4
/
+4
2013-06-14
git-remote-mediawiki: change the name of a variable
Célestin Matte
1
-3
/
+3
2013-06-14
git-remote-mediawiki: add newline in the end of die() error messages
Célestin Matte
1
-13
/
+13
2013-06-14
git-remote-mediawiki: change style in a regexp
Célestin Matte
1
-1
/
+1
2013-06-14
git-remote-mediawiki: change style in a regexp
Célestin Matte
1
-1
/
+1
2013-06-14
git-remote-mediawiki: change separator of some regexps
Célestin Matte
1
-3
/
+3
2013-06-14
git-remote-mediawiki: change the behaviour of a split
Célestin Matte
1
-1
/
+1
2013-06-14
git-remote-mediawiki: remove useless regexp modifier (m)
Célestin Matte
1
-3
/
+3
2013-06-14
git-remote-mediawiki: rewrite unclear line of instructions
Célestin Matte
1
-1
/
+2
2013-06-14
git-remote-mediawiki: change syntax of map calls
Célestin Matte
1
-6
/
+8
[next]