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
2018-02-12
t: document 'test_must_fail ok=<signal-name>'
SZEDER Gábor
2
-2
/
+22
2018-02-09
update-index doc: note the caveat with "could not open..."
Ævar Arnfjörð Bjarmason
1
-0
/
+10
2018-02-09
update-index doc: note a fixed bug in the untracked cache
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2018-02-09
hash: update obsolete reference to SHA1_HEADER
brian m. carlson
1
-2
/
+2
2018-02-08
rebase -p: fix incorrect commit message when calling `git merge`.
Gregory Herrero
2
-2
/
+26
2018-02-08
CodingGuidelines: mention "static" and "extern"
Jeff King
1
-0
/
+5
2018-02-08
always check for NULL return from packet_read_line()
Jon Simons
2
-0
/
+4
2018-02-08
correct error messages for NULL packet_read_line()
Jeff King
2
-3
/
+3
2018-02-08
name-hash: properly fold directory names in adjust_dirname_case()
Ben Peart
2
-4
/
+18
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
2018-02-08
t4001: don't run 'git status' upstream of a pipe
SZEDER Gábor
1
-3
/
+8
2018-02-08
t6022: don't run 'git merge' upstream of a pipe
SZEDER Gábor
1
-2
/
+4
2018-02-08
t5812: add 'test_i18ngrep's missing filename parameter
SZEDER Gábor
1
-4
/
+1
2018-02-08
t5541: add 'test_i18ngrep's missing filename parameter
SZEDER Gábor
1
-1
/
+1
2018-02-08
git-sh-i18n: check GETTEXT_POISON before USE_GETTEXT_SCHEME
Jeff King
1
-4
/
+4
2018-02-08
t0205: drop redundant test
Jeff King
1
-4
/
+0
2018-02-07
blame: tighten command line parser
Junio C Hamano
1
-6
/
+14
2018-02-07
dir.c: ignore paths containing .git when invalidating untracked cache
Nguyễn Thái Ngọc Duy
6
-8
/
+49
2018-02-07
rebase: add --allow-empty-message option
Genki Sky
7
-11
/
+53
2018-02-05
daemon: add --log-destination=(stderr|syslog|none)
Lucas Werkmeister
2
-10
/
+64
2018-02-02
cocci: simplify check for trivial format strings
René Scharfe
1
-16
/
+1
2018-02-02
reset --hard: make use of the pretty machinery
Thomas Gummerer
1
-18
/
+10
2018-02-02
perf/aggregate: sort JSON fields in output
Christian Couder
1
-1
/
+1
2018-02-02
perf/aggregate: add --reponame option
Christian Couder
1
-2
/
+13
2018-02-02
perf/aggregate: add --subsection option
Christian Couder
1
-9
/
+24
2018-02-02
bulk-checkin: abstract SHA-1 usage
brian m. carlson
1
-6
/
+6
2018-02-02
csum-file: abstract uses of SHA-1
brian m. carlson
2
-7
/
+7
2018-02-02
csum-file: rename sha1file to hashfile
brian m. carlson
9
-126
/
+126
2018-02-02
read-cache: abstract away uses of SHA-1
brian m. carlson
1
-29
/
+29
2018-02-02
pack-write: switch various SHA-1 values to abstract forms
brian m. carlson
1
-24
/
+25
2018-02-02
pack-check: convert various uses of SHA-1 to abstract forms
brian m. carlson
1
-16
/
+16
2018-02-02
fast-import: switch various uses of SHA-1 to the_hash_algo
brian m. carlson
1
-20
/
+22
2018-02-02
sha1_file: switch uses of SHA-1 to the_hash_algo
brian m. carlson
1
-26
/
+26
2018-02-02
builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo
brian m. carlson
1
-9
/
+9
2018-02-02
builtin/index-pack: improve hash function abstraction
brian m. carlson
1
-45
/
+45
2018-02-02
hash: create union for hash context allocation
brian m. carlson
2
-17
/
+18
2018-02-02
hash: move SHA-1 macros to hash.h
brian m. carlson
2
-25
/
+25
2018-02-02
trace: measure where the time is spent in the index-heavy operations
Nguyễn Thái Ngọc Duy
5
-0
/
+18
2018-02-02
gitignore.txt: elaborate shell glob syntax
Duy Nguyen
1
-6
/
+5
2018-02-02
format-patch: reduce patch diffstat width to 72
Nguyễn Thái Ngọc Duy
2
-15
/
+33
2018-02-02
dir.c: stop ignoring opendir() error in open_cached_dir()
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2018-01-30
wildmatch test: mark test as EXPENSIVE_ON_WINDOWS
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2018-01-30
test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2018-01-30
wildmatch test: create & test files on disk in addition to in-memory
Ævar Arnfjörð Bjarmason
1
-11
/
+190
2018-01-30
wildmatch test: perform all tests under all wildmatch() modes
Ævar Arnfjörð Bjarmason
2
-252
/
+228
2018-01-30
wildmatch test: use test_must_fail, not ! for test-wildmatch
Ævar Arnfjörð Bjarmason
1
-3
/
+3
[prev]
[next]