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: don't hard die on invalid object types
Ævar Arnfjörð Bjarmason
4
-30
/
+49
2021-10-01
object-file.c: stop dying in parse_loose_header()
Ævar Arnfjörð Bjarmason
3
-37
/
+44
2021-10-01
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
4
-5
/
+13
2021-10-01
object-file.c: use "enum" return type for unpack_loose_header()
Ævar Arnfjörð Bjarmason
3
-27
/
+49
2021-10-01
object-file.c: simplify unpack_loose_short_header()
Ævar Arnfjörð Bjarmason
3
-40
/
+38
2021-10-01
object-file.c: make parse_loose_header_extended() public
Ævar Arnfjörð Bjarmason
3
-15
/
+14
2021-10-01
object-file.c: return -1, not "status" from unpack_loose_header()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-01
object-file.c: don't set "typep" when returning non-zero
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-10-01
cat-file tests: test for current --allow-unknown-type behavior
Ævar Arnfjörð Bjarmason
1
-0
/
+61
2021-10-01
cat-file tests: add corrupt loose object test
Ævar Arnfjörð Bjarmason
1
-0
/
+52
2021-10-01
cat-file tests: test for missing/bogus object with -t, -s and -p
Ævar Arnfjörð Bjarmason
2
-0
/
+77
2021-10-01
cat-file tests: move bogus_* variable declarations earlier
Ævar Arnfjörð Bjarmason
1
-16
/
+19
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
[prev]
[next]