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-27
Merge branch 'rd/typofix'
Junio C Hamano
2
-2
/
+2
2018-02-27
Merge branch 'jk/test-hashmap-updates'
Junio C Hamano
1
-26
/
+27
2018-02-27
Merge branch 'jk/sq-dequote-on-bogus-input'
Junio C Hamano
1
-0
/
+23
2018-02-27
Merge branch 'as/ll-i18n'
Junio C Hamano
3
-4
/
+4
2018-02-27
Merge branch 'sg/doc-test-must-fail-args'
Junio C Hamano
2
-2
/
+22
2018-02-27
Merge branch 'sb/describe-blob'
Junio C Hamano
1
-0
/
+8
2018-02-27
Merge branch 'rs/check-ignore-multi'
Junio C Hamano
1
-0
/
+20
2018-02-27
Merge branch 'jk/t0002-simplify'
Junio C Hamano
1
-43
/
+10
2018-02-27
Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'
Junio C Hamano
1
-1
/
+25
2018-02-27
Merge branch 'jk/gettext-poison'
Junio C Hamano
1
-4
/
+0
2018-02-27
Merge branch 'bp/name-hash-dirname-fix'
Junio C Hamano
1
-1
/
+15
2018-02-27
Merge branch 'nd/fix-untracked-cache-invalidation'
Junio C Hamano
2
-0
/
+126
2018-02-21
Merge branch 'sg/test-i18ngrep'
Junio C Hamano
8
-43
/
+72
2018-02-21
Merge branch 'gs/rebase-allow-empty-message'
Junio C Hamano
1
-0
/
+23
2018-02-21
Merge branch 'nd/format-patch-stat-width'
Junio C Hamano
1
-15
/
+31
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-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
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-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
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-08
rebase -p: fix incorrect commit message when calling `git merge`.
Gregory Herrero
1
-1
/
+25
2018-02-08
name-hash: properly fold directory names in adjust_dirname_case()
Ben Peart
1
-1
/
+15
2018-02-08
t: make 'test_i18ngrep' more informative on failure
SZEDER Gábor
1
-4
/
+20
2018-02-08
t: validate 'test_i18ngrep's parameters
SZEDER Gábor
1
-0
/
+12
2018-02-08
t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'
SZEDER Gábor
2
-26
/
+26
2018-02-08
t5536: let 'test_i18ngrep' read the file without redirection
SZEDER Gábor
1
-1
/
+1
2018-02-08
t5510: consolidate 'grep' and 'test_i18ngrep' patterns
SZEDER Gábor
1
-6
/
+3
[next]