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-24
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
2
-4
/
+20
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
2
-2
/
+3
2013-06-24
bash prompt: add a test for symbolic link symbolic refs
SZEDER Gábor
1
-0
/
+9
2013-06-24
completion, bash prompt: move __gitdir() tests to completion test suite
SZEDER Gábor
2
-128
/
+134
2013-06-24
bash prompt: use 'write_script' helper in interactive rebase test
SZEDER Gábor
1
-7
/
+5
2013-06-24
bash prompt: fix redirection coding style in tests
SZEDER Gábor
1
-116
/
+116
2013-06-23
Update draft release notes to 1.8.4
Junio C Hamano
1
-0
/
+4
2013-06-23
Merge branch 'mz/rebase-tests'
Junio C Hamano
8
-203
/
+673
2013-06-23
Merge branch 'jk/unpack-entry-fallback-to-another'
Junio C Hamano
2
-2
/
+38
2013-06-23
Merge branch 'jk/apache-test-for-2.4'
Junio C Hamano
1
-1
/
+19
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/rebase-autostash'
Junio C Hamano
2
-0
/
+26
2013-06-23
Merge branch 'rr/prompt-rebase-breakage-fix'
Junio C Hamano
1
-6
/
+6
2013-06-23
Merge branch 'jg/status-config'
Junio C Hamano
3
-0
/
+76
2013-06-21
lib-httpd/apache.conf: check version only after mod_version loads
Jeff King
1
-3
/
+4
2013-06-21
Sync with maint
Junio C Hamano
1
-1
/
+1
2013-06-21
transport-helper: be quiet on read errors from helpers
Jeff King
2
-4
/
+2
2013-06-21
completion: complete diff --word-diff
Ramkumar Ramachandra
1
-1
/
+1
2013-06-20
Update draft release notes to 1.8.4
Junio C Hamano
1
-1
/
+18
2013-06-20
Merge branch 'cm/remote-mediawiki'
Junio C Hamano
1
-0
/
+15
2013-06-20
Merge branch 'rs/match-trees-refactor'
Junio C Hamano
1
-25
/
+19
2013-06-20
Merge branch 'rs/logical-vs-binary-or'
Junio C Hamano
3
-6
/
+6
2013-06-20
Merge branch 'mm/color-auto-default'
Junio C Hamano
3
-6
/
+12
2013-06-20
Merge branch 'rs/discard-index-discard-array'
Junio C Hamano
5
-2
/
+32
2013-06-20
Merge branch 'nd/traces'
Junio C Hamano
5
-9
/
+25
2013-06-20
Merge branch 'fc/show-non-empty-errors-in-test'
Junio C Hamano
9
-53
/
+65
2013-06-20
Merge branch 'fc/makefile'
Junio C Hamano
1
-4
/
+6
2013-06-20
Merge branch 'js/test-ln-s-add'
Junio C Hamano
30
-333
/
+351
2013-06-20
Merge branch 'nd/make-wildmatch-default'
Junio C Hamano
1
-2
/
+2
2013-06-18
rebase topology tests: fix commit names on case-insensitive file systems
Johannes Sixt
2
-18
/
+18
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
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
[next]