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-09-12
Merge branch 'jc/commit-is-spelled-with-two-ems'
Junio C Hamano
5
-11
/
+11
2013-09-12
Merge branch 'jk/config-int-range-check'
Junio C Hamano
5
-24
/
+83
2013-09-11
Update draft release notes to 1.8.5
Junio C Hamano
1
-0
/
+32
2013-09-11
Merge branch 'jc/ls-files-killed-optim'
Junio C Hamano
4
-17
/
+67
2013-09-11
Merge branch 'es/rebase-i-no-abbrev'
Junio C Hamano
2
-2
/
+117
2013-09-11
Merge branch 'rt/rebase-p-no-merge-summary'
Junio C Hamano
2
-1
/
+25
2013-09-11
Merge branch 'tf/gitweb-ss-tweak'
Junio C Hamano
2
-6
/
+6
2013-09-11
Merge branch 'sb/mailmap-freeing-NULL-is-ok'
Junio C Hamano
1
-2
/
+1
2013-09-11
Merge branch 'js/xread-in-full'
Junio C Hamano
1
-1
/
+1
2013-09-11
Merge branch 'es/rebase-i-respect-core-commentchar'
Junio C Hamano
1
-1
/
+1
2013-09-11
Merge branch 'jn/post-receive-utf8'
Junio C Hamano
1
-6
/
+9
2013-09-11
Merge branch 'sh/pull-rebase-preserve'
Junio C Hamano
4
-11
/
+135
2013-09-11
Merge branch 'nd/push-no-thin'
Junio C Hamano
3
-4
/
+26
2013-09-09
Update draft release notes to 1.8.5 for the second batch of topics
Junio C Hamano
1
-0
/
+59
2013-09-09
Merge branch 'nd/magic-pathspec'
Junio C Hamano
4
-16
/
+5
2013-09-09
Merge branch 'jk/mailmap-incomplete-line'
Junio C Hamano
2
-13
/
+24
2013-09-09
Merge branch 'sp/clip-read-write-to-8mb'
Junio C Hamano
6
-27
/
+26
2013-09-09
Merge branch 'tg/index-struct-sizes'
Junio C Hamano
2
-20
/
+20
2013-09-09
Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'
Junio C Hamano
4
-33
/
+136
2013-09-09
Merge branch 'es/contacts-blame-L-multi'
Junio C Hamano
1
-9
/
+22
2013-09-09
Merge branch 'jc/url-match'
Junio C Hamano
24
-24
/
+1072
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
62
-881
/
+1891
2013-09-09
Merge branch 'es/blame-L-twice'
Junio C Hamano
11
-88
/
+282
2013-09-09
Merge branch 'tr/log-full-diff-keep-true-parents'
Junio C Hamano
8
-3
/
+134
2013-09-09
Merge branch 'jk/cat-file-batch-optim'
Junio C Hamano
3
-5
/
+55
2013-09-09
Merge branch 'es/blame-L-more'
Junio C Hamano
5
-19
/
+166
2013-09-09
Merge branch 'db/http-savecookies'
Junio C Hamano
4
-1
/
+36
2013-09-09
Merge branch 'jc/push-cas'
Junio C Hamano
22
-98
/
+638
2013-09-09
Merge branch 'nd/clone-connectivity-shortcut'
Junio C Hamano
5
-1
/
+47
2013-09-09
Merge branch 'jc/diff-filter-negation'
Junio C Hamano
4
-29
/
+118
2013-09-09
Merge branch 'ms/fetch-prune-configuration'
Junio C Hamano
5
-3
/
+128
2013-09-09
git-config: always treat --int as 64-bit internally
Jeff King
4
-3
/
+29
2013-09-09
config: make numeric parsing errors more clear
Jeff King
3
-9
/
+16
2013-09-09
config: set errno in numeric git_parse_* functions
Jeff King
1
-4
/
+14
2013-09-09
config: properly range-check integer values
Jeff King
1
-6
/
+6
2013-09-09
config: factor out integer parsing from range checks
Jeff King
1
-6
/
+22
2013-09-08
remote-bzr: reuse bzrlib transports when possible
Richard Hansen
1
-12
/
+21
2013-09-05
typofix: cherry is spelled with two ars
Junio C Hamano
2
-2
/
+2
2013-09-05
Sync with maint
Junio C Hamano
1
-2
/
+2
2013-09-05
Merge branch 'nd/fetch-pack-shallow-fix' into maint
Junio C Hamano
2
-1
/
+19
2013-09-05
Merge branch 'hv/config-from-blob' into maint
Junio C Hamano
1
-16
/
+16
2013-09-05
Merge branch 'maint-1.8.3' into maint
Junio C Hamano
1
-2
/
+2
2013-09-05
Merge branch 'maint-1.8.2' into maint-1.8.3
Junio C Hamano
1
-2
/
+2
2013-09-05
add: lift the pathspec magic restriction on "add -p"
Nguyễn Thái Ngọc Duy
2
-14
/
+1
2013-09-05
pathspec: catch prepending :(prefix) on pathspec with short magic
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2013-09-05
Documentation/git-merge.txt: fix formatting of example block
Andreas Schwab
1
-2
/
+2
2013-09-04
typofix: commit is spelled with two ems
Junio C Hamano
3
-9
/
+9
2013-09-04
pull: allow pull to preserve merges when rebasing
Stephen Haberman
4
-11
/
+135
2013-09-04
Update draft release notes after merging the first batch of topics
Junio C Hamano
1
-0
/
+44
2013-09-04
Merge branch 'sb/parseopt-boolean-removal'
Junio C Hamano
42
-318
/
+279
[next]