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-13
Merge branch 'tb/crlf-conv-flags'
Junio C Hamano
8
-46
/
+46
2018-02-13
Merge branch 'rs/describe-unique-abbrev'
Junio C Hamano
1
-1
/
+1
2018-02-13
Merge branch 'ks/submodule-doc-updates'
Junio C Hamano
2
-29
/
+87
2018-02-13
Merge branch 'cl/t9001-cleanup'
Junio C Hamano
1
-10
/
+7
2018-02-13
Merge branch 'gs/retire-mru'
Junio C Hamano
7
-86
/
+17
2018-02-13
Merge branch 'ot/mru-on-list'
Junio C Hamano
4
-59
/
+33
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
26
-30
/
+657
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
32
-96
/
+896
2018-02-13
Merge branch 'ab/simplify-perl-makefile'
Junio C Hamano
14
-198
/
+106
2018-02-09
hash: update obsolete reference to SHA1_HEADER
brian m. carlson
1
-2
/
+2
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-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
[prev]
[next]