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
2011-05-09
t1507: avoid "${parameter<op>'word'}" inside double-quotes
Junio C Hamano
1
-2
/
+5
2011-04-03
sha1_name: Suggest commit:./file for path in subdir
Michael J Gruber
2
-5
/
+8
2011-04-03
t1506: factor out test for "Did you mean..."
Michael J Gruber
1
-5
/
+12
2011-04-03
Git 1.7.4.3
Junio C Hamano
3
-2
/
+34
2011-04-02
Doc: mention --delta-base-offset is the default for Porcelain commands
Junio C Hamano
1
-1
/
+6
2011-04-01
Merge branch 'nd/index-doc' into maint
Junio C Hamano
1
-0
/
+185
2011-04-01
Merge branch 'pk/stash-apply-status-relative' into maint
Junio C Hamano
2
-1
/
+21
2011-04-01
Merge branch 'jc/maint-diff-q-filter' into maint
Junio C Hamano
2
-1
/
+9
2011-04-01
Merge branch 'js/maint-stash-index-copy' into maint
Junio C Hamano
1
-6
/
+5
2011-04-01
Merge branch 'mg/doc-bisect-tweak-worktree' into maint
Junio C Hamano
1
-23
/
+38
2011-04-01
Merge branch 'jh/maint-do-not-track-non-branches' into maint
Junio C Hamano
4
-18
/
+39
2011-04-01
Merge branch 'fk/maint-cvsimport-early-failure' into maint
Junio C Hamano
1
-1
/
+3
2011-04-01
Merge branch 'jc/maint-apply-report-offset' into maint
Junio C Hamano
1
-2
/
+14
2011-04-01
Merge branch 'jc/maint-apply-no-double-patch' into maint
Junio C Hamano
1
-1
/
+6
2011-04-01
Merge branch 'js/checkout-untracked-symlink' into maint
Junio C Hamano
3
-4
/
+62
2011-04-01
Merge "checkout ambiguous ref bugfix" into maint
Junio C Hamano
2
-10
/
+72
2011-04-01
docs: fix filter-branch subdir example for exotic repo names
Jeff King
1
-1
/
+1
2011-03-30
parse-remote: typofix
Junio C Hamano
1
-1
/
+1
2011-03-30
contrib/thunderbird-patch-inline: do not require bash to run the script
Maxin john
1
-2
/
+2
2011-03-30
t8001: check the exit status of the command being tested
Junio C Hamano
1
-5
/
+6
2011-03-30
strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead
Michael Witten
1
-36
/
+1
2011-03-30
Typos: t/README
Michael Witten
1
-5
/
+4
2011-03-30
Documentation/config.txt: make truth value of numbers more explicit
Carlos Martín Nieto
1
-1
/
+1
2011-03-30
git-pack-objects.txt: fix grammatical errors
Stephen Boyd
1
-3
/
+3
2011-03-30
parse-remote: replace unnecessary sed invocation
Stephen Boyd
1
-1
/
+2
2011-03-29
HOME must be set before calling git-init when creating test repositories
Alex Riesen
1
-3
/
+3
2011-03-28
git tag documentation grammar fixes and readability updates
Michael Witten
1
-18
/
+18
2011-03-28
grep: Add the option '--line-number'
Joe Ratterman
2
-1
/
+2
2011-03-25
Git 1.7.4.2
Junio C Hamano
2
-1
/
+8
2011-03-25
gitweb: Fix handling of fractional timezones in parse_date
Jakub Narebski
1
-2
/
+4
2011-03-23
doc: technical details about the index file format
Junio C Hamano
1
-37
/
+57
2011-03-22
git-am.txt: advertise 'git am --abort' instead of 'rm .git/rebase-apply'
SZEDER Gábor
1
-3
/
+3
2011-03-21
bisect: visualize with git-log if gitk is unavailable
Jeff King
1
-4
/
+6
2011-03-20
Update draft release notes to 1.7.4.2
Junio C Hamano
1
-0
/
+9
2011-03-20
Merge branch 'sp/maint-fd-limit' into maint
Junio C Hamano
4
-19
/
+85
2011-03-20
Merge branch 'mr/hpux' into maint
Junio C Hamano
2
-1
/
+5
2011-03-20
Merge branch 'so/submodule-no-update-first-time' into maint
Junio C Hamano
2
-0
/
+61
2011-03-20
Merge branch 'mo/perl-bidi-pipe-envfix' into maint
Junio C Hamano
2
-5
/
+30
2011-03-20
Merge branch 'ae/better-template-failure-report' into maint
Junio C Hamano
4
-4
/
+56
2011-03-20
Work around broken ln on solaris as used in t8006
Ben Walton
1
-1
/
+2
2011-03-20
Add test: git stash shows status relative to current dir
Piotr Krukowiecki
1
-0
/
+19
2011-03-20
t/README: Add a note about running commands under valgrind
Carlos Martín Nieto
1
-0
/
+7
2011-03-19
gitweb: Always call parse_date with timezone parameter
Jakub Narebski
1
-3
/
+2
2011-03-19
bisect: explain the rationale behind 125
Junio C Hamano
1
-1
/
+6
2011-03-18
docs: fix grammar in gitattributes.txt
Alexei Sholik
1
-5
/
+5
2011-03-17
stash: copy the index using --index-output instead of cp -p
Johannes Sixt
1
-6
/
+5
2011-03-17
stash: fix incorrect quoting in cleanup of temporary files
Johannes Sixt
1
-1
/
+1
2011-03-16
Prepare draft release notes to 1.7.4.2
Junio C Hamano
2
-1
/
+43
2011-03-16
Merge branch 'jn/maint-commit-missing-template' into maint
Junio C Hamano
2
-4
/
+12
2011-03-16
Merge branch 'lt/rename-no-extra-copy-detection' into maint
Junio C Hamano
9
-45
/
+46
[next]