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
2016-04-13
Merge branch 'rt/rebase-i-shorten-stop-report'
Junio C Hamano
1
-1
/
+2
2016-04-13
Merge branch 'rt/completion-help'
Junio C Hamano
1
-3
/
+3
2016-04-13
Merge branch 'ak/use-hashmap-iter-first-in-submodule-config'
Junio C Hamano
1
-2
/
+1
2016-04-13
Merge branch 'jk/check-repository-format'
Junio C Hamano
7
-114
/
+167
2016-04-08
Third batch for post 2.8 cycle
Junio C Hamano
1
-0
/
+24
2016-04-08
Merge branch 'ss/msvc'
Junio C Hamano
3
-2
/
+6
2016-04-08
Merge branch 'oa/doc-diff-check'
Junio C Hamano
1
-2
/
+2
2016-04-08
Merge branch 'pb/opt-cmdmode-doc'
Junio C Hamano
1
-0
/
+7
2016-04-08
Merge branch 'nd/apply-report-skip'
Junio C Hamano
1
-0
/
+2
2016-04-08
Merge branch 'nd/apply-doc'
Junio C Hamano
1
-1
/
+3
2016-04-08
Merge branch 'jc/merge-refuse-new-root'
Junio C Hamano
12
-14
/
+57
2016-04-08
set_worktree_head_symref(): fix error message
Kazuki Yamaguchi
1
-1
/
+2
2016-04-07
commit: do not ignore an empty message given by -m ''
Jeff King
2
-6
/
+6
2016-04-07
commit: --amend -m '' silently fails to wipe message
Adam Dinwoodie
1
-0
/
+20
2016-04-07
setup.c: do not feed NULL to "%.*s" even with precision 0
Junio C Hamano
1
-1
/
+1
2016-04-06
send-email: do not load Data::Dumper
Eric Wong
1
-1
/
+0
2016-04-06
send-email: more meaningful Message-ID
Eric Wong
1
-2
/
+3
2016-04-06
Second batch for post 2.8 cycle
Junio C Hamano
2
-2
/
+51
2016-04-06
Merge branch 'la/tag-force-signing-annotated-tags'
Junio C Hamano
3
-6
/
+60
2016-04-06
Merge branch 'jk/submodule-c-credential'
Junio C Hamano
8
-19
/
+172
2016-04-06
Merge branch 'jv/merge-nothing-into-void'
Junio C Hamano
2
-5
/
+15
2016-04-06
Merge branch 'ss/commit-squash-msg'
Junio C Hamano
2
-1
/
+38
2016-04-06
Merge branch 'sb/rebase-x'
Junio C Hamano
3
-22
/
+10
2016-04-06
Merge branch 'jk/test-httpd-config-nosystem'
Junio C Hamano
1
-0
/
+1
2016-04-06
Merge branch 'jk/send-email-rtrim-mailrc-alias'
Junio C Hamano
1
-1
/
+1
2016-04-06
Merge branch 'jk/credential-cache-comment-exit'
Junio C Hamano
1
-1
/
+10
2016-04-06
Merge branch 'sb/clone-t57-t56'
Junio C Hamano
10
-0
/
+0
2016-04-06
Merge branch 'ls/p4-map-user'
Junio C Hamano
3
-0
/
+81
2016-04-06
Merge branch 'cc/doc-recommend-performance-trace-to-file'
Junio C Hamano
1
-0
/
+43
2016-04-06
Merge branch 'pb/t7502-drop-dup'
Junio C Hamano
1
-5
/
+0
2016-04-06
Merge branch 'da/mergetool-delete-delete-conflict'
Junio C Hamano
2
-4
/
+85
2016-04-06
Merge branch 'sb/submodule-parallel-update'
Junio C Hamano
18
-62
/
+445
2016-04-06
Merge branch 'ss/receive-pack-parse-options'
Junio C Hamano
1
-33
/
+20
2016-04-06
Merge branch 'ss/exc-flag-is-a-collection-of-bits'
Junio C Hamano
3
-9
/
+9
2016-04-05
correct blame for files commited with CRLF
Torsten Bögershausen
2
-0
/
+15
2016-04-05
completion: complete --cherry-mark for git log
Michael J Gruber
1
-0
/
+1
2016-04-05
api-trace.txt: fix typo
Elia Pinto
1
-1
/
+1
2016-04-05
Makefile: fix misdirected redirections
Junio C Hamano
1
-2
/
+2
2016-04-04
branch: fix shortening of non-remote symrefs
Jeff King
2
-7
/
+24
2016-04-04
pretty: test --expand-tabs
Junio C Hamano
1
-0
/
+105
2016-04-04
Windows: shorten code by re-using convert_slashes()
Johannes Sixt
2
-11
/
+3
2016-04-04
git-format-patch.txt: don't show -s as shorthand for multiple options
Eric Sunshine
1
-1
/
+1
2016-04-04
branch -m: update all per-worktree HEADs
Kazuki Yamaguchi
4
-3
/
+53
2016-04-04
refs: add a new function set_worktree_head_symref
Kazuki Yamaguchi
2
-0
/
+44
2016-04-04
t5520: test --[no-]autostash with pull.rebase=true
Mehul Jain
1
-0
/
+10
2016-04-04
t5520: reduce commom lines of code
Mehul Jain
1
-9
/
+7
2016-04-04
t5520: factor out common "failing autostash" code
Mehul Jain
1
-15
/
+11
2016-04-04
t5520: factor out common "successful autostash" code
Mehul Jain
1
-29
/
+15
2016-04-04
t5520: use better test to check stderr output
Mehul Jain
1
-6
/
+4
2016-04-04
t5520: ensure consistent test conditions
Mehul Jain
1
-0
/
+2
[prev]
[next]