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
2014-07-22
Merge branch 'kb/perf-trace'
Junio C Hamano
17
-176
/
+629
2014-07-22
Merge branch 'ah/fix-http-push' into maint
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'po/error-message-style' into maint
Junio C Hamano
1
-0
/
+9
2014-07-22
Merge branch 'zk/log-graph-showsig' into maint
Junio C Hamano
2
-0
/
+32
2014-07-22
Merge branch 'mg/fix-log-mergetag-color' into maint
Junio C Hamano
1
-10
/
+11
2014-07-22
Merge branch 'cb/filter-branch-prune-empty-degenerate-merges' into maint
Junio C Hamano
2
-1
/
+18
2014-07-22
Merge branch 'ye/doc-http-proto' into maint
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'jm/api-strbuf-doc' into maint
Junio C Hamano
1
-5
/
+5
2014-07-22
Merge branch 'jm/dedup-test-config' into maint
Junio C Hamano
1
-5
/
+0
2014-07-22
Merge branch 'sk/test-cmp-bin' into maint
Junio C Hamano
5
-22
/
+28
2014-07-22
Merge branch 'jm/doc-wording-tweaks' into maint
Junio C Hamano
2
-9
/
+8
2014-07-22
Merge branch 'jm/instaweb-apache-24' into maint
Junio C Hamano
1
-1
/
+11
2014-07-22
Merge branch 'bg/xcalloc-nmemb-then-size' into maint
Junio C Hamano
12
-21
/
+21
2014-07-22
Merge branch 'cb/byte-order' into maint
Junio C Hamano
1
-9
/
+24
2014-07-22
Merge branch 'lt/request-pull' into maint
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'ep/shell-assign-and-export-vars' into maint
Junio C Hamano
5
-5
/
+16
2014-07-22
Merge branch 'maint-1.9' into maint
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'maint-1.8.5' into maint-1.9
Junio C Hamano
1
-1
/
+1
2014-07-22
Documentation: fix missing text for rev-parse --verify
brian m. carlson
1
-1
/
+1
2014-07-21
Merge branch 'maint'
Junio C Hamano
10
-27
/
+10
2014-07-21
Ninth batch for 2.1
Junio C Hamano
1
-0
/
+4
2014-07-21
replace: add test for --graft with a mergetag
Christian Couder
1
-0
/
+22
2014-07-21
replace: check mergetags when using --graft
Christian Couder
1
-0
/
+47
2014-07-21
replace: add test for --graft with signed commit
Christian Couder
1
-0
/
+24
2014-07-21
replace: remove signature when using --graft
Christian Couder
3
-0
/
+41
2014-07-21
contrib: add convert-grafts-to-replace-refs.sh
Christian Couder
2
-1
/
+31
2014-07-21
Documentation: replace: add --graft option
Christian Couder
1
-0
/
+8
2014-07-21
replace: add test for --graft
Christian Couder
1
-1
/
+44
2014-07-21
replace: add --graft option
Christian Couder
1
-1
/
+73
2014-07-21
Merge branch 'rs/unify-is-branch'
Junio C Hamano
3
-6
/
+3
2014-07-21
Merge branch 'kb/avoid-fchmod-for-now'
Junio C Hamano
1
-4
/
+4
2014-07-21
Merge branch 'sk/mingw-uni-fix'
Junio C Hamano
4
-77
/
+171
2014-07-21
Merge branch 'ek/alt-odb-entry-fix'
Junio C Hamano
2
-4
/
+33
2014-07-21
Merge branch 'kb/hashmap-updates'
Junio C Hamano
12
-61
/
+159
2014-07-21
Merge branch 'jk/remote-curl-squelch-extra-errors'
Junio C Hamano
1
-8
/
+6
2014-07-21
Merge branch 'rs/ref-transaction-0'
Junio C Hamano
6
-100
/
+199
2014-07-21
Merge branch 'jl/submodule-tests'
Junio C Hamano
14
-0
/
+974
2014-07-21
Merge branch 'ak/profile-feedback-build'
Junio C Hamano
3
-8
/
+34
2014-07-21
Merge branch 'cc/for-each-mergetag'
Junio C Hamano
3
-11
/
+22
2014-07-21
Fix contrib/subtree Makefile to patch #! line
Charles Bailey
1
-1
/
+7
2014-07-21
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
6
-19
/
+6
2014-07-21
use xcalloc() to allocate zero-initialized memory
René Scharfe
4
-8
/
+4
2014-07-21
replace memset with string-list initializers
Tanay Abhra
4
-15
/
+6
2014-07-21
string-list: add string_list initializer helper function
Tanay Abhra
3
-0
/
+13
2014-07-21
t800[12]: work around MSys limitation
Karsten Blees
1
-0
/
+12
2014-07-21
t9902: mingw-specific fix for gitfile link files
Pat Thoyts
1
-4
/
+13
2014-07-21
t4210: skip command-line encoding tests on mingw
Pat Thoyts
1
-2
/
+2
2014-07-21
MinGW: disable legacy encoding tests
Karsten Blees
3
-15
/
+18
2014-07-21
t0110/MinGW: skip tests that pass arbitrary bytes on the command line
Karsten Blees
1
-2
/
+5
2014-07-21
unix-socket: remove stale socket before calling chdir()
René Scharfe
1
-1
/
+2
[prev]
[next]