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
2021-03-30
Merge branch 'ab/diff-no-index-tests'
Junio C Hamano
1
-0
/
+60
2021-03-30
Merge branch 'ab/read-tree'
Junio C Hamano
11
-147
/
+205
2021-03-30
Merge branch 'bs/asciidoctor-installation-hints'
Junio C Hamano
1
-1
/
+3
2021-03-30
Merge branch 'mt/checkout-remove-nofollow'
Junio C Hamano
5
-33
/
+39
2021-03-30
p2000: add sparse-index repos
Derrick Stolee
1
-1
/
+18
2021-03-30
sparse-index: loose integration with cache_tree_verify()
Derrick Stolee
2
-3
/
+19
2021-03-30
cache-tree: integrate with sparse directory entries
Derrick Stolee
2
-1
/
+27
2021-03-30
sparse-checkout: disable sparse-index
Derrick Stolee
2
-1
/
+22
2021-03-30
sparse-checkout: toggle sparse index from builtin
Derrick Stolee
5
-34
/
+80
2021-03-30
sparse-index: add index.sparse config option
Derrick Stolee
5
-6
/
+44
2021-03-30
sparse-index: check index conversion happens
Derrick Stolee
1
-0
/
+18
2021-03-30
unpack-trees: allow sparse directories
Derrick Stolee
1
-3
/
+7
2021-03-30
submodule: sparse-index should not collapse links
Derrick Stolee
2
-0
/
+18
2021-03-30
sparse-index: convert from full to sparse
Derrick Stolee
6
-4
/
+228
2021-03-30
sparse-index: add 'sdir' index extension
Derrick Stolee
2
-0
/
+21
2021-03-30
sparse-checkout: hold pattern list in index
Derrick Stolee
2
-7
/
+12
2021-03-30
unpack-trees: ensure full index
Derrick Stolee
1
-0
/
+7
2021-03-30
test-tool: don't force full index
Derrick Stolee
2
-1
/
+17
2021-03-30
test-read-cache: print cache entries with --table
Derrick Stolee
1
-10
/
+45
2021-03-30
t1092: compare sparse-checkout to sparse-index
Derrick Stolee
2
-4
/
+23
2021-03-30
sparse-index: implement ensure_full_index()
Derrick Stolee
3
-2
/
+118
2021-03-30
sparse-index: add guard to ensure full index
Derrick Stolee
6
-1
/
+36
2021-03-30
t1092: clean up script quoting
Derrick Stolee
1
-10
/
+10
2021-03-30
t/perf: add performance test for sparse operations
Derrick Stolee
1
-0
/
+84
2021-03-30
sparse-index: design doc and format update
Derrick Stolee
2
-0
/
+182
2021-03-30
t/helper/test-read-midx.c: add '--show-objects'
Taylor Blau
1
-4
/
+20
2021-03-30
builtin/multi-pack-index.c: display usage on unrecognized command
Taylor Blau
1
-4
/
+7
2021-03-30
builtin/multi-pack-index.c: don't enter bogus cmd_mode
Taylor Blau
1
-2
/
+8
2021-03-30
builtin/multi-pack-index.c: split sub-commands
Taylor Blau
1
-25
/
+105
2021-03-30
builtin/multi-pack-index.c: define common usage with a macro
Taylor Blau
1
-1
/
+16
2021-03-30
builtin/multi-pack-index.c: don't handle 'progress' separately
Taylor Blau
1
-5
/
+3
2021-03-30
builtin/multi-pack-index.c: inline 'flags' with options
Taylor Blau
1
-7
/
+6
2021-03-29
column, range-diff: downcase option description
Chinmoy Chakraborty
2
-5
/
+5
2021-03-29
cmake(install): include vcpkg dlls
Dennis Ameling
2
-0
/
+9
2021-03-29
cmake: add a preparatory work-around to accommodate `vcpkg`
Johannes Schindelin
1
-5
/
+9
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
4
-51
/
+39
2021-03-28
fetch-pack: use file-scope static struct for fsck_options
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-03-28
fetch-pack: don't needlessly copy fsck_options
Ævar Arnfjörð Bjarmason
1
-7
/
+3
2021-03-28
fsck.c: move gitmodules_{found,done} into fsck_options
Ævar Arnfjörð Bjarmason
3
-15
/
+19
2021-03-28
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
3
-11
/
+22
2021-03-28
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
5
-6
/
+14
2021-03-28
fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
Ævar Arnfjörð Bjarmason
2
-66
/
+66
2021-03-28
fsck.c: give "FOREACH_MSG_ID" a more specific name
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-03-28
fsck.c: undefine temporary STR macro after use
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-03-28
fsck.c: call parse_msg_type() early in fsck_set_msg_type()
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-03-28
fsck.h: re-order and re-assign "enum fsck_msg_type"
Ævar Arnfjörð Bjarmason
1
-4
/
+6
2021-03-28
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
5
-20
/
+25
2021-03-28
fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"
Ævar Arnfjörð Bjarmason
1
-7
/
+5
2021-03-28
fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-03-28
fsck.c: remove (mostly) redundant append_msg_id() function
Ævar Arnfjörð Bjarmason
1
-19
/
+2
[prev]
[next]