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
2017-02-20
rename_ref: replace empty message in HEAD's log
Kyle Meyer
2
-1
/
+6
2017-02-20
update-ref: pass reflog message to delete_ref()
Kyle Meyer
2
-1
/
+19
2017-02-20
delete_ref: accept a reflog message argument
Kyle Meyer
14
-22
/
+22
2017-02-17
Git 2.12-rc2
Junio C Hamano
1
-1
/
+1
2017-02-16
Hopefully the final batch of mini-topics before the final
Junio C Hamano
1
-0
/
+18
2017-02-16
Merge branch 'jk/tempfile-ferror-fclose-confusion'
Junio C Hamano
1
-6
/
+2
2017-02-16
Merge branch 'dp/submodule-doc-markup-fix'
Junio C Hamano
1
-1
/
+1
2017-02-16
Merge branch 'jk/reset-to-break-a-commit-doc-updated'
Junio C Hamano
1
-0
/
+48
2017-02-16
Merge branch 'jk/reset-to-break-a-commit-doc'
Junio C Hamano
1
-38
/
+0
2017-02-16
Merge branch 'js/mingw-isatty'
Junio C Hamano
1
-0
/
+4
2017-02-16
Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively'
Junio C Hamano
1
-3
/
+3
2017-02-16
Merge branch 'rs/ls-files-partial-optim'
Junio C Hamano
1
-10
/
+11
2017-02-16
Merge branch 'rs/cocci-check-free-only-null'
Junio C Hamano
1
-0
/
+6
2017-02-16
Merge branch 'ls/p4-path-encoding'
Junio C Hamano
2
-10
/
+30
2017-02-16
tempfile: avoid "ferror | fclose" trick
Jeff King
1
-6
/
+2
2017-02-16
config.txt: fix formatting of submodule.alternateErrorStrategy section
David Pursehouse
1
-1
/
+1
2017-02-16
reset: add an example of how to split a commit into two
Jacob Keller
1
-0
/
+48
2017-02-16
Revert "reset: add an example of how to split a commit into two"
Junio C Hamano
1
-38
/
+0
2017-02-15
A bit more for -rc2
Junio C Hamano
1
-0
/
+15
2017-02-15
Merge branch 'tg/stash-doc-cleanup'
Junio C Hamano
1
-2
/
+3
2017-02-15
Merge branch 'jk/doc-submodule-markup-fix'
Junio C Hamano
1
-3
/
+6
2017-02-15
Merge branch 'jk/doc-remote-helpers-markup-fix'
Junio C Hamano
1
-3
/
+3
2017-02-15
Merge branch 'sb/doc-unify-bottom'
Junio C Hamano
8
-8
/
+8
2017-02-15
Merge branch 'sb/push-options-via-transport'
Junio C Hamano
3
-0
/
+26
2017-02-15
Merge branch 'cw/completion'
Junio C Hamano
1
-21
/
+118
2017-02-15
Merge branch 'rs/swap'
Junio C Hamano
14
-65
/
+63
2017-02-15
Merge branch 'sb/submodule-doc'
Junio C Hamano
1
-32
/
+25
2017-02-14
mingw: make stderr unbuffered again
Johannes Schindelin
1
-0
/
+4
2017-02-13
rm: reuse strbuf for all remove_dir_recursively() calls, again
René Scharfe
1
-3
/
+3
2017-02-13
Documentation/stash: remove mention of git reset --hard
Thomas Gummerer
1
-2
/
+3
2017-02-13
docs/git-submodule: fix unbalanced quote
Jeff King
1
-3
/
+6
2017-02-13
docs/gitremote-helpers: fix unbalanced quotes
Jeff King
1
-3
/
+3
2017-02-13
ls-files: move only kept cache entries in prune_cache()
René Scharfe
1
-5
/
+4
2017-02-13
ls-files: pass prefix length explicitly to prune_cache()
René Scharfe
1
-5
/
+7
2017-02-11
cocci: detect useless free(3) calls
René Scharfe
1
-0
/
+6
2017-02-10
git-p4: fix git-p4.pathEncoding for removed files
Lars Schneider
2
-10
/
+30
2017-02-10
Git 2.12-rc1
Junio C Hamano
2
-1
/
+16
2017-02-10
Merge branch 'nd/rev-list-all-includes-HEAD-doc'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'rs/fill-directory-optim'
Junio C Hamano
1
-4
/
+3
2017-02-10
Merge branch 'jk/log-graph-name-only'
Junio C Hamano
2
-0
/
+49
2017-02-10
Merge branch 'da/t7800-cleanup'
Junio C Hamano
1
-12
/
+19
2017-02-10
Merge branch 'dl/difftool-doc-no-gui-option'
Junio C Hamano
1
-2
/
+3
2017-02-10
Merge branch 'js/difftool-builtin'
Junio C Hamano
2
-4
/
+16
2017-02-10
Merge branch 'rs/p5302-create-repositories-before-tests'
Junio C Hamano
1
-0
/
+7
2017-02-10
Merge branch 'ps/worktree-prune-help-fix'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'ew/complete-svn-authorship-options'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'jk/reset-to-break-a-commit-doc'
Junio C Hamano
1
-0
/
+38
2017-02-10
Merge branch 'bw/push-submodule-only'
Junio C Hamano
2
-7
/
+8
2017-02-09
Documentation: unify bottom "part of git suite" lines
Stefan Beller
8
-8
/
+8
2017-02-08
push options: pass push options to the transport helper
Stefan Beller
3
-0
/
+26
[next]