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-09-28
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
5
-10
/
+34
2021-09-28
add: fail when adding an untracked sparse file
Derrick Stolee
2
-9
/
+42
2021-09-28
dir: fix pattern matching on dirs
Derrick Stolee
1
-1
/
+1
2021-09-28
dir: select directories correctly
Derrick Stolee
1
-5
/
+49
2021-09-28
t1092: behavior for adding sparse files
Derrick Stolee
1
-0
/
+28
2021-09-27
maintenance: fix test t7900-maintenance.sh
Lénaïc Huard
1
-2
/
+1
2021-09-27
builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
Ævar Arnfjörð Bjarmason
1
-17
/
+13
2021-09-27
daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
Ævar Arnfjörð Bjarmason
1
-12
/
+7
2021-09-27
Merge branch 'ab/designated-initializers' into ab/designated-initializers-more
Junio C Hamano
29
-54
/
+68
2021-09-27
cbtree.h: define cb_init() in terms of CBTREE_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-09-27
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
13
-18
/
+42
2021-09-27
*.h _INIT macros: don't specify fields equal to 0
Ævar Arnfjörð Bjarmason
7
-11
/
+7
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
13
-24
/
+21
2021-09-27
submodule-config.h: remove unused SUBMODULE_INIT macro
Ævar Arnfjörð Bjarmason
1
-4
/
+0
2021-09-27
Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-27
Documentation: call out commands that nuke untracked files/directories
Elijah Newren
3
-5
/
+8
2021-09-27
Comment important codepaths regarding nuking untracked files/dirs
Elijah Newren
4
-1
/
+7
2021-09-27
unpack-trees: avoid nuking untracked dir in way of locally deleted file
Elijah Newren
2
-1
/
+4
2021-09-27
unpack-trees: avoid nuking untracked dir in way of unmerged file
Elijah Newren
2
-5
/
+32
2021-09-27
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
9
-16
/
+39
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
9
-16
/
+8
2021-09-27
unpack-trees: make dir an internal-only struct
Elijah Newren
2
-3
/
+6
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
14
-40
/
+35
2021-09-27
read-tree, merge-recursive: overwrite ignored files by default
Elijah Newren
4
-34
/
+21
2021-09-27
checkout, read-tree: fix leak of unpack_trees_options.dir
Elijah Newren
2
-0
/
+9
2021-09-27
lazyload.h: use an even more generic function pointer than FARPROC
Carlo Marcelo Arenas Belón
2
-4
/
+6
2021-09-27
refs: drop "broken" flag from for_each_fullref_in()
Jeff King
6
-36
/
+22
2021-09-27
ref-filter: drop broken-ref code entirely
Jeff King
2
-8
/
+4
2021-09-27
ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN
Jeff King
3
-3
/
+3
2021-09-27
repack, prune: drop GIT_REF_PARANOIA settings
Jeff King
5
-13
/
+2
2021-09-27
refs: turn on GIT_REF_PARANOIA by default
Jeff King
4
-15
/
+23
2021-09-27
refs: omit dangling symrefs when using GIT_REF_PARANOIA
Jeff King
2
-4
/
+15
2021-09-27
refs: add DO_FOR_EACH_OMIT_DANGLING_SYMREFS flag
Jeff King
2
-0
/
+11
2021-09-27
refs-internal.h: reorganize DO_FOR_EACH_* flag documentation
Jeff King
2
-23
/
+33
2021-09-27
refs-internal.h: move DO_FOR_EACH_* flags next to each other
Jeff King
1
-8
/
+8
2021-09-27
t5312: be more assertive about command failure
Jeff King
1
-4
/
+7
2021-09-27
t5312: test non-destructive repack
Jeff King
1
-0
/
+5
2021-09-27
t5312: create bogus ref as necessary
Jeff King
1
-6
/
+7
2021-09-27
t5312: drop "verbose" helper
Jeff King
1
-5
/
+5
2021-09-27
t5600: provide detached HEAD for corruption failures
Jeff King
1
-1
/
+3
2021-09-27
t5516: don't use HEAD ref for invalid ref-deletion tests
Jeff King
1
-9
/
+9
2021-09-27
t7900: clean up some more broken refs
Jeff King
1
-1
/
+5
2021-09-27
http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors
Ævar Arnfjörð Bjarmason
4
-1
/
+11
2021-09-27
connect: also update offset for features without values
Andrzej Hunt
2
-0
/
+17
2021-09-27
hook-list.h: add a generated list of hooks, like config-list.h
Ævar Arnfjörð Bjarmason
5
-37
/
+43
2021-09-27
hook.c users: use "hook_exists()" instead of "find_hook()"
Ævar Arnfjörð Bjarmason
4
-4
/
+4
2021-09-27
hook.c: add a hook_exists() wrapper and use it in bugreport.c
Emily Shaffer
3
-1
/
+11
2021-09-27
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
14
-43
/
+59
2021-09-27
lazyload.h: fix warnings about mismatching function pointer types
Johannes Sixt
1
-2
/
+3
2021-09-24
t3705: test that 'sparse_entry' is unstaged
Derrick Stolee
1
-0
/
+14
[prev]
[next]