index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2021-12-09
diff: use designated initializers for emitted_diff_symbol
Phillip Wood
-1
/
+3
2021-12-09
diff --color-moved-ws=allow-indentation-change: improve hash lookups
Phillip Wood
-57
/
+30
2021-12-09
diff --color-moved: stop clearing potential moved blocks
Phillip Wood
-11
/
+0
2021-12-09
diff --color-moved: shrink potential moved blocks as we go
Phillip Wood
-36
/
+8
2021-12-09
diff --color-moved: unify moved block growth functions
Phillip Wood
-29
/
+12
2021-12-09
diff --color-moved: call comparison function directly
Phillip Wood
-4
/
+7
2021-12-09
diff --color-moved-ws=allow-indentation-change: simplify and optimize
Phillip Wood
-50
/
+20
2021-12-09
diff: simplify allow-indentation-change delta calculation
Phillip Wood
-11
/
+2
2021-12-09
diff --color-moved: avoid false short line matches and bad zebra coloring
Phillip Wood
-6
/
+76
2021-12-09
diff --color-moved=zebra: fix alternate coloring
Phillip Wood
-2
/
+74
2021-12-09
diff --color-moved: rewind when discarding pmb
Phillip Wood
-5
/
+69
2021-12-09
diff --color-moved: factor out function
Phillip Wood
-17
/
+34
2021-12-09
diff --color-moved: clear all flags on blocks that are too short
Phillip Wood
-3
/
+3
2021-12-09
diff --color-moved: add perf tests
Phillip Wood
-0
/
+57
2021-12-08
flex-array: simplify compiler-specific workaround
Junio C Hamano
-2
/
+11
2021-12-08
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
-1
/
+21
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
-14
/
+162
2021-12-08
config.mak.dev: specify -std=gnu99 for gcc/clang
Jeff King
-0
/
+5
2021-12-08
Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99
Junio C Hamano
-2
/
+15
2021-12-07
pull, fetch: fix segfault in --set-upstream option
Ævar Arnfjörð Bjarmason
-0
/
+32
2021-12-07
cbtree: remove broken and unused cb_unlink
Eric Wong
-33
/
+0
2021-12-07
config API: use get_error_routine(), not vreportf()
Ævar Arnfjörð Bjarmason
-3
/
+3
2021-12-07
usage.c + gc: add and use a die_message_errno()
Ævar Arnfjörð Bjarmason
-6
/
+20
2021-12-07
gc: return from cmd_gc(), don't call exit()
Ævar Arnfjörð Bjarmason
-1
/
+2
2021-12-07
usage.c API users: use die_message() for error() + exit 128
Ævar Arnfjörð Bjarmason
-4
/
+5
2021-12-07
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
-18
/
+15
2021-12-07
usage.c: add a die_message() routine
Ævar Arnfjörð Bjarmason
-3
/
+27
2021-12-07
t1430: create valid symrefs using test-helper
Han-Wen Nienhuys
-8
/
+6
2021-12-07
t1430: remove refs using test-tool
Han-Wen Nienhuys
-12
/
+12
2021-12-07
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
Han-Wen Nienhuys
-32
/
+45
2021-12-07
refs: introduce REF_SKIP_OID_VERIFICATION flag
Han-Wen Nienhuys
-27
/
+43
2021-12-07
refs: update comment.
Han-Wen Nienhuys
-2
/
+1
2021-12-07
test-ref-store: plug memory leak in cmd_delete_refs
Han-Wen Nienhuys
-1
/
+4
2021-12-07
test-ref-store: parse symbolic flag constants
Han-Wen Nienhuys
-9
/
+60
2021-12-07
test-ref-store: remove force-create argument for create-reflog
Han-Wen Nienhuys
-5
/
+4
2021-12-07
Merge branch 'hn/create-reflog-simplify' into hn/reftable-coverity-fixes
Junio C Hamano
-21
/
+16
2021-12-07
Merge branch 'hn/reftable' into hn/reftable-coverity-fixes
Junio C Hamano
-12
/
+11125
2021-12-07
object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-12-07
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
Ævar Arnfjörð Bjarmason
-4
/
+2
2021-12-07
strbuf.h: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-12-07
pack-objects: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-12-07
common-main.c: call exit(), don't return
Ævar Arnfjörð Bjarmason
-5
/
+9
2021-12-06
blame: enable and test the sparse index
Lessley Dennington
-11
/
+43
2021-12-06
diff: enable and test the sparse index
Lessley Dennington
-0
/
+53
2021-12-06
diff: replace --staged with --cached in t1092 tests
Lessley Dennington
-7
/
+7
2021-12-06
repo-settings: prepare_repo_settings only in git repos
Lessley Dennington
-0
/
+3
2021-12-06
test-read-cache: set up repo after git directory
Lessley Dennington
-2
/
+3
2021-12-06
commit-graph: return if there is no git directory
Lessley Dennington
-1
/
+4
2021-12-06
git: ensure correct git directory setup with -h
Lessley Dennington
-18
/
+21
2021-12-06
unpack-trees: use traverse_path instead of name
Derrick Stolee
-7
/
+9
[prev]
[next]