]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2021-12-09  Phillip Wooddiff --color-moved: rewind when discarding pmb
2021-12-09  Phillip Wooddiff --color-moved: factor out function
2021-12-09  Phillip Wooddiff --color-moved: clear all flags on blocks that...
2021-12-09  Phillip Wooddiff --color-moved: add perf tests
2021-12-09  Junio C Hamanoflex-array: simplify compiler-specific workaround
2021-12-08  Neeraj Singhtmp-objdir: disable ref updates when replacing the...
2021-12-08  Neeraj Singhtmp-objdir: new API for creating temporary writable...
2021-12-08  Jeff Kingconfig.mak.dev: specify -std=gnu99 for gcc/clang
2021-12-08  Junio C HamanoMerge branch 'bc/require-c99' into jk/limit-developers...
2021-12-07  Ævar Arnfjörð... pull, fetch: fix segfault in --set-upstream option
2021-12-07  Eric Wongcbtree: remove broken and unused cb_unlink
2021-12-07  Ævar Arnfjörð... config API: use get_error_routine(), not vreportf()
2021-12-07  Ævar Arnfjörð... usage.c + gc: add and use a die_message_errno()
2021-12-07  Ævar Arnfjörð... gc: return from cmd_gc(), don't call exit()
2021-12-07  Ævar Arnfjörð... usage.c API users: use die_message() for error() +...
2021-12-07  Ævar Arnfjörð... usage.c API users: use die_message() for "fatal :"...
2021-12-07  Ævar Arnfjörð... usage.c: add a die_message() routine
2021-12-07  Han-Wen Nienhuyst1430: create valid symrefs using test-helper
2021-12-07  Han-Wen Nienhuyst1430: remove refs using test-tool
2021-12-07  Han-Wen Nienhuysrefs: introduce REF_SKIP_REFNAME_VERIFICATION flag
2021-12-07  Han-Wen Nienhuysrefs: introduce REF_SKIP_OID_VERIFICATION flag
2021-12-07  Han-Wen Nienhuysrefs: update comment.
2021-12-07  Han-Wen Nienhuystest-ref-store: plug memory leak in cmd_delete_refs
2021-12-07  Han-Wen Nienhuystest-ref-store: parse symbolic flag constants
2021-12-07  Han-Wen Nienhuystest-ref-store: remove force-create argument for create...
2021-12-07  Junio C HamanoMerge branch 'hn/create-reflog-simplify' into hn/reftab...
2021-12-07  Junio C HamanoMerge branch 'hn/reftable' into hn/reftable-coverity...
2021-12-07  Ævar Arnfjörð... object.c: use BUG(...) no die("BUG: ...") in lookup_obj...
2021-12-07  Ævar Arnfjörð... pathspec: use BUG(...) not die("BUG:%s:%d....", <file...
2021-12-07  Ævar Arnfjörð... strbuf.h: use BUG(...) not die("BUG: ...")
2021-12-07  Ævar Arnfjörð... pack-objects: use BUG(...) not die("BUG: ...")
2021-12-07  Ævar Arnfjörð... common-main.c: call exit(), don't return
2021-12-06  Lessley Denningtonblame: enable and test the sparse index
2021-12-06  Lessley Denningtondiff: enable and test the sparse index
2021-12-06  Lessley Denningtondiff: replace --staged with --cached in t1092 tests
2021-12-06  Lessley Denningtonrepo-settings: prepare_repo_settings only in git repos
2021-12-06  Lessley Denningtontest-read-cache: set up repo after git directory
2021-12-06  Lessley Denningtoncommit-graph: return if there is no git directory
2021-12-06  Lessley Denningtongit: ensure correct git directory setup with -h
2021-12-06  Derrick Stoleeunpack-trees: use traverse_path instead of name
2021-12-06  Derrick Stoleet1092: add deeper changes during a checkout
2021-12-05  Junio C Hamanogrep: clarify what `grep.patternType=default` means
2021-12-05  Johannes Schindelintests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only...
2021-12-05  Elijah Newrensequencer: do not export GIT_DIR and GIT_WORK_TREE...
2021-12-05  Elijah Newrenname-rev: prefer shorter names over following merges
2021-12-05  Jeff Kingxdiff: drop unused flags parameter from recs_match
2021-12-05  Jeff Kingxdiff: drop xpparam_t parameter from histogram cmp_recs()
2021-12-05  Jeff Kingxdiff: drop CMP_ENV macro from xhistogram
2021-12-05  Eric Sunshinegit-worktree.txt: add missing `-v` to synopsis for...
2021-12-05  Eric Sunshineworktree: send "chatty" messages to stderr
2021-12-05  Taylor Blaupackfile: make `close_pack_revindex()` static
2021-12-05  Johannes Schindelinscalar: implement the `version` command
2021-12-05  Matthew John... scalar: implement the `delete` command
2021-12-05  Johannes Schindelinscalar: teach 'reconfigure' to optionally handle all...
2021-12-05  Johannes Schindelinscalar: allow reconfiguring an existing enlistment
2021-12-05  Derrick Stoleescalar: implement the `run` command
2021-12-05  Johannes Schindelinscalar: teach 'clone' to support the --single-branch...
2021-12-05  Johannes Schindelinscalar: implement the `clone` subcommand
2021-12-05  Derrick Stoleescalar: implement 'scalar list'
2021-12-05  Johannes Schindelinscalar: let 'unregister' handle a deleted enlistment...
2021-12-05  Derrick Stoleescalar: 'unregister' stops background maintenance
2021-12-05  Derrick Stoleescalar: 'register' sets recommended config and starts...
2021-12-05  Johannes Schindelinscalar: create test infrastructure
2021-12-05  Johannes Schindelinscalar: start documenting the command
2021-12-05  Johannes Schindelinscalar: create a rudimentary executable
2021-12-05  Johannes Schindelinscalar: add a README with a roadmap
2021-12-05  Eric SunshineCodingGuidelines: document which output goes to stdout...
2021-12-03  Junio C Hamanorevision: use C99 declaration of variable in for()...
2021-12-02  Han-Wen Nienhuysrefs/debug: trim trailing LF from reflog message
2021-12-02  Han-Wen Nienhuystest-ref-store: tweaks to for-each-reflog-ent format
2021-12-02  Han-Wen Nienhuyst1405: check for_each_reflog_ent_reverse() more thoroughly
2021-12-02  Han-Wen Nienhuystest-ref-store: don't add newline to reflog message
2021-12-02  Han-Wen Nienhuysshow-branch: show reflog message
2021-12-02  Jeff Kinglog: load decorations with --simplify-by-decoration
2021-12-02  Jeff Kinglog: handle --decorate-refs with userformat "%d"
2021-12-02  Anders Kaseorgbranch: protect branches checked out in all worktrees
2021-12-02  Anders Kaseorgreceive-pack: protect current branch for bare repositor...
2021-12-02  Anders Kaseorgreceive-pack: clean dead code from update_worktree()
2021-12-02  Anders Kaseorgfetch: protect branches checked out in all worktrees
2021-12-02  Anders Kaseorgworktree: simplify find_shared_symref() memory ownershi...
2021-12-02  Anders Kaseorgbranch: lowercase error messages
2021-12-02  Anders Kaseorgreceive-pack: lowercase error messages
2021-12-02  Anders Kaseorgfetch: lowercase error messages
2021-12-01  Fabian Stelzertest-lib: make BAIL_OUT() work in tests and prereq
2021-12-01  brian m. carlsongit-compat-util: add a test balloon for C99 support
2021-12-01  Philip Oakleyobject-file.c: LLP64 compatibility, upcast unity for...
2021-12-01  Philip Oakleydiffcore-delta.c: LLP64 compatibility, upcast unity...
2021-12-01  Philip Oakleyrepack.c: LLP64 compatibility, upcast unity for left...
2021-12-01  Elijah Newrenupdate documentation for new zdiff3 conflictStyle
2021-12-01  Phillip Woodxdiff: implement a zealous diff3, or "zdiff3"
2021-12-01  Johannes Schindelinadd -i: default to the built-in implementation
2021-12-01  Johannes Schindelint2016: require the PERL prereq only when necessary
2021-11-30  Elijah Newrensequencer: avoid adding exec commands for non-commit...
2021-11-29  Junio C HamanoThe first batch to start the current cycle
2021-11-29  Junio C HamanoMerge branch 'mc/clean-smudge-with-llp64'
2021-11-29  Junio C HamanoMerge branch 'ab/sh-retire-helper-functions'
2021-11-29  Junio C HamanoMerge branch 'tb/plug-pack-bitmap-leaks'
2021-11-29  Junio C HamanoMerge branch 'tp/send-email-completion'
2021-11-29  Junio C HamanoMerge branch 'jc/unsetenv-returns-an-int'
2021-11-29  Junio C HamanoMerge branch 'jc/fix-ref-sorting-parse'
next