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-12-09
stash: do not attempt to remove startup_info->original_cwd
Elijah Newren
2
-2
/
+4
2021-12-09
rebase: do not attempt to remove startup_info->original_cwd
Elijah Newren
2
-2
/
+4
2021-12-09
clean: do not attempt to remove startup_info->original_cwd
Elijah Newren
2
-11
/
+38
2021-12-09
symlinks: do not include startup_info->original_cwd in dir removal
Elijah Newren
2
-6
/
+12
2021-12-09
unpack-trees: add special cwd handling
Elijah Newren
2
-3
/
+12
2021-12-09
unpack-trees: refuse to remove startup_info->original_cwd
Elijah Newren
3
-17
/
+21
2021-12-09
setup: introduce startup_info->original_cwd
Elijah Newren
3
-0
/
+71
2021-12-09
t2501: add various tests for removing the current working directory
Elijah Newren
1
-0
/
+342
2021-12-09
diff --color-moved: intern strings
Phillip Wood
1
-78
/
+96
2021-12-09
diff: use designated initializers for emitted_diff_symbol
Phillip Wood
1
-1
/
+3
2021-12-09
diff --color-moved-ws=allow-indentation-change: improve hash lookups
Phillip Wood
2
-57
/
+30
2021-12-09
diff --color-moved: stop clearing potential moved blocks
Phillip Wood
1
-11
/
+0
2021-12-09
diff --color-moved: shrink potential moved blocks as we go
Phillip Wood
1
-36
/
+8
2021-12-09
diff --color-moved: unify moved block growth functions
Phillip Wood
1
-29
/
+12
2021-12-09
diff --color-moved: call comparison function directly
Phillip Wood
1
-4
/
+7
2021-12-09
diff --color-moved-ws=allow-indentation-change: simplify and optimize
Phillip Wood
1
-50
/
+20
2021-12-09
diff: simplify allow-indentation-change delta calculation
Phillip Wood
1
-11
/
+2
2021-12-09
diff --color-moved: avoid false short line matches and bad zebra coloring
Phillip Wood
2
-6
/
+76
2021-12-09
diff --color-moved=zebra: fix alternate coloring
Phillip Wood
2
-2
/
+74
2021-12-09
diff --color-moved: rewind when discarding pmb
Phillip Wood
2
-5
/
+69
2021-12-09
diff --color-moved: factor out function
Phillip Wood
1
-17
/
+34
2021-12-09
diff --color-moved: clear all flags on blocks that are too short
Phillip Wood
1
-3
/
+3
2021-12-09
diff --color-moved: add perf tests
Phillip Wood
1
-0
/
+57
2021-12-08
flex-array: simplify compiler-specific workaround
Junio C Hamano
1
-2
/
+11
2021-12-08
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
6
-1
/
+21
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
8
-14
/
+162
2021-12-08
config.mak.dev: specify -std=gnu99 for gcc/clang
Jeff King
1
-0
/
+5
2021-12-08
Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99
Junio C Hamano
3
-2
/
+15
2021-12-07
pull, fetch: fix segfault in --set-upstream option
Ævar Arnfjörð Bjarmason
2
-0
/
+32
2021-12-07
cbtree: remove broken and unused cb_unlink
Eric Wong
2
-33
/
+0
2021-12-07
config API: use get_error_routine(), not vreportf()
Ævar Arnfjörð Bjarmason
3
-3
/
+3
2021-12-07
usage.c + gc: add and use a die_message_errno()
Ævar Arnfjörð Bjarmason
3
-6
/
+20
2021-12-07
gc: return from cmd_gc(), don't call exit()
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-12-07
usage.c API users: use die_message() for error() + exit 128
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2021-12-07
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
4
-18
/
+15
2021-12-07
usage.c: add a die_message() routine
Ævar Arnfjörð Bjarmason
2
-3
/
+27
2021-12-07
t1430: create valid symrefs using test-helper
Han-Wen Nienhuys
1
-8
/
+6
2021-12-07
t1430: remove refs using test-tool
Han-Wen Nienhuys
1
-12
/
+12
2021-12-07
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
Han-Wen Nienhuys
4
-32
/
+45
2021-12-07
refs: introduce REF_SKIP_OID_VERIFICATION flag
Han-Wen Nienhuys
5
-27
/
+43
2021-12-07
refs: update comment.
Han-Wen Nienhuys
1
-2
/
+1
2021-12-07
test-ref-store: plug memory leak in cmd_delete_refs
Han-Wen Nienhuys
1
-1
/
+4
2021-12-07
test-ref-store: parse symbolic flag constants
Han-Wen Nienhuys
2
-9
/
+60
2021-12-07
test-ref-store: remove force-create argument for create-reflog
Han-Wen Nienhuys
3
-5
/
+4
2021-12-07
object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-12-07
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
Ævar Arnfjörð Bjarmason
2
-4
/
+2
2021-12-07
strbuf.h: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-12-07
pack-objects: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-12-07
common-main.c: call exit(), don't return
Ævar Arnfjörð Bjarmason
2
-5
/
+9
2021-12-06
blame: enable and test the sparse index
Lessley Dennington
3
-11
/
+43
[prev]
[next]