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-03-18
Merge branch 'nd/reset-setup-worktree' into maint
Junio C Hamano
2
-3
/
+15
2014-03-18
Merge branch 'jc/check-attr-honor-working-tree' into maint
Junio C Hamano
2
-22
/
+43
2014-03-18
Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maint
Junio C Hamano
4
-14
/
+70
2014-03-18
Merge branch 'ds/rev-parse-required-args' into maint
Junio C Hamano
1
-6
/
+11
2014-03-18
Merge branch 'jk/config-path-include-fix' into maint
Junio C Hamano
2
-2
/
+6
2014-03-18
Merge branch 'nd/diff-quiet-stat-dirty' into maint
Junio C Hamano
3
-24
/
+51
2014-03-18
Merge branch 'nd/http-fetch-shallow-fix' into maint
Junio C Hamano
12
-37
/
+105
2014-03-18
Merge branch 'nd/submodule-pathspec-ending-with-slash' into maint
Junio C Hamano
22
-76
/
+89
2014-03-18
Merge branch 'rs/grep-h-c'
Junio C Hamano
2
-31
/
+46
2014-03-18
Merge branch 'rm/strchrnul-not-strlen'
Junio C Hamano
9
-54
/
+31
2014-03-18
Merge branch 'jc/tag-contains-with'
Junio C Hamano
1
-0
/
+6
2014-03-18
Merge branch 'bg/install-branch-config-skip-prefix'
Junio C Hamano
2
-9
/
+19
2014-03-18
Merge branch 'jc/no-need-for-env-in-sh-scripts'
Junio C Hamano
2
-2
/
+2
2014-03-18
Merge branch 'sh/use-hashcpy'
Junio C Hamano
5
-6
/
+6
2014-03-18
Merge branch 'mh/simplify-cache-tree-find'
Junio C Hamano
1
-10
/
+7
2014-03-18
Merge branch 'jn/branch-lift-unnecessary-name-length-limit'
Junio C Hamano
1
-4
/
+0
2014-03-18
Merge branch 'jk/doc-deprecate-grafts'
Junio C Hamano
2
-0
/
+8
2014-03-18
Merge branch 'jk/detect-push-typo-early'
Junio C Hamano
4
-31
/
+130
2014-03-18
Merge branch 'jk/repack-pack-keep-objects'
Junio C Hamano
4
-2
/
+44
2014-03-18
Merge branch 'sh/finish-tmp-packfile'
Junio C Hamano
4
-21
/
+22
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
14
-87
/
+21
2014-03-18
Merge branch 'dd/find-graft-with-sha1-pos'
Junio C Hamano
1
-15
/
+9
2014-03-18
Merge branch 'fc/transport-helper-fixes'
Junio C Hamano
7
-12
/
+105
2014-03-18
Merge branch 'nd/sha1-file-delta-stack-leakage-fix'
Junio C Hamano
1
-0
/
+4
2014-03-18
Merge branch 'jk/diff-filespec-cleanup'
Junio C Hamano
1
-1
/
+1
2014-03-18
Merge branch 'jk/clean-d-pathspec'
Junio C Hamano
2
-11
/
+25
2014-03-18
add: use struct argv_array in run_add_interactive()
Fabian Ruch
1
-11
/
+10
2014-03-18
test-lib.sh: do not "echo" caller-supplied strings
Uwe Storbeck
1
-2
/
+2
2014-03-18
run-command: mark run_hook_with_custom_index as deprecated
Benoit Pierre
1
-0
/
+1
2014-03-18
merge hook tests: fix and update tests
Benoit Pierre
1
-6
/
+21
2014-03-18
merge: fix GIT_EDITOR override for commit hook
Benoit Pierre
1
-1
/
+1
2014-03-18
commit: fix patch hunk editing with "commit -p -m"
Benoit Pierre
9
-32
/
+80
2014-03-18
test patch hunk editing with "commit -p -m"
Benoit Pierre
1
-0
/
+34
2014-03-17
subtree: initialize "prefix" variable
Jeff King
1
-0
/
+1
2014-03-17
Documentation/merge-strategies: avoid hyphenated commands
Ramkumar Ramachandra
1
-2
/
+2
2014-03-17
index-pack: report error using the correct variable
Junio C Hamano
1
-2
/
+2
2014-03-17
Documentation/git-am: typofix
Chris Packham
1
-1
/
+1
2014-03-17
shallow: verify shallow file after taking lock
Jeff King
1
-2
/
+2
2014-03-17
pack-objects: turn off bitmaps when skipping objects
Jeff King
2
-2
/
+15
2014-03-17
pack-objects: show reused packfile objects in "Counting objects"
Jeff King
1
-8
/
+3
2014-03-17
pack-objects: show progress for reused packfiles
Jeff King
1
-3
/
+16
2014-03-17
rebase -i: do not "echo" random user-supplied strings
Uwe Storbeck
1
-1
/
+1
2014-03-17
mv: prevent mismatched data when ignoring errors.
brian m. carlson
2
-1
/
+17
2014-03-14
t/lib-terminal: make TTY a lazy prerequisite
Jeff King
1
-18
/
+19
2014-03-14
Update draft release notes to Git 2.0
Junio C Hamano
2
-3
/
+64
2014-03-14
Merge branch 'ta/parse-commit-with-skip-prefix'
Junio C Hamano
1
-8
/
+6
2014-03-14
Merge branch 'sr/add--interactive-term-readkey'
Junio C Hamano
2
-1
/
+4
2014-03-14
Merge branch 'sh/write-pack-file-warning-message-fix'
Junio C Hamano
1
-1
/
+1
2014-03-14
Merge branch 'nd/strbuf-inline-styles'
Junio C Hamano
1
-6
/
+12
2014-03-14
Merge branch 'jn/bisect-coding-style'
Junio C Hamano
1
-4
/
+4
[prev]
[next]