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-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
2013-06-14
Merge branch 'mh/reflife'
Junio C Hamano
15
-121
/
+229
2013-06-14
Merge branch 'kb/full-history-compute-treesame-carefully-2'
Junio C Hamano
7
-91
/
+750
2013-06-14
Merge branch 'rr/remove-contrib-some'
Junio C Hamano
5
-792
/
+0
2013-06-14
prompt: squelch error output from cat
Ramkumar Ramachandra
1
-6
/
+6
2013-06-13
rebase: finish_rebase() in noop rebase
Ramkumar Ramachandra
2
-0
/
+12
2013-06-13
rebase: finish_rebase() in fast-forward rebase
Ramkumar Ramachandra
2
-0
/
+12
2013-06-13
rebase: guard against missing files in read_basic_state()
Ramkumar Ramachandra
1
-0
/
+2
2013-06-13
use logical OR (||) instead of binary OR (|) in logical context
René Scharfe
3
-6
/
+6
2013-06-13
match-trees: factor out fill_tree_desc_strict
René Scharfe
1
-25
/
+19
2013-06-12
Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory exist
Slava Kardakov
1
-2
/
+2
2013-06-12
contrib: drop blameview/ directory
Jeff King
2
-164
/
+0
2013-06-11
status: introduce status.short to enable --short by default
Jorge Juan Garcia Garcia
3
-0
/
+41
2013-06-11
git-remote-mediawiki: display message when launched directly
Célestin Matte
1
-0
/
+15
2013-06-11
Merge branch 'maint'
Junio C Hamano
2
-1
/
+1
2013-06-11
Merge branch 'maint-1.8.2' into maint
Junio C Hamano
2
-1
/
+1
2013-06-11
t0070 "mktemp to unwritable directory" needs SANITY
Torsten Bögershausen
1
-1
/
+1
2013-06-11
Update draft release notes
Junio C Hamano
1
-1
/
+48
2013-06-11
Merge branch 'cm/gitweb-project-list-persistent-cgi-fix'
Junio C Hamano
1
-1
/
+1
2013-06-11
Merge branch 'rr/maint-fetch-tag-doc-asterisks'
Junio C Hamano
1
-1
/
+1
2013-06-11
Merge branch 'rr/rebase-autostash'
Junio C Hamano
8
-16
/
+235
2013-06-11
Merge branch 'jk/test-exit-code-by-signal'
Junio C Hamano
1
-0
/
+7
2013-06-11
Merge branch 'fc/at-head'
Junio C Hamano
5
-57
/
+123
2013-06-11
Merge branch 'ar/wildmatch-foldcase'
Junio C Hamano
2
-6
/
+56
2013-06-11
Merge branch 'tr/sha1-file-silence-loose-object-info-under-prune-race'
Junio C Hamano
1
-1
/
+1
2013-06-11
Merge branch 'nd/warn-ambiguous-object-name'
Junio C Hamano
4
-2
/
+44
2013-06-11
Merge branch 'rr/diffcore-pickaxe-doc'
Junio C Hamano
3
-28
/
+59
2013-06-11
Merge branch 'cr/git-work-tree-sans-git-dir'
Junio C Hamano
1
-3
/
+1
[prev]
[next]