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
2018-02-15
Merge branch 'tg/stash-with-pathspec-fix' into maint
Junio C Hamano
1
-0
/
+32
2018-02-15
Merge branch 'jk/abort-clone-with-existing-dest' into maint
Junio C Hamano
1
-26
/
+74
2018-02-15
Merge branch 'jc/merge-symlink-ours-theirs' into maint
Junio C Hamano
1
-0
/
+32
2018-02-15
Merge branch 'dk/describe-all-output-fix' into maint
Junio C Hamano
1
-1
/
+5
2018-02-15
Merge branch 'ab/perf-grep-threads' into maint
Junio C Hamano
2
-21
/
+86
2018-02-15
Merge branch 'cc/perf-aggregate'
Junio C Hamano
1
-11
/
+37
2018-02-15
Merge branch 'ab/wildmatch-tests'
Junio C Hamano
3
-245
/
+416
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-2
/
+2
2018-02-15
Merge branch 'en/merge-recursive-fixes'
Junio C Hamano
2
-3
/
+9
2018-02-15
worktree: add: fix 'post-checkout' not knowing new worktree location
Eric Sunshine
1
-9
/
+45
2018-02-15
apply: handle Subversion diffs with /dev/null gracefully
Tatyana Krasnukha
1
-1
/
+1
2018-02-15
apply: demonstrate a problem applying svn diffs
Johannes Schindelin
1
-0
/
+17
2018-02-14
Correct mispellings of ".gitmodule" to ".gitmodules"
Robert P. J. Day
1
-1
/
+1
2018-02-14
t/: correct obvious typo "detahced"
Robert P. J. Day
1
-1
/
+1
2018-02-14
am: support --quit
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2018-02-14
sq_dequote: fix extra consumption of source string
Jeff King
1
-0
/
+23
2018-02-14
test-hashmap: use "unsigned int" for hash storage
Jeff King
1
-2
/
+3
2018-02-14
test-hashmap: simplify alloc_test_entry
Jeff King
1
-18
/
+17
2018-02-14
test-hashmap: use strbuf_getline rather than fgets
Jeff King
1
-3
/
+5
2018-02-14
test-hashmap: use xsnprintf rather than snprintf
Jeff King
1
-1
/
+1
2018-02-14
test-hashmap: check allocation computation for overflow
Jeff King
1
-2
/
+1
2018-02-14
test-hashmap: use ALLOC_ARRAY rather than bare malloc
Jeff King
1
-2
/
+2
2018-02-13
Merge branch 'jk/daemon-fixes'
Junio C Hamano
3
-11
/
+101
2018-02-13
Merge branch 'pw/sequencer-in-process-commit'
Junio C Hamano
6
-9
/
+176
2018-02-13
Merge branch 'nd/shared-index-fix'
Junio C Hamano
1
-0
/
+19
2018-02-13
Merge branch 'tg/split-index-fixes'
Junio C Hamano
1
-0
/
+19
2018-02-13
Merge branch 'jt/http-redact-cookies'
Junio C Hamano
1
-0
/
+33
2018-02-13
Merge branch 'nd/trace-with-env'
Junio C Hamano
2
-0
/
+46
2018-02-13
Merge branch 'cl/t9001-cleanup'
Junio C Hamano
1
-10
/
+7
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
3
-0
/
+310
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-0
/
+343
2018-02-13
Merge branch 'ab/simplify-perl-makefile'
Junio C Hamano
2
-2
/
+2
2018-02-13
Mark messages for translations
Alexander Shopov
3
-4
/
+4
2018-02-13
t6300-for-each-ref: fix "more than one quoting style" tests
SZEDER Gábor
1
-5
/
+2
2018-02-12
rebase: introduce and use pseudo-ref REBASE_HEAD
Nguyễn Thái Ngọc Duy
2
-2
/
+6
2018-02-12
rebase: add --show-current-patch
Nguyễn Thái Ngọc Duy
2
-0
/
+38
2018-02-12
am: add --show-current-patch
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2018-02-12
worktree remove: allow it when $GIT_WORK_TREE is already gone
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2018-02-12
worktree remove: new command
Nguyễn Thái Ngọc Duy
1
-0
/
+30
2018-02-12
worktree move: accept destination as directory
Nguyễn Thái Ngọc Duy
1
-0
/
+11
2018-02-12
worktree move: new command
Nguyễn Thái Ngọc Duy
1
-0
/
+26
2018-02-12
check-ignore: fix mix of directories and other file types
René Scharfe
1
-0
/
+20
2018-02-12
describe: confirm that blobs actually exist
Jeff King
1
-0
/
+8
2018-02-12
t4151: consolidate multiple calls to test_i18ngrep
Ramsay Jones
1
-3
/
+2
2018-02-12
t0002: simplify error checking
Jeff King
1
-43
/
+10
2018-02-12
t: document 'test_must_fail ok=<signal-name>'
SZEDER Gábor
2
-2
/
+22
2018-02-09
fetch: make the --prune-tags work with <url>
Ævar Arnfjörð Bjarmason
1
-9
/
+7
2018-02-09
fetch: add a --prune-tags option and fetch.pruneTags config
Ævar Arnfjörð Bjarmason
1
-0
/
+70
2018-02-09
fetch tests: add scaffolding for the new fetch.pruneTags
Ævar Arnfjörð Bjarmason
1
-42
/
+50
2018-02-09
fetch tests: fetch <url> <spec> as well as fetch [<remote>]
Ævar Arnfjörð Bjarmason
1
-4
/
+40
[prev]
[next]