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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-28
diff-index.c: "git diff" has no need to read blob from the standard input
Junio C Hamano
1
-0
/
+12
2012-06-28
Merge branch 'fc/git-prompt-script'
Junio C Hamano
3
-13
/
+475
2012-06-28
Merge branch 'js/submodule-relative'
Junio C Hamano
2
-4
/
+235
2012-06-28
Merge branch 'lk/more-helpful-status-hints'
Junio C Hamano
2
-0
/
+745
2012-06-28
Merge branch 'lk/rebase-i-x'
Junio C Hamano
1
-0
/
+117
2012-06-28
Merge branch 'nd/stream-pack-objects'
Junio C Hamano
1
-0
/
+12
2012-06-28
Merge branch 'nd/stream-index-pack'
Junio C Hamano
2
-0
/
+10
2012-06-28
Merge branch 'mm/verify-filename-fix'
Junio C Hamano
1
-0
/
+11
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
1
-1
/
+1
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
am --rebasing: get patch body from commit, not from mailbox
Martin von Zweigbergk
1
-4
/
+28
2012-06-26
rebase --root: print usage on too many args
Martin von Zweigbergk
1
-1
/
+7
2012-06-26
git-checkout: disallow --detach on unborn branch
Chris Webb
1
-0
/
+6
2012-06-25
git credential fill: output the whole 'struct credential'
Matthieu Moy
2
-0
/
+39
2012-06-25
add 'git credential' plumbing command
Javier Roucher Iglesias
1
-2
/
+12
2012-06-25
config: write to $XDG_CONFIG_HOME/git/config file when appropriate
Huynh Khoi Nguyen Nguyen
1
-0
/
+30
2012-06-25
Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes
Huynh Khoi Nguyen Nguyen
1
-0
/
+29
2012-06-25
Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore
Huynh Khoi Nguyen Nguyen
1
-0
/
+29
2012-06-25
config: read (but not write) from $XDG_CONFIG_HOME/git/config file
Huynh Khoi Nguyen Nguyen
1
-0
/
+70
2012-06-24
t/README: add a bit more Don'ts
Junio C Hamano
1
-3
/
+22
2012-06-24
tests: enclose $PERL_PATH in double quotes
Junio C Hamano
24
-41
/
+41
2012-06-24
t/test-lib.sh: export PERL_PATH for use in scripts
Junio C Hamano
1
-0
/
+2
2012-06-22
Merge branch 'maint'
Junio C Hamano
2
-3
/
+3
2012-06-22
Documentation: Fix misspellings
Leila Muhtasib
2
-3
/
+3
2012-06-22
clone: fix ref selection in --single-branch --branch=xxx
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2012-06-22
diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...
Tim Henigan
1
-1
/
+72
2012-06-22
diff: handle relative paths in no-index
Jeff King
1
-1
/
+14
2012-06-21
Merge branch 'jk/maint-t1304-setfacl'
Junio C Hamano
1
-10
/
+9
2012-06-21
Merge branch 'jk/clone-local'
Junio C Hamano
1
-0
/
+10
2012-06-19
completion: respect $GIT_DIR
SZEDER Gábor
1
-1
/
+9
2012-06-19
show: fix "range implies walking"
Junio C Hamano
1
-2
/
+2
2012-06-19
Demonstrate git-show is broken with ranges
Thomas Rast
1
-0
/
+91
2012-06-19
remove the impression of unexpectedness when access is denied
Heiko Voigt
1
-9
/
+7
2012-06-18
verify_filename(): ask the caller to chose the kind of diagnosis
Matthieu Moy
1
-1
/
+1
2012-06-18
sha1_name: do not trigger detailed diagnosis for file arguments
Matthieu Moy
1
-0
/
+11
2012-06-15
Merge branch 'as/diff-shortstat-ignore-binary'
Junio C Hamano
1
-0
/
+12
2012-06-15
diff: Only count lines in show_shortstats
Alexander Strasser
1
-0
/
+12
2012-06-14
t7400: avoid path mangling issues
Johannes Sixt
1
-3
/
+8
2012-06-14
status: better advices when splitting a commit (during rebase -i)
Lucien Kong
1
-0
/
+277
[prev]
[next]