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-07-28
Merge branch 'dg/subtree-rebase-test' into maint
Junio C Hamano
1
-0
/
+119
2016-07-27
date: clarify --date=raw description
Junio C Hamano
1
-1
/
+5
2016-07-27
date: add "unix" format
Jeff King
5
-1
/
+19
2016-07-27
date: document and test "raw-local" mode
Jeff King
2
-2
/
+6
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
push: allow pushing new branches with --force-with-lease
John Keeping
3
-5
/
+15
2016-07-26
push: add shorthand for --force-with-lease branch creation
John Keeping
3
-1
/
+30
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
Documentation/git-push: fix placeholder formatting
John Keeping
1
-1
/
+1
2016-07-25
grep: further simplify setting the pattern type
Junio C Hamano
4
-16
/
+29
2016-07-22
doc/pretty-formats: explain shortening of %gd
Jeff King
1
-3
/
+6
2016-07-22
doc/pretty-formats: describe index/time formats for %gd
Jeff King
1
-2
/
+5
2016-07-22
doc/rev-list-options: explain "-g" output formats
Jeff King
1
-4
/
+19
2016-07-22
doc/rev-list-options: clarify "commit@{Nth}" for "-g" option
Jeff King
1
-2
/
+2
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
2016-07-18
cache-tree: do not generate empty trees as a result of all i-t-a subentries
Nguyễn Thái Ngọc Duy
2
-1
/
+23
2016-07-18
cache-tree.c: fix i-t-a entry skipping directory updates sometimes
Nguyễn Thái Ngọc Duy
2
-2
/
+19
2016-07-18
test-lib.sh: introduce and use $EMPTY_BLOB
Nguyễn Thái Ngọc Duy
8
-38
/
+35
2016-07-18
test-lib.sh: introduce and use $EMPTY_TREE
Nguyễn Thái Ngọc Duy
6
-13
/
+11
2016-07-18
configure.ac: stronger test for pthread linkage
Eric Wong
1
-0
/
+5
2016-07-18
daemon: ignore ENOTSOCK from setsockopt
Eric Wong
1
-3
/
+5
2016-07-15
Git 2.9.2
Junio C Hamano
4
-3
/
+17
2016-07-15
Merge branch 'jk/tzoffset-fix' into maint
Junio C Hamano
3
-3
/
+18
2016-07-15
t0006: skip "far in the future" test when unsigned long is not long enough
Jeff King
3
-3
/
+18
2016-07-14
diff: document diff-filter exclusion
Junio C Hamano
1
-0
/
+3
2016-07-14
push: anonymize URL in status output
Jeff King
2
-2
/
+12
2016-07-13
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
4
-6
/
+29
2016-07-13
pack-objects: do not truncate result in-pack object size on 32-bit systems
Nguyễn Thái Ngọc Duy
1
-7
/
+8
2016-07-13
index-pack: correct "offset" type in unpack_entry_data()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-07-13
index-pack: report correct bad object offsets even if they are large
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2016-07-13
index-pack: correct "len" type in unpack_data()
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2016-07-13
sha1_file.c: use type off_t* for object_info->disk_sizep
Nguyễn Thái Ngọc Duy
2
-3
/
+3
[prev]
[next]