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-02-05
Merge branch 'jk/ref-cache-non-repository-optim' into maint
Junio C Hamano
6
-40
/
+80
2016-02-05
Merge branch 'js/dirname-basename' into maint
Junio C Hamano
7
-24
/
+225
2016-02-05
Merge branch 'tb/complete-word-diff-regex' into maint
Junio C Hamano
1
-1
/
+1
2016-02-05
Merge branch 'pw/completion-stash' into maint
Junio C Hamano
1
-3
/
+14
2016-02-05
Merge branch 'pw/completion-show-branch' into maint
Junio C Hamano
1
-1
/
+1
2016-02-05
Merge branch 'jk/completion-rebase' into maint
Junio C Hamano
1
-2
/
+6
2016-02-05
Merge branch 'nd/diff-with-path-params' into maint
Junio C Hamano
7
-12
/
+25
2016-02-05
Merge branch 'dw/subtree-split-do-not-drop-merge' into maint
Junio C Hamano
2
-2
/
+70
2016-02-05
Merge branch 'ew/svn-1.9.0-auth' into maint
Junio C Hamano
1
-2
/
+6
2016-02-05
Merge branch 'jk/list-tag-2.7-regression' into maint
Junio C Hamano
7
-56
/
+72
2016-02-05
Merge branch 'jk/sanity' into maint
Junio C Hamano
1
-5
/
+13
2016-02-05
Merge branch 'jk/filter-branch-no-index' into maint
Junio C Hamano
2
-1
/
+9
2016-02-05
Merge branch 'js/close-packs-before-gc' into maint
Junio C Hamano
5
-0
/
+18
2016-02-05
Merge branch 'jk/ok-to-fail-gc-auto-in-rebase' into maint
Junio C Hamano
1
-1
/
+1
2016-02-05
Merge branch 'ho/gitweb-squelch-undef-warning' into maint
Junio C Hamano
1
-1
/
+1
2016-02-05
Merge branch 'js/fopen-harder' into maint
Junio C Hamano
5
-3
/
+17
2016-02-05
Merge branch 'nd/exclusion-regression-fix' into maint
Junio C Hamano
3
-118
/
+6
2016-02-05
Merge branch 'dk/reflog-walk-with-non-commit' into maint
Junio C Hamano
2
-5
/
+24
2016-02-05
Merge branch 'dw/signoff-doc' into maint
Junio C Hamano
5
-1
/
+9
2016-02-05
Merge branch 'jk/clang-pedantic' into maint
Junio C Hamano
4
-5
/
+6
2016-02-05
Merge branch 'ew/send-email-mutt-alias-fix' into maint
Junio C Hamano
2
-2
/
+22
2016-02-05
Merge branch 'nd/dir-exclude-cleanup' into maint
Junio C Hamano
1
-3
/
+1
2016-02-05
Merge branch 'nd/stop-setenv-work-tree' into maint
Junio C Hamano
2
-3
/
+1
2016-01-26
git-svn: fix auth parameter handling on SVN 1.9.0+
Eric Wong
1
-2
/
+6
2016-01-26
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
7
-4
/
+62
2016-01-26
completion: update completion arguments for stash
Paul Wagland
1
-3
/
+14
2016-01-25
completion: complete show-branch "--date-order"
Paul Wagland
1
-1
/
+1
2016-01-25
completion: add missing git-rebase options
John Keeping
1
-2
/
+6
2016-01-25
mingw: avoid linking to the C library's isalpha()
Johannes Sixt
2
-6
/
+8
2016-01-25
t6300: use test_atom for some un-modern tests
Jeff King
1
-52
/
+10
2016-01-25
resolve_gitlink_ref: ignore non-repository paths
Jeff King
3
-14
/
+43
2016-01-25
clean: make is_git_repository a public function
Jeff King
3
-26
/
+37
2016-01-21
diff: make -O and --output work in subdirectory
Duy Nguyen
6
-8
/
+21
2016-01-21
diff-no-index: do not take a redundant prefix argument
Nguyễn Thái Ngọc Duy
3
-4
/
+4
2016-01-20
completion: complete "diff --word-diff-regex="
Thomas Braun
1
-1
/
+1
2016-01-20
contrib/subtree: fix "subtree split" skipped-merge bug
Dave Ware
2
-2
/
+70
2016-01-19
filter-branch: resolve $commit^{tree} in no-index case
Jeff King
2
-1
/
+9
2016-01-19
test-lib: clarify and tighten SANITY
Junio C Hamano
1
-5
/
+13
2016-01-15
t0060: loosen overly strict expectations
Johannes Schindelin
1
-57
/
+21
2016-01-13
rebase: ignore failures from "gc --auto"
Jeff King
1
-1
/
+1
2016-01-13
receive-pack: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
merge: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
am: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
fetch: release pack files before garbage-collecting
Johannes Schindelin
2
-0
/
+15
2016-01-12
Merge branch 'maint' of git://github.com/git-l10n/git-po into maint
Junio C Hamano
2
-0
/
+11863
2016-01-12
gitweb: squelch "uninitialized value" warning
Øyvind A. Holm
1
-1
/
+1
2016-01-12
t0060: verify that basename() and dirname() work as expected
Johannes Schindelin
2
-0
/
+169
2016-01-12
compat/basename.c: provide a dirname() compatibility function
Johannes Schindelin
2
-0
/
+46
2016-01-12
compat/basename: make basename() conform to POSIX
Johannes Schindelin
1
-3
/
+17
2016-01-12
Refactor skipping DOS drive prefixes
Johannes Schindelin
5
-22
/
+28
[next]