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
2018-02-16
merge: allow fast-forward when merging a tracked tag
Junio C Hamano
4
-7
/
+79
2018-02-13
Second batch for 2.17
Junio C Hamano
1
-0
/
+77
2018-02-13
Merge branch 'tz/doc-show-defaults-to-head'
Junio C Hamano
1
-2
/
+2
2018-02-13
Merge branch 'ew/svn-branch-segfault-fix'
Junio C Hamano
1
-0
/
+5
2018-02-13
Merge branch 'sg/travis-linux32-sanity'
Junio C Hamano
4
-18
/
+50
2018-02-13
Merge branch 'nd/list-merge-strategy'
Junio C Hamano
1
-1
/
+1
2018-02-13
Merge branch 'jt/long-running-process-doc'
Junio C Hamano
4
-48
/
+61
2018-02-13
Merge branch 'jk/daemon-fixes'
Junio C Hamano
4
-20
/
+107
2018-02-13
Merge branch 'pw/sequencer-in-process-commit'
Junio C Hamano
11
-280
/
+765
2018-02-13
Merge branch 'nd/shared-index-fix'
Junio C Hamano
2
-18
/
+41
2018-02-13
Merge branch 'po/http-push-error-message'
Junio C Hamano
1
-0
/
+4
2018-02-13
Merge branch 'po/clang-format-functype-weight'
Junio C Hamano
1
-1
/
+1
2018-02-13
Merge branch 'jc/mailinfo-cleanup-fix'
Junio C Hamano
1
-4
/
+6
2018-02-13
Merge branch 'sg/cocci-move-array'
Junio C Hamano
9
-27
/
+19
2018-02-13
Merge branch 'tg/split-index-fixes'
Junio C Hamano
8
-17
/
+48
2018-02-13
Merge branch 'rs/strbuf-cocci-workaround'
Junio C Hamano
1
-1
/
+2
2018-02-13
Merge branch 'mr/packed-ref-store-fix'
Junio C Hamano
1
-2
/
+1
2018-02-13
Merge branch 'jt/http-redact-cookies'
Junio C Hamano
3
-8
/
+117
2018-02-13
Merge branch 'ds/use-get-be64'
Junio C Hamano
2
-6
/
+3
2018-02-13
Merge branch 'cc/sha1-file-name'
Junio C Hamano
4
-27
/
+43
2018-02-13
Merge branch 'nd/trace-with-env'
Junio C Hamano
8
-11
/
+178
2018-02-13
Merge branch 'pc/submodule-helper'
Junio C Hamano
2
-110
/
+342
2018-02-13
Merge branch 'rb/hashmap-h-compilation-fix'
Junio C Hamano
1
-2
/
+1
2018-02-13
Merge branch 'nd/diff-flush-before-warning'
Junio C Hamano
1
-0
/
+1
2018-02-13
Merge branch 'tb/crlf-conv-flags'
Junio C Hamano
8
-46
/
+46
2018-02-13
Merge branch 'rs/describe-unique-abbrev'
Junio C Hamano
1
-1
/
+1
2018-02-13
Merge branch 'ks/submodule-doc-updates'
Junio C Hamano
2
-29
/
+87
2018-02-13
Merge branch 'cl/t9001-cleanup'
Junio C Hamano
1
-10
/
+7
2018-02-13
Merge branch 'gs/retire-mru'
Junio C Hamano
7
-86
/
+17
2018-02-13
Merge branch 'ot/mru-on-list'
Junio C Hamano
4
-59
/
+33
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
26
-30
/
+657
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
32
-96
/
+896
2018-02-13
Merge branch 'ab/simplify-perl-makefile'
Junio C Hamano
14
-198
/
+106
2018-01-30
travis-ci: don't fail if user already exists on 32 bit Linux build job
SZEDER Gábor
1
-1
/
+7
2018-01-30
travis-ci: don't run the test suite as root in the 32 bit Linux build
SZEDER Gábor
2
-6
/
+26
2018-01-30
travis-ci: don't repeat the path of the cache directory
SZEDER Gábor
4
-6
/
+11
2018-01-30
travis-ci: use 'set -e' in the 32 bit Linux build job
SZEDER Gábor
1
-10
/
+10
2018-01-30
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
SZEDER Gábor
1
-0
/
+1
2018-01-30
git-svn: control destruction order to avoid segfault
Eric Wong
1
-0
/
+5
2018-01-30
doc: mention 'git show' defaults to HEAD
Todd Zullinger
1
-2
/
+2
2018-01-26
completion: fix completing merge strategies on non-C locales
Duy Nguyen
1
-1
/
+1
2018-01-25
daemon: fix length computation in newline stripping
Jeff King
2
-4
/
+17
2018-01-25
t/lib-git-daemon: add network-protocol helpers
Jeff King
2
-1
/
+58
2018-01-25
daemon: handle NULs in extended attribute string
Jeff King
2
-8
/
+9
2018-01-25
daemon: fix off-by-one in logging extended attributes
Jeff King
2
-2
/
+13
2018-01-25
t/lib-git-daemon: record daemon log
Jeff King
1
-4
/
+12
2018-01-25
Docs: split out long-running subprocess handshake
Jonathan Tan
4
-48
/
+61
2018-01-25
t5570: use ls-remote instead of clone for interp tests
Jeff King
1
-6
/
+3
2018-01-24
http-push: improve error log
Patryk Obara
1
-0
/
+4
2018-01-24
clang-format: adjust penalty for return type line break
Patryk Obara
1
-1
/
+1
[next]