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-22
Merge branch 'tc/commit-abbrev-fix' into maint
Junio C Hamano
1
-0
/
+68
2010-06-22
Merge branch 'jn/document-rebase-i-p-limitation' into maint
Junio C Hamano
1
-0
/
+6
2010-06-22
Merge branch 'cc/maint-diff-CC-binary' into maint
Junio C Hamano
2
-0
/
+82
2010-06-22
Merge branch 'jc/t9129-any-utf8' into maint
Junio C Hamano
1
-7
/
+13
2010-06-22
Merge branch 'cb/ls-files-cdup' into maint
Junio C Hamano
1
-8
/
+4
2010-06-22
Merge branch 'tc/merge-m-log' into maint
Junio C Hamano
1
-4
/
+20
2010-06-22
Merge branch 'jn/maint-amend-missing-name' into maint
Junio C Hamano
1
-0
/
+46
2010-06-22
Merge branch 'pc/remove-warn' into maint
Junio C Hamano
1
-0
/
+38
2010-06-21
tests: remove unnecessary '^' from 'expr' regular expression
Junio C Hamano
2
-3
/
+3
2010-06-21
Merge branch 'cb/assume-unchanged-fix' into maint
Junio C Hamano
1
-0
/
+24
2010-06-21
Merge branch 'jn/notes-doc' into maint
Junio C Hamano
1
-0
/
+38
2010-06-21
Merge branch 'ab/test-cleanup' into maint
Junio C Hamano
5
-5
/
+7
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-13
commit::print_summary(): don't use format_commit_message()
Tay Ray Chuan
1
-2
/
+2
2010-06-11
t/README: document --root option
Thomas Rast
1
-0
/
+6
2010-06-11
rebase -i -p: document shortcomings
Jonathan Nieder
1
-0
/
+6
2010-06-06
diff: fix "git show -C -C" output when renaming a binary file
Christian Couder
2
-0
/
+82
2010-06-05
ls-files: allow relative pathspec
Clemens Buchacher
1
-8
/
+4
2010-06-02
t9129: fix UTF-8 locale detection
Junio C Hamano
1
-7
/
+13
2010-05-28
t7502-commit: add summary output tests for empty and merge commits
Tay Ray Chuan
1
-2
/
+27
2010-05-28
t7502-commit: add tests for summary output
Tay Ray Chuan
1
-0
/
+43
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
merge: --log appends shortlog to message if specified
Tay Ray Chuan
1
-1
/
+1
2010-05-10
t7604-merge-custom-message: show that --log doesn't append to -m
Tay Ray Chuan
1
-0
/
+12
2010-05-10
t7604-merge-custom-message: shift expected output creation
Tay Ray Chuan
1
-4
/
+8
2010-05-10
handle "git --bare init <dir>" properly
Jeff King
1
-0
/
+14
2010-05-08
Documentation/notes: describe content of notes blobs
Jonathan Nieder
1
-0
/
+38
2010-05-07
Turn setup code in t2007-checkout-symlink.sh into a test
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2010-05-07
Move t6000lib.sh to lib-*
Ævar Arnfjörð Bjarmason
4
-3
/
+3
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
commit --amend: cope with missing display name
Jonathan Nieder
1
-0
/
+46
[next]