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
2013-06-17
am: handle stray $dotest directory
Ramkumar Ramachandra
2
-0
/
+23
2013-06-16
Merge tag 'gitgui-0.18.0' of git://repo.or.cz/git-gui
Junio C Hamano
8
-22
/
+40
2013-06-15
status: introduce status.branch to enable --branch by default
Jorge Juan Garcia Garcia
3
-0
/
+35
2013-06-15
Update draft release notes to 1.8.4
Junio C Hamano
1
-0
/
+17
2013-06-15
git-gui 0.18
Pat Thoyts
1
-1
/
+1
2013-06-15
git-gui: avoid an error message when removing the last remote
Pat Thoyts
1
-2
/
+4
2013-06-14
unpack_entry: do not die when we fail to apply a delta
Jeff King
2
-1
/
+37
2013-06-14
t5303: drop "count=1" from corruption dd
Jeff King
1
-1
/
+1
2013-06-14
git-remote-mediawiki: remove hardcoded version number in the test suite
Benoit Person
2
-10
/
+13
2013-06-14
t/lib-httpd/apache.conf: configure an MPM module for apache 2.4
Jeff King
1
-0
/
+3
2013-06-14
t/lib-httpd/apache.conf: load compat access module in apache 2.4
Jeff King
1
-0
/
+3
2013-06-14
t/lib-httpd/apache.conf: load extra auth modules in apache 2.4
Jeff King
1
-0
/
+9
2013-06-14
t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4
Jeff King
1
-0
/
+2
2013-06-14
rebase: use peel_committish() where appropriate
Ramkumar Ramachandra
3
-4
/
+4
2013-06-14
sh-setup: add new peel_committish() helper
Ramkumar Ramachandra
1
-0
/
+12
2013-06-14
t/rebase: add failing tests for a peculiar revision
Ramkumar Ramachandra
2
-0
/
+22
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
2013-06-14
git-remote-mediawiki: move a variable declaration at the top of the code
Célestin Matte
1
-3
/
+3
2013-06-14
git-remote-mediawiki: always end a subroutine with a return
Célestin Matte
1
-0
/
+18
2013-06-14
git-remote-mediawiki: replace :utf8 by :encoding(UTF-8)
Célestin Matte
1
-3
/
+3
2013-06-14
git-remote-mediawiki: move "use warnings;" before any instruction
Célestin Matte
1
-2
/
+1
2013-06-14
git-remote-mediawiki: make a regexp clearer
Célestin Matte
1
-1
/
+1
2013-06-14
Merge branch 'rr/complete-difftool-fixup'
Junio C Hamano
1
-2
/
+2
2013-06-14
Merge branch 'mt/send-email-cc-match-fix'
Junio C Hamano
2
-8
/
+90
2013-06-14
Merge branch 'bp/mediawiki-credential'
Junio C Hamano
1
-57
/
+9
[prev]
[next]