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-01-10
Merge branch 'jk/http-auth-tests-robustify'
Junio C Hamano
6
-17
/
+26
2014-01-10
Merge branch 'jk/credential-plug-leak'
Junio C Hamano
1
-1
/
+2
2014-01-10
Merge branch 'bs/mirbsd'
Junio C Hamano
2
-1
/
+8
2014-01-10
Merge branch 'nd/commit-tree-constness'
Junio C Hamano
2
-4
/
+4
2014-01-10
Merge branch 'jk/oi-delta-base'
Junio C Hamano
5
-3
/
+103
2014-01-10
Merge branch 'jk/sha1write-void'
Junio C Hamano
4
-7
/
+3
2014-01-10
Merge branch 'nd/add-empty-fix'
Junio C Hamano
2
-1
/
+20
2014-01-10
Merge branch 'nd/daemon-informative-errors-typofix'
Junio C Hamano
1
-2
/
+2
2014-01-10
Merge branch 'tm/fetch-prune'
Junio C Hamano
2
-10
/
+58
2014-01-10
Merge branch 'sb/diff-orderfile-config'
Junio C Hamano
5
-15
/
+125
2014-01-10
Merge branch 'bc/log-decoration'
Junio C Hamano
2
-0
/
+17
2014-01-10
Merge branch 'jh/rlimit-nofile-fallback'
Junio C Hamano
1
-7
/
+30
2014-01-10
Merge branch 'rt/bfg-ad-in-filter-branch-doc'
Junio C Hamano
1
-1
/
+32
2014-01-10
Merge branch 'mh/path-max'
Junio C Hamano
2
-31
/
+45
2014-01-10
Merge branch 'ap/path-max'
Junio C Hamano
3
-36
/
+42
2014-01-10
Merge branch 'cc/replace-object-info'
Junio C Hamano
8
-26
/
+141
2014-01-10
Merge branch 'nd/negative-pathspec'
Junio C Hamano
7
-40
/
+354
2014-01-06
Merge branch 'maint'
Junio C Hamano
2
-8
/
+10
2014-01-06
Merge branch 'maint' of git://github.com/git-l10n/git-po into maint
Junio C Hamano
1
-8
/
+8
2014-01-06
Documentation/gitmodules: Only 'update' and 'url' are required
W. Trevor King
1
-0
/
+2
2014-01-03
fetch --prune: Run prune before fetching
Tom Miller
2
-5
/
+19
2014-01-03
fetch --prune: always print header url
Tom Miller
2
-5
/
+39
2014-01-03
l10n: de.po: fix translation of 'prefix'
Ralf Thielow
1
-8
/
+8
2014-01-02
use distinct username/password for http auth tests
Jeff King
6
-17
/
+26
2014-01-02
Revert "prompt: clean up strbuf usage"
Jeff King
1
-1
/
+2
2014-01-02
Add MirBSD support to the build system.
Benny Siegert
2
-1
/
+8
2013-12-30
replace info: rename 'full' to 'long' and clarify in-code symbols
Christian Couder
3
-14
/
+18
2013-12-30
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2013-12-30
for-each-ref: remove unused variable
Ramkumar Ramachandra
1
-2
/
+1
2013-12-27
Merge git://git.bogomips.org/git-svn
Junio C Hamano
1
-2
/
+8
2013-12-27
Merge branch 'fc/remote-helper-fixes'
Junio C Hamano
3
-9
/
+103
2013-12-27
Merge branch 'js/gnome-keyring'
Junio C Hamano
1
-46
/
+39
2013-12-27
Merge branch 'jk/name-pack-after-byte-representation'
Junio C Hamano
6
-16
/
+9
2013-12-27
Merge branch 'tg/diff-no-index-refactor'
Junio C Hamano
5
-49
/
+103
2013-12-27
Merge branch 'zk/difftool-counts'
Junio C Hamano
5
-4
/
+43
2013-12-27
Merge branch 'jk/cat-file-regression-fix'
Junio C Hamano
2
-10
/
+42
2013-12-27
Merge branch 'jk/pull-rebase-using-fork-point'
Junio C Hamano
4
-11
/
+34
2013-12-27
Merge branch 'jk/rev-parse-double-dashes'
Junio C Hamano
2
-1
/
+39
2013-12-27
Merge branch 'jc/push-refmap'
Junio C Hamano
5
-28
/
+150
2013-12-27
git-svn: workaround for a bug in svn serf backend
Roman Kagan
1
-2
/
+8
2013-12-26
commit.c: make "tree" a const pointer in commit_tree*()
Nguyễn Thái Ngọc Duy
2
-4
/
+4
2013-12-26
cat-file: provide %(deltabase) batch format
Jeff King
3
-3
/
+49
2013-12-26
sha1_object_info_extended: provide delta base sha1s
Jeff King
2
-0
/
+54
2013-12-26
do not pretend sha1write returns errors
Jeff King
4
-7
/
+3
2013-12-26
add: don't complain when adding empty project root
Nguyễn Thái Ngọc Duy
2
-1
/
+20
2013-12-26
remote-hg: test 'shared_path' in a moved clone
Antoine Pelisse
1
-0
/
+11
2013-12-20
log: properly handle decorations with chained tags
brian m. carlson
2
-0
/
+17
2013-12-20
daemon: be strict at parsing parameters --[no-]informative-errors
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2013-12-18
diff: add diff.orderfile configuration variable
Samuel Bronson
4
-0
/
+23
2013-12-18
diff: let "git diff -O" read orderfile from any file and fail properly
Samuel Bronson
2
-15
/
+34
[next]