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
2012-06-28
Merge branch 'jk/diff-no-index-pager'
Junio C Hamano
3
-15
/
+22
2012-06-28
Allow help.htmlpath to be a URL prefix
Chris Webb
1
-3
/
+5
2012-06-28
Add config variable to set HTML path for git-help --web
Chris Webb
1
-1
/
+10
2012-06-27
git p4 test: fix badp4dir test
Pete Wyckoff
1
-3
/
+7
2012-06-27
git p4 test: split up big t9800 test
Pete Wyckoff
4
-397
/
+506
2012-06-27
git p4 test: cleanup_git should make a new $git
Pete Wyckoff
3
-2
/
+3
2012-06-27
git p4 test: copy source indeterminate
Pete Wyckoff
1
-2
/
+2
2012-06-27
git p4 test: check for error message in failed test
Pete Wyckoff
1
-1
/
+2
2012-06-27
git p4 test: rename some "git-p4 command" strings
Pete Wyckoff
1
-3
/
+3
2012-06-27
git p4 test: never create default test repo
Pete Wyckoff
1
-0
/
+4
2012-06-27
git p4 test: simplify quoting involving TRASH_DIRECTORY
Pete Wyckoff
4
-21
/
+17
2012-06-27
git p4 test: use real_path to resolve p4 client symlinks
Pete Wyckoff
3
-3
/
+3
2012-06-27
git p4 test: wait longer for p4d to start and test its pid
Pete Wyckoff
1
-6
/
+32
2012-06-27
fast-export: quote paths with spaces
Jay Soffian
2
-1
/
+3
2012-06-27
git-remote-mediawiki: import "File:" attachments
Pavel Volek
1
-8
/
+249
2012-06-27
git-remote-mediawiki: split get_mw_pages into smaller functions
Matthieu Moy
1
-44
/
+62
2012-06-27
git-remote-mediawiki: send "File:" attachments to a remote wiki
NGUYEN Kim Thuat
1
-8
/
+90
2012-06-27
git-remote-mediawiki: don't "use encoding 'utf8';"
Matthieu Moy
1
-3
/
+2
2012-06-27
git-remote-mediawiki: don't compute the diff when getting commit message
Matthieu Moy
1
-2
/
+2
2012-06-27
add test case for rebase of empty commit
Martin von Zweigbergk
1
-0
/
+8
2012-06-26
Add tests for rebase -i --root without --onto
Chris Webb
2
-4
/
+27
2012-06-26
rebase -i: support --root without --onto
Chris Webb
3
-12
/
+43
2012-06-26
index-pack: Disable threading on cygwin
Junio C Hamano
2
-2
/
+10
2012-06-26
am: don't call mailinfo if $rebasing
Martin von Zweigbergk
1
-23
/
+24
2012-06-26
am --rebasing: get patch body from commit, not from mailbox
Martin von Zweigbergk
2
-4
/
+29
2012-06-26
rebase --root: print usage on too many args
Martin von Zweigbergk
2
-2
/
+12
2012-06-26
rebase: don't source git-sh-setup twice
Martin von Zweigbergk
3
-7
/
+1
2012-06-26
git-checkout: disallow --detach on unborn branch
Chris Webb
2
-0
/
+8
2012-06-25
git-remote-mediawiki: add credential support
Matthieu Moy
1
-12
/
+94
2012-06-25
git credential fill: output the whole 'struct credential'
Matthieu Moy
6
-9
/
+54
2012-06-25
add 'git credential' plumbing command
Javier Roucher Iglesias
8
-52
/
+163
2012-06-25
Second batch for 1.7.12
Junio C Hamano
1
-10
/
+20
2012-06-25
Merge branch 'lp/no-cmd-http-fetch'
Junio C Hamano
1
-3
/
+0
2012-06-25
Merge branch 'cn/cherry-pick-range-docs'
Junio C Hamano
2
-1
/
+13
2012-06-25
Merge branch 'lm/git-blame-el'
Junio C Hamano
1
-36
/
+37
2012-06-25
Merge branch 'rs/ipv6-ssh-url'
Junio C Hamano
1
-1
/
+1
2012-06-25
Merge branch 'jc/ustar-checksum-is-unsigned'
Junio C Hamano
1
-3
/
+3
2012-06-25
Merge branch 'rs/git-blame-mapcar-mapc'
Junio C Hamano
1
-1
/
+1
2012-06-25
Merge branch 'rr/doc-commit'
Junio C Hamano
1
-0
/
+8
2012-06-25
Merge branch 'nd/i18n-misc'
Junio C Hamano
3
-10
/
+14
2012-06-25
Merge branch 'nd/i18n-branch-lego'
Junio C Hamano
1
-15
/
+23
2012-06-25
Merge branch 'jk/no-more-asciidoc7'
Junio C Hamano
4
-32
/
+0
2012-06-25
Merge branch 'maint'
Junio C Hamano
2
-3
/
+1
2012-06-25
git-submodule.sh: fix filename in comment.
Michał Górny
1
-1
/
+1
2012-06-25
git-add--interactive.perl: Remove two unused variables
Thomas Badie
1
-2
/
+0
2012-06-25
config: write to $XDG_CONFIG_HOME/git/config file when appropriate
Huynh Khoi Nguyen Nguyen
3
-5
/
+33
2012-06-25
Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes
Huynh Khoi Nguyen Nguyen
4
-8
/
+44
2012-06-25
Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore
Huynh Khoi Nguyen Nguyen
4
-3
/
+41
2012-06-25
config: read (but not write) from $XDG_CONFIG_HOME/git/config file
Huynh Khoi Nguyen Nguyen
6
-21
/
+158
2012-06-24
t/README: add a bit more Don'ts
Junio C Hamano
1
-3
/
+22
[prev]
[next]