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-09-07
Minor update to how-to maintain git
Junio C Hamano
1
-7
/
+6
2011-09-06
Update draft release notes to 1.7.7
Junio C Hamano
1
-1
/
+6
2011-09-06
Merge branch 'rc/histogram-diff'
Junio C Hamano
1
-0
/
+2
2011-09-06
Merge branch 'cb/maint-ls-files-error-report'
Junio C Hamano
1
-10
/
+12
2011-09-06
Merge branch 'mh/check-ref-format-print-normalize'
Junio C Hamano
3
-4
/
+13
2011-09-06
Sync with 1.7.6.2
Junio C Hamano
8
-41
/
+21
2011-09-06
Git 1.7.6.2
Junio C Hamano
4
-4
/
+13
2011-09-06
Revert "Merge branch 'cb/maint-quiet-push' into maint"
Junio C Hamano
6
-39
/
+10
2011-09-02
Update draft release notes to 1.7.7
Junio C Hamano
1
-2
/
+10
2011-09-02
Merge branch 'js/i18n-scripts-2'
Junio C Hamano
1
-35
/
+14
2011-09-02
Merge branch 'tr/maint-t3903-misquoted-command'
Junio C Hamano
1
-1
/
+1
2011-09-02
Merge branch 'bc/bisect-test-use-shell-path'
Junio C Hamano
1
-1
/
+1
2011-09-02
Merge branch 'va/p4-branch-import-test-update'
Junio C Hamano
1
-11
/
+8
2011-09-02
Merge branch 'tr/maint-strbuf-grow-nul-termination'
Junio C Hamano
1
-4
/
+5
2011-09-02
Merge branch 'tr/maint-ident-to-git-memmove'
Junio C Hamano
1
-2
/
+2
2011-09-02
Merge branch 'tr/maint-format-patch-empty-output'
Junio C Hamano
2
-4
/
+28
2011-09-02
Merge branch 'gb/maint-am-stgit-author-to-from-fix'
Junio C Hamano
1
-1
/
+1
2011-09-02
Merge branch 'gb/maint-am-patch-format-error-message'
Junio C Hamano
2
-1
/
+15
2011-09-02
Merge branch 'ms/daemon-timeout-is-in-seconds'
Junio C Hamano
1
-5
/
+5
2011-09-02
Merge branch 'bg/t5540-osx-grep'
Junio C Hamano
1
-2
/
+6
2011-09-02
Merge branch 'jc/clean-exclude-doc'
Junio C Hamano
2
-6
/
+9
2011-09-02
Merge branch 'mg/maint-notes-C-doc'
Junio C Hamano
1
-2
/
+5
2011-09-02
Merge branch 'fg/submodule-ff-check-before-push'
Junio C Hamano
7
-0
/
+231
2011-09-02
Merge branch 'rc/diff-cleanup-records'
Junio C Hamano
1
-37
/
+51
2011-09-02
Merge branch 'fk/use-kwset-pickaxe-grep-f'
Junio C Hamano
9
-34
/
+1830
2011-09-02
Merge branch 'en/merge-recursive-2'
Junio C Hamano
10
-430
/
+2170
2011-09-01
(short) documentation for the testgit remote helper
Matthieu Moy
3
-0
/
+45
2011-09-01
Documentation/git-remote-helpers: explain how import works with multiple refs
Matthieu Moy
1
-1
/
+21
2011-09-01
git-svn: Teach dcommit --mergeinfo to handle multiple lines
Bryan Jacobs
3
-2
/
+19
2011-09-01
git-svn: fix fetch with moved path when using rewriteRoot
Eric Wong
1
-1
/
+1
2011-09-01
git-svn: New flag to emulate empty directories
Ray Chen
3
-4
/
+308
2011-08-31
xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()
Tay Ray Chuan
1
-0
/
+2
2011-08-30
t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
Brandon Casey
1
-1
/
+1
2011-08-30
bisect: take advantage of gettextln, eval_gettextln.
Jon Seymour
1
-35
/
+14
2011-08-30
Merge branch 'maint'
Junio C Hamano
1
-4
/
+7
2011-08-30
t3903: fix misquoted rev-parse invocation
Thomas Rast
1
-1
/
+1
2011-08-30
Documentation: clarify effects of -- <path> arguments
Thomas Rast
1
-4
/
+7
2011-08-29
Documentation/remote-helpers: explain capabilities first
Jonathan Nieder
1
-30
/
+129
2011-08-29
strbuf_grow(): maintain nul-termination even for new buffer
Thomas Rast
1
-4
/
+5
2011-08-29
Document negated forms of format-patch --to --cc --add-headers
Thomas Rast
1
-1
/
+8
2011-08-29
t4014: "no-add-headers" is actually called "no-add-header"
Thomas Rast
1
-2
/
+2
2011-08-29
t4014: invoke format-patch with --stdout where intended
Thomas Rast
1
-2
/
+2
2011-08-29
t4014: check for empty files from git format-patch --stdout
Thomas Rast
1
-2
/
+19
2011-08-29
Use memmove in ident_to_git
Thomas Rast
1
-2
/
+2
2011-08-29
am: fix stgit patch mangling
Giuseppe Bilotta
1
-1
/
+1
2011-08-29
git-p4: simple branch tests edits
Pete Wyckoff
1
-11
/
+8
2011-08-29
am: format is in $patch_format, not parse_patch
Giuseppe Bilotta
1
-1
/
+2
2011-08-28
t5540-http-test: shorten grep pattern
Brian Gernhardt
1
-2
/
+6
2011-08-28
Documentation: clarify "git clean -e <pattern>"
Junio C Hamano
2
-6
/
+9
2011-08-28
t3005: do not assume a particular order of stdout and stderr of git-ls-files
Johannes Sixt
1
-10
/
+12
[prev]
[next]