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
2016-08-03
clarify %f documentation
Joey Hess
1
-0
/
+5
2016-08-03
t4130: work around Windows limitation
Johannes Sixt
1
-3
/
+7
2016-08-02
hashmap: clarify that hashmap_entry can safely be discarded
Junio C Hamano
1
-0
/
+5
2016-08-01
am: reset cached ident date for each patch
Jeff King
3
-0
/
+8
2016-08-01
use strbuf_addstr() for adding constant strings to a strbuf
René Scharfe
4
-6
/
+6
2016-08-01
gitweb: escape link body in format_ref_marker
Andreas Brauchli
1
-1
/
+1
2016-07-28
difftool: use Git::* functions instead of passing around state
David Aguilar
1
-31
/
+21
2016-07-28
difftool: avoid $GIT_DIR and $GIT_WORK_TREE
David Aguilar
2
-21
/
+20
2016-07-28
submodule-config: fix test binary crashing when no arguments given
Heiko Voigt
1
-1
/
+1
2016-07-28
submodule-config: combine early return code into one goto
Heiko Voigt
1
-19
/
+12
2016-07-28
submodule-config: passing name reference for .gitmodule blobs
Heiko Voigt
2
-9
/
+28
2016-07-28
Some fixes for 2.9.3
Junio C Hamano
2
-1
/
+59
2016-07-28
Merge branch 'ak/lazy-prereq-mktemp' into maint
Junio C Hamano
1
-1
/
+6
2016-07-28
Merge branch 'nd/icase' into maint
Junio C Hamano
11
-21
/
+291
2016-07-28
Merge branch 'sb/submodule-parallel-fetch' into maint
Junio C Hamano
1
-16
/
+27
2016-07-28
Merge branch 'dk/blame-move-no-reason-for-1-line-context' into maint
Junio C Hamano
1
-4
/
+3
2016-07-28
Merge branch 'jk/test-match-signal' into maint
Junio C Hamano
3
-11
/
+26
2016-07-28
Merge branch 'js/am-call-theirs-theirs-in-fallback-3way' into maint
Junio C Hamano
1
-8
/
+8
2016-07-28
Merge branch 'js/t3404-grammo-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'nd/doc-new-command' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'ew/gc-auto-pack-limit-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'js/color-on-windows-comment' into maint
Junio C Hamano
1
-5
/
+0
2016-07-28
Merge branch 'mm/doc-tt' into maint
Junio C Hamano
62
-227
/
+228
2016-07-28
Merge branch 'js/sign-empty-commit-fix' into maint
Junio C Hamano
1
-1
/
+6
2016-07-28
Merge branch 'ps/rebase-i-auto-unstash-upon-abort' into maint
Junio C Hamano
2
-0
/
+32
2016-07-28
Merge branch 'nd/ita-cleanup' into maint
Junio C Hamano
2
-3
/
+61
2016-07-28
Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint
Junio C Hamano
7
-15
/
+31
2016-07-28
Merge branch 'dg/subtree-rebase-test' into maint
Junio C Hamano
1
-0
/
+119
2016-07-27
t4205: indent here documents
Jeff King
1
-196
/
+196
2016-07-27
t4205: drop top-level &&-chaining
Jeff King
1
-2
/
+4
2016-07-27
completion: add option '--recurse-submodules' to 'git clone'
Chris Packham
1
-0
/
+1
2016-07-26
subtree: fix "git subtree split --rejoin"
David Aguilar
2
-0
/
+17
2016-07-26
t7900-subtree.sh: fix quoting and broken && chains
David Aguilar
1
-8
/
+8
2016-07-26
submodule deinit: remove outdated comment
Stefan Beller
1
-2
/
+0
2016-07-26
commit: describe that --no-verify skips the commit-msg hook in the help text
Orgad Shaneh
1
-1
/
+1
2016-07-26
config.mak.uname: correct perl path on FreeBSD
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2016-07-25
grep: further simplify setting the pattern type
Junio C Hamano
4
-16
/
+29
2016-07-22
Documentation: pack-protocol correct NAK response
Stefan Beller
1
-1
/
+1
2016-07-22
diff: do not reuse worktree files that need "clean" conversion
Jeff King
2
-0
/
+18
2016-07-22
Windows: add missing definition of ENOTSOCK
Johannes Sixt
1
-0
/
+3
2016-07-22
contrib/persistent-https: use Git version for build label
Parker Moore
1
-1
/
+1
2016-07-22
contrib/persistent-https: update ldflags syntax for Go 1.7+
Parker Moore
1
-1
/
+3
2016-07-22
status: suggest 'git merge --abort' when appropriate
Matthieu Moy
3
-2
/
+10
2016-07-22
strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf()
René Scharfe
2
-5
/
+8
2016-07-20
t5541: fix url scrubbing test when GPG is not set
Jeff King
1
-2
/
+4
2016-07-19
submodule-config: use explicit empty string instead of strbuf in config_from()
René Scharfe
1
-2
/
+1
2016-07-19
use strbuf_addbuf() for appending a strbuf to another
René Scharfe
3
-3
/
+3
2016-07-19
difftool: fix argument handling in subdirs
John Keeping
1
-10
/
+3
2016-07-18
t/t8003-blame-corner-cases.sh: Use here documents
Mike Hommey
1
-17
/
+17
2016-07-18
blame: allow to blame paths freshly added to the index
Mike Hommey
2
-1
/
+54
[prev]
[next]