]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2021-10-04  Taylor Blaut/perf/aggregate.perl: tolerate leading spaces
2021-10-04  Johannes AltmanningerDocumentation/git-status: mention how to detect copies
2021-10-04  Johannes AltmanningerDocumentation/git-status: document porcelain status...
2021-10-04  Johannes AltmanningerDocumentation/diff-format: state in which cases porcela...
2021-10-04  Johannes AltmanningerDocumentation/git-status: remove impossible porcelain...
2021-10-04  René Scharfep3400: stop using tac(1)
2021-10-04  Junio C HamanoThe tenth batch
2021-10-04  Junio C HamanoMerge branch 'ah/connect-parse-feature-v0-fix'
2021-10-04  Junio C HamanoMerge branch 'ab/make-compdb-fix'
2021-10-04  Junio C HamanoMerge branch 'bs/difftool-msg-tweak'
2021-10-04  Junio C HamanoMerge branch 'rs/close-pack-leakfix'
2021-10-04  Junio C HamanoMerge branch 'ab/bundle-remove-verbose-option'
2021-10-04  Junio C HamanoMerge branch 'ab/auto-depend-with-pedantic'
2021-10-04  Junio C HamanoMerge branch 'ab/make-clean-depend-dirs'
2021-10-04  Junio C HamanoMerge branch 'ds/perf-test-built-path-fix'
2021-10-04  Junio C HamanoMerge branch 'jk/http-redact-fix'
2021-10-04  Junio C HamanoMerge branch 'bs/ls-files-opt-help-text-update'
2021-10-04  Junio C HamanoMerge branch 'da/difftool-dir-diff-symlink-fix'
2021-10-04  Junio C HamanoMerge branch 'hn/refs-errno-cleanup'
2021-10-04  Junio C HamanoMerge branch 'ab/refs-files-cleanup'
2021-10-04  Junio C HamanoMerge branch 'cb/cvsserver'
2021-10-04  Junio C HamanoMerge branch 'jx/ci-l10n'
2021-10-04  Junio C HamanoMerge branch 'jk/clone-unborn-head-in-bare'
2021-10-04  Junio C HamanoMerge branch 'en/stash-df-fix'
2021-10-01  Taylor Blaubuiltin/repack.c: pass `--refs-snapshot` when writing...
2021-10-01  Bagas Sanjayabisect--helper: add space between colon and following...
2021-10-01  Bagas Sanjayablame: describe default output format
2021-10-01  Ævar Arnfjörð... fsck: report invalid object type-path combinations
2021-10-01  Ævar Arnfjörð... fsck: don't hard die on invalid object types
2021-10-01  Ævar Arnfjörð... object-file.c: stop dying in parse_loose_header()
2021-10-01  Ævar Arnfjörð... object-file.c: return ULHR_TOO_LONG on "header too...
2021-10-01  Ævar Arnfjörð... object-file.c: use "enum" return type for unpack_loose_...
2021-10-01  Ævar Arnfjörð... object-file.c: simplify unpack_loose_short_header()
2021-10-01  Ævar Arnfjörð... object-file.c: make parse_loose_header_extended() public
2021-10-01  Ævar Arnfjörð... object-file.c: return -1, not "status" from unpack_loos...
2021-10-01  Ævar Arnfjörð... object-file.c: don't set "typep" when returning non...
2021-10-01  Ævar Arnfjörð... cat-file tests: test for current --allow-unknown-type...
2021-10-01  Ævar Arnfjörð... cat-file tests: add corrupt loose object test
2021-10-01  Ævar Arnfjörð... cat-file tests: test for missing/bogus object with...
2021-10-01  Ævar Arnfjörð... cat-file tests: move bogus_* variable declarations...
2021-10-01  Ævar Arnfjörð... fsck tests: test for garbage appended to a loose object
2021-10-01  Ævar Arnfjörð... fsck tests: test current hash/type mismatch behavior
2021-10-01  Ævar Arnfjörð... fsck tests: refactor one test to use a sub-repo
2021-10-01  Ævar Arnfjörð... fsck tests: add test for fsck-ing an unknown type
2021-10-01  Ævar Arnfjörð... config.h: remove unused git_config_get_untracked_cache...
2021-10-01  Ævar Arnfjörð... log-tree.h: remove unused function declarations
2021-10-01  Ævar Arnfjörð... grep.h: remove unused grep_threads_ok() declaration
2021-10-01  Ævar Arnfjörð... builtin.h: remove cmd_tar_tree() declaration
2021-10-01  Ævar Arnfjörð... builtin/remote.c: add and use SHOW_INFO_INIT
2021-10-01  Ævar Arnfjörð... builtin/remote.c: add and use a REF_STATES_INIT
2021-10-01  Ævar Arnfjörð... urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
2021-10-01  René Scharfemergesort: use ranks stack
2021-10-01  René Scharfep0071: test performance of llist_mergesort()
2021-10-01  René Scharfep0071: measure sorting of already sorted and reversed...
2021-10-01  René Scharfetest-mergesort: add unriffle_skewed mode
2021-10-01  René Scharfetest-mergesort: add unriffle mode
2021-10-01  René Scharfetest-mergesort: add generate subcommand
2021-10-01  René Scharfetest-mergesort: add test subcommand
2021-10-01  René Scharfetest-mergesort: add sort subcommand
2021-10-01  René Scharfetest-mergesort: use strbuf_getline()
2021-10-01  David Aguilardifftool: add a missing space to the run_dir_diff(...
2021-10-01  David Aguilardifftool: remove an unnecessary call to strbuf_release()
2021-10-01  David Aguilardifftool: refactor dir-diff to write files using helper...
2021-10-01  David Aguilardifftool: create a tmpdir path without repeated slashes
2021-09-29  Hamza Mahfoozgrep: refactor next_match() and match_one_pattern(...
2021-09-29  Matheus Tavaresgrep: demonstrate bug with textconv attributes and...
2021-09-29  Taylor Blaubuiltin/repack.c: make largest pack preferred
2021-09-29  Taylor Blaubuiltin/repack.c: support writing a MIDX while repacking
2021-09-29  Taylor Blaubuiltin/repack.c: extract showing progress to a variable
2021-09-29  Taylor Blaubuiltin/repack.c: rename variables that deal with non...
2021-09-29  Taylor Blaubuiltin/repack.c: keep track of existing packs uncondit...
2021-09-29  Taylor Blaumidx: preliminary support for `--refs-snapshot`
2021-09-29  Taylor Blaubuiltin/multi-pack-index.c: support `--stdin-packs...
2021-09-29  Taylor Blaumidx: expose `write_midx_file_only()` publicly
2021-09-29  Carlo Marcelo... Makefile: restrict -Wpedantic and -Wno-pedantic-ms...
2021-09-28  Ævar Arnfjörð... parse-options.h: move PARSE_OPT_SHELL_EVAL between...
2021-09-28  Orgad Shanehdoc: fix capitalization in "git status --porcelain...
2021-09-28  Junio C HamanoMerge branch 'jk/ref-paranoia' into jt/no-abuse-alterna...
2021-09-28  Ævar Arnfjörð... refs/ref-cache.[ch]: remove "incomplete" from create_di...
2021-09-28  Ævar Arnfjörð... refs/ref-cache.c: remove "mkdir" parameter from find_co...
2021-09-28  Ævar Arnfjörð... refs/ref-cache.[ch]: remove unused add_ref_entry()
2021-09-28  Ævar Arnfjörð... refs/ref-cache.[ch]: remove unused remove_entry_from_dir()
2021-09-28  Ævar Arnfjörð... refs.[ch]: remove unused ref_storage_backend_exists()
2021-09-28  Ævar Arnfjörð... config.c: remove unused git_config_key_is_valid()
2021-09-28  Ævar Arnfjörð... string-list.[ch]: remove string_list_init() compatibili...
2021-09-28  Junio C HamanoThe ninth batch
2021-09-28  Junio C HamanoMerge branch 'en/typofixes'
2021-09-28  Junio C HamanoMerge branch 'cb/unicode-14'
2021-09-28  Junio C HamanoMerge branch 'jk/reduce-malloc-in-v2-servers'
2021-09-28  Derrick Stoleeadvice: update message to suggest '--sparse'
2021-09-28  Derrick Stoleemv: refuse to move sparse paths
2021-09-28  Derrick Stoleerm: skip sparse paths with missing SKIP_WORKTREE
2021-09-28  Derrick Stoleerm: add --sparse option
2021-09-28  Derrick Stoleeadd: update --renormalize to skip sparse paths
2021-09-28  Derrick Stoleeadd: update --chmod to skip sparse paths
2021-09-28  Derrick Stoleeadd: implement the --sparse option
2021-09-28  Derrick Stoleeadd: skip tracked paths outside sparse-checkout cone
2021-09-28  Derrick Stoleeadd: fail when adding an untracked sparse file
2021-09-28  Derrick Stoleedir: fix pattern matching on dirs
2021-09-28  Derrick Stoleedir: select directories correctly
next