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-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
2018-01-30
wildmatch test: remove dead fnmatch() test code
Ævar Arnfjörð Bjarmason
1
-178
/
+178
2018-01-30
wildmatch test: use a paranoia pattern from nul_match()
Ævar Arnfjörð Bjarmason
1
-3
/
+12
2018-01-30
wildmatch test: don't try to vertically align our output
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2018-01-30
wildmatch test: use more standard shell style
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2018-01-30
wildmatch test: indent with tabs, not spaces
Ævar Arnfjörð Bjarmason
1
-27
/
+27
2018-01-30
travis-ci: don't fail if user already exists on 32 bit Linux build job
SZEDER Gábor
1
-1
/
+7
2018-01-30
travis-ci: don't run the test suite as root in the 32 bit Linux build
SZEDER Gábor
2
-6
/
+26
2018-01-30
travis-ci: don't repeat the path of the cache directory
SZEDER Gábor
4
-6
/
+11
2018-01-30
travis-ci: use 'set -e' in the 32 bit Linux build job
SZEDER Gábor
1
-10
/
+10
2018-01-30
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
SZEDER Gábor
1
-0
/
+1
2018-01-30
git-svn: control destruction order to avoid segfault
Eric Wong
1
-0
/
+5
2018-01-30
doc: mention 'git show' defaults to HEAD
Todd Zullinger
1
-2
/
+2
2018-01-30
sha1_file: rename hash_sha1_file_literally
Patryk Obara
3
-4
/
+8
2018-01-30
sha1_file: convert write_loose_object to object_id
Patryk Obara
1
-12
/
+16
2018-01-30
sha1_file: convert force_object_loose to object_id
Patryk Obara
3
-7
/
+8
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
18
-58
/
+65
2018-01-30
notes: convert write_notes_tree to object_id
Patryk Obara
4
-11
/
+13
2018-01-30
notes: convert combine_notes_* to object_id
Patryk Obara
2
-33
/
+38
2018-01-30
commit: convert commit_tree* to object_id
Patryk Obara
10
-34
/
+36
2018-01-30
match-trees: convert splice_tree to object_id
Patryk Obara
1
-24
/
+22
[prev]
[next]