index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
Merge branch 'mm/mediawiki-dumb-push-fix'
Junio C Hamano
1
-0
/
+11
2013-09-12
Merge branch 'jc/commit-is-spelled-with-two-ems'
Junio C Hamano
4
-10
/
+10
2013-09-12
Merge branch 'jk/config-int-range-check'
Junio C Hamano
2
-4
/
+11
2013-09-11
Merge branch 'jc/ls-files-killed-optim'
Junio C Hamano
1
-8
/
+19
2013-09-11
Merge branch 'es/rebase-i-no-abbrev'
Junio C Hamano
1
-2
/
+87
2013-09-11
Merge branch 'rt/rebase-p-no-merge-summary'
Junio C Hamano
1
-0
/
+23
2013-09-11
Merge branch 'sh/pull-rebase-preserve'
Junio C Hamano
1
-0
/
+89
2013-09-11
Merge branch 'nd/push-no-thin'
Junio C Hamano
1
-0
/
+17
2013-09-09
Merge branch 'jk/mailmap-incomplete-line'
Junio C Hamano
1
-1
/
+15
2013-09-09
Merge branch 'sp/clip-read-write-to-8mb'
Junio C Hamano
1
-0
/
+14
2013-09-09
Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'
Junio C Hamano
1
-0
/
+72
2013-09-09
Merge branch 'jc/url-match'
Junio C Hamano
15
-0
/
+223
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
7
-23
/
+421
2013-09-09
Merge branch 'es/blame-L-twice'
Junio C Hamano
2
-7
/
+125
2013-09-09
Merge branch 'tr/log-full-diff-keep-true-parents'
Junio C Hamano
2
-0
/
+28
2013-09-09
Merge branch 'jk/cat-file-batch-optim'
Junio C Hamano
1
-0
/
+15
2013-09-09
Merge branch 'es/blame-L-more'
Junio C Hamano
2
-14
/
+159
2013-09-09
Merge branch 'db/http-savecookies'
Junio C Hamano
2
-0
/
+24
2013-09-09
Merge branch 'jc/push-cas'
Junio C Hamano
3
-2
/
+208
2013-09-09
Merge branch 'ms/fetch-prune-configuration'
Junio C Hamano
1
-0
/
+82
2013-09-09
git-config: always treat --int as 64-bit internally
Jeff King
1
-0
/
+7
2013-09-09
config: make numeric parsing errors more clear
Jeff King
2
-4
/
+4
2013-09-05
typofix: cherry is spelled with two ars
Junio C Hamano
2
-2
/
+2
2013-09-04
typofix: commit is spelled with two ems
Junio C Hamano
2
-8
/
+8
2013-09-04
pull: allow pull to preserve merges when rebasing
Stephen Haberman
1
-0
/
+89
2013-09-04
Merge branch 'jl/some-submodule-config-are-not-boolean'
Junio C Hamano
1
-0
/
+10
2013-09-04
Merge branch 'sg/bash-prompt-lf-in-cwd-test'
Junio C Hamano
1
-0
/
+23
2013-09-04
Merge branch 'mm/no-shell-escape-in-die-message'
Junio C Hamano
1
-0
/
+13
2013-09-04
Merge branch 'tr/fd-gotcha-fixes'
Junio C Hamano
1
-0
/
+4
2013-09-04
Merge branch 'jk/fast-import-empty-ls'
Junio C Hamano
1
-0
/
+65
2013-09-03
transport-helper: add no-private-update capability
Matthieu Moy
1
-0
/
+11
2013-08-30
Merge branch 'bc/completion-for-bash-3.0'
Junio C Hamano
1
-1
/
+1
2013-08-30
Merge branch 'nd/fetch-pack-shallow-fix'
Junio C Hamano
1
-0
/
+16
2013-08-28
mailmap: handle mailmap blobs without trailing newlines
Jeff King
1
-1
/
+15
2013-08-25
rebase -i: fix short SHA-1 collision
Junio C Hamano
1
-1
/
+1
2013-08-25
t3404: rebase -i: demonstrate short SHA-1 collision
Eric Sunshine
1
-0
/
+24
2013-08-25
t3404: make tests more self-contained
Eric Sunshine
1
-2
/
+63
2013-08-25
fetch-pack: do not remove .git/shallow file when --depth is not specified
Nguyễn Thái Ngọc Duy
1
-0
/
+16
2013-08-23
dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage
Eric Sunshine
1
-6
/
+9
2013-08-21
t9902-completion.sh: old Bash still does not support array+=('') notation
Brandon Casey
1
-1
/
+1
2013-08-21
rebase --preserve-merges: ignore "merge.log" config
Ralf Thielow
1
-0
/
+23
2013-08-20
xread, xwrite: limit size of IO to 8MB
Steffen Prohaska
1
-0
/
+14
2013-08-19
avoid segfault on submodule.*.path set to an empty "true"
Jharrod LaFon
1
-0
/
+10
2013-08-18
bash prompt: test the prompt with newline in repository path
SZEDER Gábor
1
-0
/
+23
2013-08-15
t3010: update to demonstrate "ls-files -k" optimization pitfalls
Junio C Hamano
1
-3
/
+9
2013-08-14
Revert "Add new @ shortcut for HEAD"
Junio C Hamano
1
-2
/
+0
2013-08-14
Revert "git stash: avoid data loss when "git stash save" kills a directory"
Junio C Hamano
1
-18
/
+0
2013-08-13
push: respect --no-thin
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2013-08-09
Merge branch 'jk/submodule-subdirectory-ok'
Junio C Hamano
1
-1
/
+1
2013-08-09
t/t7407: fix two typos in submodule tests
Phil Hord
1
-1
/
+1
[next]