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
2017-02-06
worktree: fix option descriptions for `prune`
Patrick Steinhardt
1
-2
/
+2
2015-07-13
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
13
-126
/
+217
2015-07-13
Merge branch 'ss/clone-guess-dir-name-simplify'
Junio C Hamano
1
-13
/
+6
2015-07-13
Merge branch 'kb/config-unmap-before-renaming'
Junio C Hamano
1
-0
/
+3
2015-07-13
Merge branch 'mh/strbuf-read-file-returns-ssize-t'
Junio C Hamano
2
-3
/
+4
2015-07-13
Merge branch 'jc/unexport-git-pager-in-use-in-pager'
Junio C Hamano
1
-0
/
+1
2015-07-13
Merge branch 'kb/use-nsec-doc'
Junio C Hamano
2
-6
/
+11
2015-07-13
Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip'
Junio C Hamano
2
-1
/
+26
2015-07-13
Merge branch 'et/http-proxyauth'
Junio C Hamano
1
-2
/
+2
2015-07-13
Merge branch 'jc/fsck-retire-require-eoh'
Junio C Hamano
1
-4
/
+13
2015-07-10
The last minute bits of fixes
Junio C Hamano
1
-0
/
+21
2015-07-10
Merge branch 'cb/rebase-am-exit-code'
Junio C Hamano
1
-1
/
+1
2015-07-10
Merge branch 'jk/fix-refresh-utime'
Junio C Hamano
1
-1
/
+9
2015-07-10
Merge branch 'mm/branch-doc-updates'
Junio C Hamano
1
-2
/
+6
2015-07-10
Merge branch 'ls/hint-rev-list-count'
Junio C Hamano
2
-0
/
+2
2015-07-10
Merge branch 'jk/rev-list-no-bitmap-while-pruning'
Junio C Hamano
2
-1
/
+7
2015-07-10
Merge branch 'cb/subtree-tests-update'
Junio C Hamano
1
-152
/
+150
2015-07-10
Merge branch 'rh/test-color-avoid-terminfo-in-original-home'
Junio C Hamano
1
-52
/
+47
2015-07-10
Merge branch 'sb/p5310-and-chain'
Junio C Hamano
1
-3
/
+3
2015-07-10
Merge branch 'tb/checkout-doc'
Junio C Hamano
1
-1
/
+5
2015-07-10
Merge branch 'jk/pretty-encoding-doc'
Junio C Hamano
1
-1
/
+4
2015-07-10
Merge branch 'nd/dwim-wildcards-as-pathspecs'
Junio C Hamano
1
-0
/
+26
2015-07-09
Merge branch 'jk/maint-for-each-packed-object'
Junio C Hamano
2
-1
/
+7
2015-07-09
Merge branch 'jc/fix-alloc-sortbuf-in-index-pack'
Junio C Hamano
1
-8
/
+8
2015-07-09
clone: simplify string handling in guess_dir_name()
Sebastian Schuberth
1
-13
/
+6
2015-07-08
check_and_freshen_file: fix reversed success-check
Jeff King
1
-1
/
+9
2015-07-08
rebase: return non-zero error code if format-patch fails
Clemens Buchacher
1
-1
/
+1
2015-07-06
Documentation/branch: document -M and -D in terms of --force
Matthieu Moy
1
-2
/
+2
2015-07-06
Documentation/branch: document -d --force and -m --force
Matthieu Moy
1
-0
/
+4
2015-07-06
git-multimail: update to release 1.1.1
Matthieu Moy
4
-6
/
+17
2015-07-04
index-pack: fix allocation of sorted_by_pos array
Junio C Hamano
1
-8
/
+8
2015-07-03
strbuf: strbuf_read_file() should return ssize_t
Michael Haggerty
2
-3
/
+4
2015-07-03
pager: do not leak "GIT_PAGER_IN_USE" to the pager
Junio C Hamano
1
-0
/
+1
2015-07-01
Makefile / racy-git.txt: clarify USE_NSEC prerequisites
Karsten Blees
2
-6
/
+11
2015-07-01
Git 2.5.0-rc1
Junio C Hamano
2
-1
/
+8
2015-07-01
Merge branch 'me/fetch-into-shallow-safety'
Junio C Hamano
1
-1
/
+1
2015-07-01
Merge branch 'jc/prompt-document-ps1-state-separator'
Junio C Hamano
1
-0
/
+4
2015-07-01
Merge branch 'mm/describe-doc'
Junio C Hamano
1
-1
/
+1
2015-07-01
Merge branch 'da/mergetool-winmerge'
Junio C Hamano
1
-0
/
+1
2015-07-01
rev-list: disable --use-bitmap-index when pruning commits
Jeff King
2
-1
/
+7
2015-07-01
Add tests for wildcard "path vs ref" disambiguation
Nguyễn Thái Ngọc Duy
1
-0
/
+26
2015-07-01
rev-list: add --count to usage guide
Lawrence Siebert
2
-0
/
+2
2015-06-30
config.c: fix writing config files on Windows network shares
Karsten Blees
1
-0
/
+3
2015-06-29
rebase -i: do not leave a CHERRY_PICK_HEAD file behind
Johannes Schindelin
2
-2
/
+6
2015-06-29
t3404: demonstrate CHERRY_PICK_HEAD bug
Johannes Schindelin
1
-0
/
+21
2015-06-29
http: always use any proxy auth method available
Enrique Tobis
1
-2
/
+2
2015-06-29
worktree: new place for "git prune --worktrees"
Nguyễn Thái Ngọc Duy
11
-114
/
+198
2015-06-28
Sync with maint
Junio C Hamano
0
-0
/
+0
2015-06-28
fsck: it is OK for a tag and a commit to lack the body
Junio C Hamano
1
-4
/
+13
2015-06-26
p5310: Fix broken && chain in performance test
Stefan Beller
1
-3
/
+3
[next]