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
2013-07-15
Merge branch 'bc/send-email-use-port-as-separate-param'
Junio C Hamano
1
-2
/
+4
2013-07-15
Merge branch 'fg/submodule-clone-depth'
Junio C Hamano
4
-12
/
+62
2013-07-15
Merge branch 'cp/submodule-custom-update'
Junio C Hamano
3
-1
/
+38
2013-07-15
Merge branch 'jk/format-patch-from'
Junio C Hamano
7
-9
/
+145
2013-07-15
Merge branch 'mv/merge-ff-tristate'
Junio C Hamano
2
-25
/
+42
2013-07-15
Merge branch 'jk/fetch-pack-many-refs'
Junio C Hamano
3
-9
/
+11
2013-07-15
Revert "git-clone.txt: remove the restriction on pushing from a shallow clone"
Junio C Hamano
1
-7
/
+5
2013-07-15
.mailmap: Combine more (email, name) to individual persons
Stefan Beller
1
-7
/
+35
2013-07-12
.mailmap: Map email addresses to names
Stefan Beller
1
-25
/
+110
2013-07-12
Update draft release notes for 1.8.4
Junio C Hamano
1
-0
/
+7
2013-07-12
Merge branch 'jc/remote-http-argv-array'
Junio C Hamano
1
-16
/
+16
2013-07-12
Merge branch 'rs/pickaxe-simplify'
Junio C Hamano
1
-7
/
+4
2013-07-12
Merge branch 'tr/test-lint-no-export-assignment-in-shell'
Junio C Hamano
2
-1
/
+2
2013-07-12
Merge branch 'rr/name-rev-stdin-doc'
Junio C Hamano
1
-2
/
+4
2013-07-12
Merge branch 'ft/diff-rename-default-score-is-half'
Junio C Hamano
1
-1
/
+1
2013-07-12
Merge branch 'ml/cygwin-does-not-have-fifo'
Junio C Hamano
1
-1
/
+8
2013-07-12
Merge branch 'tf/gitweb-extra-breadcrumbs'
Junio C Hamano
2
-3
/
+26
2013-07-12
Merge branch 'ms/remote-tracking-branches-in-doc'
Junio C Hamano
6
-14
/
+17
2013-07-12
Merge branch 'jk/pull-to-integrate'
Junio C Hamano
3
-8
/
+8
2013-07-12
Merge branch 'jk/maint-config-multi-order'
Junio C Hamano
1
-8
/
+12
2013-07-12
Merge branch 'as/log-output-encoding-in-user-format'
Junio C Hamano
9
-136
/
+265
2013-07-12
git-clone.txt: remove the restriction on pushing from a shallow clone
Nguyễn Thái Ngọc Duy
1
-5
/
+7
2013-07-12
pack-revindex: radix-sort the revindex
Jeff King
1
-5
/
+95
2013-07-12
pack-revindex: use unsigned to store number of objects
Jeff King
1
-4
/
+4
2013-07-12
cat-file: split --batch input lines on whitespace
Jeff King
3
-3
/
+34
2013-07-12
cat-file: add %(objectsize:disk) format atom
Jeff King
2
-0
/
+24
2013-07-12
cat-file: add --batch-check=<format>
Jeff King
3
-26
/
+142
2013-07-11
Update draft release notes to 1.8.4
Junio C Hamano
1
-3
/
+76
2013-07-11
Merge branch 'jc/t1512-fix'
Junio C Hamano
2
-11
/
+23
2013-07-11
Merge branch 'tr/test-v-and-v-subtest-only'
Junio C Hamano
1
-1
/
+2
2013-07-11
Merge branch 'af/rebase-i-merge-options'
Junio C Hamano
2
-5
/
+27
2013-07-11
Merge branch 'pb/stash-refuse-to-kill'
Junio C Hamano
5
-8
/
+61
2013-07-11
Merge branch 'jc/maint-diff-core-safecrlf'
Junio C Hamano
2
-1
/
+17
2013-07-11
Merge branch 'jg/status-config'
Junio C Hamano
4
-19
/
+135
2013-07-11
Merge branch 'jk/bash-completion'
Junio C Hamano
2
-1
/
+4
2013-07-11
Merge branch 'rr/rebase-checkout-reflog'
Junio C Hamano
4
-27
/
+72
2013-07-11
Merge branch 'jc/triangle-push-fixup'
Junio C Hamano
3
-46
/
+142
2013-07-11
Merge branch 'mh/maint-lockfile-overflow'
Junio C Hamano
1
-4
/
+6
2013-07-11
cat-file: refactor --batch option parsing
Jeff King
1
-18
/
+38
2013-07-11
cat-file: teach --batch to stream blob objects
Jeff King
1
-13
/
+28
2013-07-11
t1006: modernize output comparisons
Jeff King
1
-43
/
+18
2013-07-09
remote-http: use argv-array
Junio C Hamano
1
-16
/
+16
2013-07-09
range_set: fix coalescing bug when range is a subset of another
Eric Sunshine
2
-3
/
+4
2013-07-09
t4211: fix broken test when one -L range is subset of another
Eric Sunshine
2
-5
/
+133
2013-07-09
commit: reject non-characters
Peter Krefting
2
-2
/
+23
2013-07-08
pull: change the description to "integrate" changes
John Keeping
2
-2
/
+2
2013-07-08
test-lint: detect 'export FOO=bar'
Thomas Rast
1
-0
/
+1
2013-07-08
t9902: fix 'test A == B' to use = operator
Thomas Rast
1
-1
/
+1
2013-07-08
remote.c: avoid O(m*n) behavior in match_push_refs
Brandon Casey
1
-2
/
+25
2013-07-08
git-remote-mediawiki: add preview subcommand into git mw
Benoit Person
2
-2
/
+311
[prev]
[next]