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
2010-06-21
Merge branch 'bg/apply-blank-trailing-context' into maint
Junio C Hamano
1
-0
/
+12
2010-06-16
Merge branch 'cb/maint-stash-orphaned-file' into maint
Junio C Hamano
1
-0
/
+150
2010-06-16
Merge branch 'mg/advice-statushints' into maint
Junio C Hamano
1
-0
/
+45
2010-06-16
Merge branch 'jn/maint-bundle' into maint
Junio C Hamano
1
-0
/
+16
2010-06-16
Merge branch 'jn/t7006-fixup' into maint
Junio C Hamano
2
-48
/
+117
2010-06-16
Merge branch 'jn/shortlog' into maint
Junio C Hamano
2
-24
/
+123
2010-06-16
Merge branch 'sp/maint-dumb-http-pack-reidx' into maint
Junio C Hamano
1
-3
/
+34
2010-06-16
Merge branch 'sp/maint-describe-tiebreak-with-tagger-date' into maint
Junio C Hamano
1
-3
/
+5
2010-06-16
Merge branch 'rc/maint-curl-helper' into maint
Junio C Hamano
1
-1
/
+28
2010-06-16
Merge branch 'hg/maint-attr-fix' into maint
Junio C Hamano
1
-0
/
+15
2010-06-16
Merge branch 'mh/status-optionally-refresh' into maint
Junio C Hamano
1
-0
/
+25
2010-06-11
t/README: document --root option
Thomas Rast
1
-0
/
+6
2010-05-28
get_cwd_relative(): do not misinterpret suffix as subdirectory
Clemens Buchacher
1
-2
/
+10
2010-05-25
t7502-commit: fix spelling
Tay Ray Chuan
1
-1
/
+1
2010-05-20
Fix checkout of large files to network shares on Windows XP
René Scharfe
1
-3
/
+9
2010-05-20
start_command: close cmd->err descriptor when fork/spawn fails
bert Dvornik
1
-1
/
+1
2010-05-10
handle "git --bare init <dir>" properly
Jeff King
1
-0
/
+14
2010-05-06
wt-status: take advice.statusHints seriously
Michael J Gruber
1
-1
/
+1
2010-05-06
t7508: test advice.statusHints
Michael J Gruber
1
-0
/
+45
2010-05-06
test-lib: some shells do not let $? propagate into an eval
Jonathan Nieder
2
-3
/
+25
2010-05-04
pretty: Respect --abbrev option
Will Palmer
2
-1
/
+32
2010-05-04
shortlog: Document and test --format option
Jonathan Nieder
1
-1
/
+52
2010-05-04
t4201 (shortlog): Test output format with multiple authors
Jonathan Nieder
1
-0
/
+7
2010-05-04
t4201 (shortlog): guard setup with test_expect_success
Jonathan Nieder
1
-29
/
+39
2010-05-04
test-lib: Let tests specify commands to be run at end of test
Jonathan Nieder
1
-1
/
+27
2010-05-04
clone: quell the progress report from init and report on clone
Junio C Hamano
1
-1
/
+1
2010-05-04
test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
Michal Sojka
1
-0
/
+12
2010-04-20
stash tests: stash can lose data in a file removed from the index
Charles Bailey
1
-0
/
+150
2010-04-19
Merge branch 'maint'
Junio C Hamano
1
-6
/
+6
2010-04-19
t5704 (bundle): add tests for bundle --stdin
Jonathan Nieder
1
-0
/
+16
2010-04-19
t7012: Mark missing tests as TODO
Michael J Gruber
1
-6
/
+6
2010-04-19
http-fetch: Use temporary files for pack-*.idx until verified
Shawn O. Pearce
1
-0
/
+15
2010-04-19
http-fetch: Use index-pack rather than verify-pack to check packs
Shawn O. Pearce
1
-0
/
+15
2010-04-18
Merge branch 'jg/auto-initialize-notes-with-percent-n-in-format'
Junio C Hamano
1
-0
/
+18
2010-04-18
t3301: add tests to use --format="%N"
Junio C Hamano
1
-0
/
+18
2010-04-17
t5550-http-fetch: Use subshell for repository operations
Shawn O. Pearce
1
-3
/
+4
2010-04-17
Merge branch 'maint'
Junio C Hamano
2
-6
/
+12
2010-04-17
t6006: do not write to /tmp
Matthew Ogilvie
1
-1
/
+1
2010-04-17
t1010-mktree: Adjust expected result to code and documentation
Michael J Gruber
1
-6
/
+4
2010-04-17
combined diff: correctly handle truncated file
Thomas Rast
1
-0
/
+8
2010-04-14
t7006: guard cleanup with test_expect_success
Jonathan Nieder
2
-48
/
+117
2010-04-13
describe: Break annotated tag ties by tagger date
Shawn O. Pearce
1
-3
/
+5
2010-04-11
t3507: Make test executable
Stephen Boyd
1
-0
/
+0
2010-04-10
attr: Expand macros immediately when encountered.
Henrik Grubbström
1
-0
/
+9
2010-04-10
attr: Allow multiple changes to an attribute on the same line.
Henrik Grubbström
1
-0
/
+6
2010-04-10
Merge branch 'jl/maint-submodule-gitfile-awareness'
Junio C Hamano
2
-0
/
+31
2010-04-10
Teach diff --submodule and status to handle .git files in submodules
Jens Lehmann
2
-0
/
+31
2010-04-09
Merge branch 'ef/maint-empty-commit-log' into maint
Junio C Hamano
1
-0
/
+9
2010-04-09
Merge branch 'jc/conflict-marker-size' into maint
Junio C Hamano
1
-1
/
+22
2010-04-09
remote-curl: ensure that URLs have a trailing slash
Tay Ray Chuan
1
-1
/
+1
[next]