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-10-01
fsck tests: test for garbage appended to a loose object
Ævar Arnfjörð Bjarmason
1
-0
/
+20
2021-10-01
fsck tests: test current hash/type mismatch behavior
Ævar Arnfjörð Bjarmason
1
-0
/
+24
2021-10-01
fsck tests: refactor one test to use a sub-repo
Ævar Arnfjörð Bjarmason
1
-17
/
+18
2021-10-01
fsck tests: add test for fsck-ing an unknown type
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2021-10-01
config.h: remove unused git_config_get_untracked_cache() declaration
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-10-01
log-tree.h: remove unused function declarations
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-10-01
grep.h: remove unused grep_threads_ok() declaration
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-10-01
builtin.h: remove cmd_tar_tree() declaration
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-10-01
builtin/remote.c: add and use SHOW_INFO_INIT
Ævar Arnfjörð Bjarmason
1
-45
/
+45
2021-10-01
builtin/remote.c: add and use a REF_STATES_INIT
Ævar Arnfjörð Bjarmason
1
-12
/
+11
2021-10-01
urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
Ævar Arnfjörð Bjarmason
4
-3
/
+7
2021-10-01
mergesort: use ranks stack
René Scharfe
1
-55
/
+66
2021-10-01
p0071: test performance of llist_mergesort()
René Scharfe
1
-0
/
+11
2021-10-01
p0071: measure sorting of already sorted and reversed files
René Scharfe
1
-7
/
+22
2021-10-01
test-mergesort: add unriffle_skewed mode
René Scharfe
1
-0
/
+28
2021-10-01
test-mergesort: add unriffle mode
René Scharfe
1
-0
/
+29
2021-10-01
test-mergesort: add generate subcommand
René Scharfe
1
-1
/
+59
2021-10-01
test-mergesort: add test subcommand
René Scharfe
2
-1
/
+242
2021-10-01
test-mergesort: add sort subcommand
René Scharfe
1
-1
/
+8
2021-10-01
test-mergesort: use strbuf_getline()
René Scharfe
1
-4
/
+2
2021-09-30
difftool: add a missing space to the run_dir_diff() comments
David Aguilar
1
-1
/
+1
2021-09-30
difftool: remove an unnecessary call to strbuf_release()
David Aguilar
1
-2
/
+0
2021-09-30
difftool: refactor dir-diff to write files using helper functions
David Aguilar
1
-22
/
+28
2021-09-30
difftool: create a tmpdir path without repeated slashes
David Aguilar
2
-26
/
+31
2021-09-29
grep: refactor next_match() and match_one_pattern() for external use
Hamza Mahfooz
2
-30
/
+58
2021-09-29
grep: demonstrate bug with textconv attributes and submodules
Matheus Tavares
2
-3
/
+106
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
6
-3
/
+78
2021-09-28
builtin/repack.c: support writing a MIDX while repacking
Taylor Blau
5
-24
/
+234
2021-09-28
builtin/repack.c: extract showing progress to a variable
Taylor Blau
1
-1
/
+2
2021-09-28
builtin/repack.c: rename variables that deal with non-kept packs
Taylor Blau
1
-11
/
+11
2021-09-28
builtin/repack.c: keep track of existing packs unconditionally
Taylor Blau
1
-25
/
+31
2021-09-28
midx: preliminary support for `--refs-snapshot`
Taylor Blau
6
-13
/
+164
2021-09-28
builtin/multi-pack-index.c: support `--stdin-packs` mode
Taylor Blau
3
-0
/
+46
2021-09-28
midx: expose `write_midx_file_only()` publicly
Taylor Blau
2
-8
/
+58
2021-09-28
Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better
Carlo Marcelo Arenas Belón
2
-2
/
+11
2021-09-28
parse-options.h: move PARSE_OPT_SHELL_EVAL between enums
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-28
doc: fix capitalization in "git status --porcelain=v2" description
Orgad Shaneh
1
-1
/
+1
2021-09-28
Merge branch 'jk/ref-paranoia' into jt/no-abuse-alternate-odb-for-submodules
Junio C Hamano
92
-472
/
+964
2021-09-28
refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()
Ævar Arnfjörð Bjarmason
3
-9
/
+7
2021-09-28
refs/ref-cache.c: remove "mkdir" parameter from find_containing_dir()
Ævar Arnfjörð Bjarmason
1
-24
/
+12
2021-09-28
refs/ref-cache.[ch]: remove unused add_ref_entry()
Ævar Arnfjörð Bjarmason
2
-16
/
+0
2021-09-28
refs/ref-cache.[ch]: remove unused remove_entry_from_dir()
Ævar Arnfjörð Bjarmason
2
-51
/
+0
2021-09-28
refs.[ch]: remove unused ref_storage_backend_exists()
Ævar Arnfjörð Bjarmason
2
-7
/
+0
2021-09-28
config.c: remove unused git_config_key_is_valid()
Ævar Arnfjörð Bjarmason
2
-27
/
+8
2021-09-28
string-list.[ch]: remove string_list_init() compatibility function
Ævar Arnfjörð Bjarmason
3
-15
/
+2
2021-09-28
The ninth batch
Junio C Hamano
1
-0
/
+5
2021-09-28
Merge branch 'en/typofixes'
Junio C Hamano
2
-2
/
+2
2021-09-28
Merge branch 'cb/unicode-14'
Junio C Hamano
1
-15
/
+29
2021-09-28
Merge branch 'jk/reduce-malloc-in-v2-servers'
Junio C Hamano
4
-59
/
+164
2021-09-28
advice: update message to suggest '--sparse'
Derrick Stolee
4
-14
/
+24
[prev]
[next]