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-10-03
Merge branch 'bs/ls-files-opt-help-text-update'
Junio C Hamano
-2
/
+2
2021-10-03
Merge branch 'da/difftool-dir-diff-symlink-fix'
Junio C Hamano
-2
/
+67
2021-10-03
Merge branch 'hn/refs-errno-cleanup'
Junio C Hamano
-151
/
+146
2021-10-03
Merge branch 'ab/refs-files-cleanup'
Junio C Hamano
-123
/
+64
2021-10-03
Merge branch 'cb/cvsserver'
Junio C Hamano
-17
/
+24
2021-10-03
Merge branch 'jx/ci-l10n'
Junio C Hamano
-0
/
+105
2021-10-03
Merge branch 'jk/clone-unborn-head-in-bare'
Junio C Hamano
-16
/
+30
2021-10-03
Merge branch 'en/stash-df-fix'
Junio C Hamano
-3
/
+75
2021-10-01
builtin/repack.c: pass `--refs-snapshot` when writing bitmaps
Taylor Blau
-0
/
+124
2021-10-01
bisect--helper: add space between colon and following sentence
Bagas Sanjaya
-1
/
+1
2021-10-01
blame: describe default output format
Bagas Sanjaya
-0
/
+13
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
-26
/
+38
2021-10-01
fsck: don't hard die on invalid object types
Ævar Arnfjörð Bjarmason
-30
/
+49
2021-10-01
object-file.c: stop dying in parse_loose_header()
Ævar Arnfjörð Bjarmason
-37
/
+44
2021-10-01
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
-5
/
+13
2021-10-01
object-file.c: use "enum" return type for unpack_loose_header()
Ævar Arnfjörð Bjarmason
-27
/
+49
2021-10-01
object-file.c: simplify unpack_loose_short_header()
Ævar Arnfjörð Bjarmason
-40
/
+38
2021-10-01
object-file.c: make parse_loose_header_extended() public
Ævar Arnfjörð Bjarmason
-15
/
+14
2021-10-01
object-file.c: return -1, not "status" from unpack_loose_header()
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-10-01
object-file.c: don't set "typep" when returning non-zero
Ævar Arnfjörð Bjarmason
-2
/
+0
2021-10-01
cat-file tests: test for current --allow-unknown-type behavior
Ævar Arnfjörð Bjarmason
-0
/
+61
2021-10-01
cat-file tests: add corrupt loose object test
Ævar Arnfjörð Bjarmason
-0
/
+52
2021-10-01
cat-file tests: test for missing/bogus object with -t, -s and -p
Ævar Arnfjörð Bjarmason
-0
/
+77
2021-10-01
cat-file tests: move bogus_* variable declarations earlier
Ævar Arnfjörð Bjarmason
-16
/
+19
2021-10-01
fsck tests: test for garbage appended to a loose object
Ævar Arnfjörð Bjarmason
-0
/
+20
2021-10-01
fsck tests: test current hash/type mismatch behavior
Ævar Arnfjörð Bjarmason
-0
/
+24
2021-10-01
fsck tests: refactor one test to use a sub-repo
Ævar Arnfjörð Bjarmason
-17
/
+18
2021-10-01
fsck tests: add test for fsck-ing an unknown type
Ævar Arnfjörð Bjarmason
-0
/
+16
2021-10-01
config.h: remove unused git_config_get_untracked_cache() declaration
Ævar Arnfjörð Bjarmason
-1
/
+0
2021-10-01
log-tree.h: remove unused function declarations
Ævar Arnfjörð Bjarmason
-2
/
+0
2021-10-01
grep.h: remove unused grep_threads_ok() declaration
Ævar Arnfjörð Bjarmason
-1
/
+0
2021-10-01
builtin.h: remove cmd_tar_tree() declaration
Ævar Arnfjörð Bjarmason
-1
/
+0
2021-10-01
builtin/remote.c: add and use SHOW_INFO_INIT
Ævar Arnfjörð Bjarmason
-45
/
+45
2021-10-01
builtin/remote.c: add and use a REF_STATES_INIT
Ævar Arnfjörð Bjarmason
-12
/
+11
2021-10-01
urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
Ævar Arnfjörð Bjarmason
-3
/
+7
2021-10-01
mergesort: use ranks stack
René Scharfe
-55
/
+66
2021-10-01
p0071: test performance of llist_mergesort()
René Scharfe
-0
/
+11
2021-10-01
p0071: measure sorting of already sorted and reversed files
René Scharfe
-7
/
+22
2021-10-01
test-mergesort: add unriffle_skewed mode
René Scharfe
-0
/
+28
2021-10-01
test-mergesort: add unriffle mode
René Scharfe
-0
/
+29
2021-10-01
test-mergesort: add generate subcommand
René Scharfe
-1
/
+59
2021-10-01
test-mergesort: add test subcommand
René Scharfe
-1
/
+242
2021-10-01
test-mergesort: add sort subcommand
René Scharfe
-1
/
+8
2021-10-01
test-mergesort: use strbuf_getline()
René Scharfe
-4
/
+2
2021-09-30
difftool: add a missing space to the run_dir_diff() comments
David Aguilar
-1
/
+1
2021-09-30
difftool: remove an unnecessary call to strbuf_release()
David Aguilar
-2
/
+0
2021-09-30
difftool: refactor dir-diff to write files using helper functions
David Aguilar
-22
/
+28
2021-09-30
difftool: create a tmpdir path without repeated slashes
David Aguilar
-26
/
+31
2021-09-29
grep: refactor next_match() and match_one_pattern() for external use
Hamza Mahfooz
-30
/
+58
2021-09-29
grep: demonstrate bug with textconv attributes and submodules
Matheus Tavares
-3
/
+106
[prev]
[next]