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
2015-08-03
Merge branch 'cb/parse-magnitude'
Junio C Hamano
6
-27
/
+76
2015-08-03
Merge branch 'bc/gpg-verify-raw'
Junio C Hamano
10
-36
/
+246
2015-08-03
Merge branch 'pt/am-foreign'
Junio C Hamano
2
-5
/
+89
2015-08-03
Merge branch 'kn/for-each-ref'
Junio C Hamano
4
-1094
/
+1200
2015-08-03
Merge branch 'mh/replace-refs'
Junio C Hamano
5
-6
/
+16
2015-08-03
ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname
Karthik Nayak
2
-4
/
+5
2015-08-03
for-each-ref: introduce filter_refs()
Karthik Nayak
3
-18
/
+49
2015-08-03
ref-filter: move code from 'for-each-ref'
Karthik Nayak
3
-1074
/
+1079
2015-07-27
Git 2.5
Junio C Hamano
2
-1
/
+6
2015-07-27
Sync with 2.4.7
Junio C Hamano
2
-1
/
+55
2015-07-27
Git 2.4.7
Junio C Hamano
4
-3
/
+57
2015-07-27
Merge branch 'jk/pretty-encoding-doc' into maint
Junio C Hamano
1
-1
/
+4
2015-07-27
Merge branch 'tb/checkout-doc' into maint
Junio C Hamano
1
-1
/
+5
2015-07-27
Merge branch 'ls/hint-rev-list-count' into maint
Junio C Hamano
2
-0
/
+2
2015-07-27
Merge branch 'mm/branch-doc-updates' into maint
Junio C Hamano
1
-2
/
+6
2015-07-27
Merge branch 'jc/fsck-retire-require-eoh' into maint
Junio C Hamano
1
-4
/
+13
2015-07-27
Merge branch 'et/http-proxyauth' into maint
Junio C Hamano
1
-2
/
+2
2015-07-27
Merge branch 'jc/unexport-git-pager-in-use-in-pager' into maint
Junio C Hamano
1
-0
/
+1
2015-07-27
Merge branch 'mh/strbuf-read-file-returns-ssize-t' into maint
Junio C Hamano
2
-3
/
+4
2015-07-27
Merge branch 'kb/config-unmap-before-renaming' into maint
Junio C Hamano
1
-0
/
+3
2015-07-27
Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maint
Junio C Hamano
2
-1
/
+7
2015-07-27
Merge branch 'rh/test-color-avoid-terminfo-in-original-home' into maint
Junio C Hamano
1
-52
/
+47
2015-07-27
Merge branch 'jk/fix-refresh-utime' into maint
Junio C Hamano
1
-1
/
+9
2015-07-27
Merge branch 'cb/rebase-am-exit-code' into maint
Junio C Hamano
1
-1
/
+1
2015-07-27
Merge branch 'jk/index-pack-reduce-recheck' into maint
Junio C Hamano
3
-3
/
+14
2015-07-24
RelNotes: am.threeWay does not exist (yet)
Junio C Hamano
1
-2
/
+0
2015-07-24
Revert "git-am: add am.threeWay config variable"
Junio C Hamano
4
-41
/
+2
2015-07-21
Git 2.5.0-rc3
Junio C Hamano
1
-1
/
+1
2015-07-21
Merge branch 'tf/gitweb-typofix'
Junio C Hamano
1
-1
/
+1
2015-07-21
Merge tag 'l10n-2.5.0-rnd2' of git://github.com/git-l10n/git-po
Junio C Hamano
9
-2680
/
+3179
2015-07-20
strbuf: make strbuf_addftime more robust
Jeff King
2
-17
/
+31
2015-07-20
bash prompt: faster untracked status indicator with untracked directories
SZEDER Gábor
1
-1
/
+1
2015-07-20
bash prompt: test untracked files status indicator with untracked dirs
SZEDER Gábor
1
-0
/
+25
2015-07-20
l10n: ca.po: update translation
Alex Henrie
1
-187
/
+204
2015-07-20
t3901: test git-am encoding conversion
Paul Tan
1
-0
/
+62
2015-07-20
t3418: non-interactive rebase --continue with rerere enabled
Paul Tan
1
-0
/
+19
2015-07-20
t4150: tests for am --[no-]scissors
Paul Tan
1
-0
/
+48
2015-07-20
t4150: am with post-applypatch hook
Paul Tan
1
-0
/
+38
2015-07-20
t4150: am with pre-applypatch hook
Paul Tan
1
-0
/
+33
2015-07-20
t4150: am with applypatch-msg hook
Paul Tan
1
-0
/
+35
2015-07-20
t4150: am --resolved fails if index has unmerged entries
Paul Tan
1
-0
/
+13
2015-07-20
t4150: am --resolved fails if index has no changes
Paul Tan
1
-0
/
+12
2015-07-20
t4150: am refuses patches when paused
Paul Tan
1
-0
/
+14
2015-07-20
t4151: am --abort will keep dirty index intact
Paul Tan
1
-0
/
+15
2015-07-20
t4150: am fails if index is dirty
Paul Tan
1
-0
/
+12
2015-07-17
untracked: fix detection of uname(2) failure
Charles Bailey
1
-1
/
+1
2015-07-17
Merge branch 'jk/still-interesting'
Junio C Hamano
1
-2
/
+2
2015-07-17
Merge branch 'es/worktree-add'
Junio C Hamano
2
-5
/
+6
2015-07-17
Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" reference
Eric Sunshine
1
-1
/
+1
2015-07-16
worktree: caution that this is still experimental
Junio C Hamano
1
-2
/
+3
[prev]
[next]