]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2022-03-08  Glen Choosubmodule: extract get_fetch_task()
2022-03-08  Glen Choosubmodule: store new submodule commits oid_array in...
2022-03-08  Glen Choosubmodule: inline submodule_commits() into caller
2022-03-08  Glen Choosubmodule: make static functions read submodules from...
2022-03-08  Glen Choot5526: create superproject commits with test helper
2022-03-08  Glen Choot5526: stop asserting on stderr literally
2022-03-08  Glen Choot5526: introduce test helper to assert on fetches
2022-03-07  Ævar Arnfjörð... rev-list simplify tests: don't ignore "git" exit code
2022-03-07  Ævar Arnfjörð... checkout tests: don't ignore "git <cmd>" exit code
2022-03-07  Ævar Arnfjörð... apply tests: don't ignore "git ls-files" exit code...
2022-03-07  Ævar Arnfjörð... gettext tests: don't ignore "test-tool regex" exit...
2022-03-07  Ævar Arnfjörð... rev-list tests: don't hide abort() in "test_expect_failure"
2022-03-07  Ævar Arnfjörð... diff tests: don't ignore "git rev-list" exit code
2022-03-07  Ævar Arnfjörð... notes tests: don't ignore "git" exit code
2022-03-07  Ævar Arnfjörð... rev-parse tests: don't ignore "git reflog" exit code
2022-03-07  Ævar Arnfjörð... merge tests: use "test_must_fail" instead of ad-hoc...
2022-03-07  Ævar Arnfjörð... apply tests: use "test_must_fail" instead of ad-hoc...
2022-03-07  Ævar Arnfjörð... diff tests: don't ignore "git diff" exit code in "read...
2022-03-07  Ævar Arnfjörð... diff tests: don't ignore "git diff" exit code
2022-03-07  Ævar Arnfjörð... read-tree tests: check "diff-files" exit code on failure
2022-03-07  Ævar Arnfjörð... tests: use "test_stdout_line_count", not "test $(git...
2022-03-07  Ævar Arnfjörð... tests: change some 'test $(git) = "x"' to test_cmp
2022-03-07  Ævar Arnfjörð... hooks: fix an obscure TOCTOU "did we just run a hook...
2022-03-07  Ævar Arnfjörð... merge: don't run post-hook logic on --no-verify
2022-03-07  Ævar Arnfjörð... string-list API: change "nr" and "alloc" to "size_t"
2022-03-07  Ævar Arnfjörð... gettext API users: don't explicitly cast ngettext(...
2022-03-07  Derrick Stoleecommit-graph: declare bankruptcy on GDAT chunks
2022-03-07  Junio C HamanoThe ninth batch
2022-03-07  Junio C HamanoMerge branch 'jt/ls-files-stage-recurse'
2022-03-07  Junio C HamanoMerge branch 'gc/stash-on-branch-with-multi-level-name'
2022-03-07  Junio C HamanoMerge branch 'ah/advice-switch-requires-detach-to-detach'
2022-03-07  Junio C HamanoMerge branch 'ab/c99-designated-initializers'
2022-03-07  Junio C HamanoMerge branch 'mc/index-pack-report-max-size'
2022-03-07  Junio C HamanoMerge branch 'ac/usage-string-fixups'
2022-03-07  Junio C HamanoMerge branch 'ab/test-leak-diag'
2022-03-07  Junio C HamanoMerge branch 'ab/hook-tests'
2022-03-07  Junio C HamanoMerge branch 'en/merge-ort-plug-leaks'
2022-03-07  Junio C HamanoMerge branch 'ds/worktree-docs'
2022-03-07  Junio C HamanoMerge branch 'jc/rerere-train-modernise'
2022-03-07  Junio C HamanoMerge branch 'rs/bisect-executable-not-found'
2022-03-07  Junio C HamanoMerge branch 'en/sparse-checkout-fixes'
2022-03-07  Junio C HamanoMerge branch 'cg/t3903-modernize'
2022-03-05  Glen Choosubmodule--helper update-clone: check for --filter...
2022-03-05  Glen Choosubmodule update: add tests for --filter
2022-03-05  Glen Choosubmodule--helper: remove ensure-core-worktree
2022-03-05  Glen Choosubmodule--helper update-clone: learn --init
2022-03-05  Atharva Raykarsubmodule--helper: allow setting superprefix for init_s...
2022-03-05  Atharva Raykarsubmodule--helper: refactor get_submodule_displaypath()
2022-03-05  Glen Choosubmodule--helper run-update-procedure: learn --remote
2022-03-05  Ævar Arnfjörð... submodule--helper: don't use bitfield indirection for...
2022-03-05  Atharva Raykarsubmodule--helper: get remote names from any repository
2022-03-05  Glen Choosubmodule--helper run-update-procedure: remove --suboid
2022-03-05  Glen Choosubmodule--helper: reorganize code for sh to C conversion
2022-03-05  Glen Choosubmodule--helper: remove update-module-mode
2022-03-05  Ævar Arnfjörð... submodule tests: test for init and update failure output
2022-03-04  Ævar Arnfjörð... repository.c: free the "path cache" in repo_clear()
2022-03-04  Ævar Arnfjörð... range-diff: plug memory leak in read_patches()
2022-03-04  Ævar Arnfjörð... range-diff: plug memory leak in common invocation
2022-03-04  Ævar Arnfjörð... lockfile API users: simplify and don't leak "path"
2022-03-04  Ævar Arnfjörð... commit-graph: stop fill_oids_from_packs() progress...
2022-03-04  Ævar Arnfjörð... commit-graph: fix memory leak in misused string_list API
2022-03-04  Ævar Arnfjörð... submodule--helper: fix trivial leak in module_add()
2022-03-04  Ævar Arnfjörð... transport: stop needlessly copying bundle header references
2022-03-04  Ævar Arnfjörð... bundle: call strvec_clear() on allocated strvec
2022-03-04  Ævar Arnfjörð... remote-curl.c: free memory in cmd_main()
2022-03-04  Ævar Arnfjörð... urlmatch.c: add and use a *_release() function
2022-03-04  Ævar Arnfjörð... diff.c: free "buf" in diff_words_flush()
2022-03-04  Ævar Arnfjörð... merge-base: free() allocated "struct commit **" list
2022-03-04  Ævar Arnfjörð... index-pack: fix memory leaks
2022-03-04  Elia Pintotest-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK...
2022-03-04  Todd Zullingert/lib-gpg: kill all gpg components, not just gpg-agent
2022-03-04  Todd Zullingert/lib-gpg: reload gpg components after updating trustlist
2022-03-04  Fabian Stelzergpg-interface/gpgsm: fix for v2.3
2022-03-04  Ævar Arnfjörð... log tests: fix "abort tests early" regression in ff37a6...
2022-03-04  Matheus Felipeconfig: correct "--type" option in "git config -h"...
2022-03-03  Taylor Blaubuiltin/remote.c: show progress when renaming remote...
2022-03-03  Taylor Blaubuiltin/remote.c: parse options in 'rename'
2022-03-03  Patrick Steinhardtt5503: simplify setup of test which exercises failure...
2022-03-03  Nihal JereDocumentation: git-read-tree: separate links using...
2022-03-03  Ævar Arnfjörð... Makefiles: add and use wildcard "mkdir -p" template
2022-03-03  Ævar Arnfjörð... Makefile: add "$(QUIET)" boilerplate to shared.mak
2022-03-03  Ævar Arnfjörð... Makefile: move $(comma), $(empty) and $(space) to share...
2022-03-03  Ævar Arnfjörð... Makefile: move ".SUFFIXES" rule to shared.mak
2022-03-03  Ævar Arnfjörð... Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
2022-03-03  Ævar Arnfjörð... Makefile: disable GNU make built-in wildcard rules
2022-03-03  Ævar Arnfjörð... Makefiles: add "shared.mak", move ".DELETE_ON_ERROR...
2022-03-03  Ævar Arnfjörð... scalar Makefile: use "The default target of..." pattern
2022-03-03  Junio C Hamanoam/apply: warn if we end up reading patches from terminal
2022-03-02  John Caistash: call reflog_delete() in reflog.c
2022-03-02  John Caireflog: libify delete reflog function and helpers
2022-03-02  John Caistash: add tests to ensure reflog --rewrite --updatref...
2022-03-02  Elijah Newrenrepo_read_index: add config to expect files outside...
2022-03-02  Elijah Newrenmerge-ort: exclude messages from inner merges by default
2022-03-02  Glen Choocheckout, clone: die if tree cannot be parsed
2022-03-02  Tao Klerkst7063: mtime-mangling instead of delays in untracked...
2022-03-02  Tao Klerkst/helper/test-chmtime: update mingw to support chmtime...
2022-03-01  Victoria Dyeread-tree: make three-way merge sparse-aware
2022-03-01  Victoria Dyeread-tree: make two-way merge sparse-aware
2022-03-01  Victoria Dyeread-tree: narrow scope of index expansion for '--prefix'
2022-03-01  Victoria Dyeread-tree: integrate with sparse index
next