]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2022-07-18  Junio C HamanoMerge branch 'ab/test-without-templates'
2022-07-18  Junio C HamanoMerge branch 'ab/build-gitweb'
2022-07-18  Junio C HamanoMerge branch 'ab/test-tool-leakfix'
2022-07-18  Junio C HamanoMerge branch 'ab/leakfix'
2022-07-18  Junio C HamanoMerge branch 'jc/builtin-mv-move-array'
2022-07-18  Junio C HamanoMerge branch 'fr/vimdiff-layout-fix'
2022-07-14  Junio C HamanoThe third batch
2022-07-14  Junio C HamanoMerge branch 'ab/submodule-cleanup'
2022-07-14  Junio C HamanoMerge branch 'sy/mv-out-of-cone'
2022-07-14  Junio C HamanoMerge branch 'hx/unpack-streaming'
2022-07-14  Junio C HamanoMerge branch 'en/merge-tree'
2022-07-14  Junio C HamanoMerge branch 'gg/worktree-from-the-above'
2022-07-13  Junio C HamanoThe second batch
2022-07-13  Junio C HamanoMerge branch 'ds/git-rebase-doc-markup'
2022-07-13  Junio C HamanoMerge branch 'tk/rev-parse-doc-clarify-at-u'
2022-07-13  Junio C HamanoMerge branch 'cl/grep-max-count'
2022-07-13  Junio C HamanoMerge branch 'dr/i18n-die-warn-error-usage'
2022-07-13  Junio C HamanoMerge branch 'zk/push-use-bitmaps'
2022-07-13  Junio C HamanoMerge branch 'jk/remote-show-with-negative-refspecs'
2022-07-13  Junio C HamanoMerge branch 'ro/mktree-allow-missing-fix'
2022-07-13  Junio C HamanoMerge branch 'll/ls-files-tests-update'
2022-07-13  Junio C HamanoMerge branch 'ab/test-quoting-fix'
2022-07-13  Junio C HamanoMerge branch 'ds/t5510-brokequote'
2022-07-13  Junio C HamanoMerge branch 'tb/pack-objects-remove-pahole-comment'
2022-07-13  Junio C HamanoMerge branch 'en/t6429-test-must-be-empty-fix'
2022-07-11  Junio C HamanoSync with Git 2.37.1
2022-07-11  Junio C HamanoThe first batch after Git 2.37
2022-07-11  Junio C HamanoMerge branch 'ds/vscode-settings'
2022-07-11  Junio C HamanoMerge branch 'cr/setup-bug-typo'
2022-07-11  Junio C HamanoMerge branch 'rs/archive-with-internal-gzip'
2022-07-11  Junio C HamanoMerge branch 'ds/branch-checked-out'
2022-07-11  Junio C HamanoMerge branch 'jk/optim-promisor-object-enumeration'
2022-07-11  Junio C HamanoMerge branch 'ac/bitmap-format-doc'
2022-07-11  Junio C HamanoMerge branch 'pb/diff-doc-raw-format'
2022-07-11  Junio C HamanoMerge branch 'jk/revisions-doc-markup-fix'
2022-07-11  Junio C HamanoMerge branch 'rs/combine-diff-with-incompatible-options'
2022-07-10  Junio C Hamanobuiltin/mv.c: use the MOVE_ARRAY() macro instead of...
2022-07-08  Fernando Ramosvimdiff: make layout engine more robust against user...
2022-07-06  Li Linchaols-files: update test style
2022-07-04  Junio C HamanoGit 2.37.1 v2.37.1
2022-07-04  Junio C HamanoMerge 'js/add-i-delete' into maint-2.37
2022-07-03  Junio C HamanoA regression fix for 2.37
2022-07-03  Junio C HamanoMerge branch 'js/add-i-delete'
2022-07-01  Shaoxuan Yuanmv: add check_dir_in_index() and solve general dir...
2022-07-01  Shaoxuan Yuanmv: use flags mode for update_mode
2022-07-01  Shaoxuan Yuanmv: check if <destination> exists in index to handle...
2022-07-01  Shaoxuan Yuanmv: check if out-of-cone file exists in index with...
2022-07-01  Shaoxuan Yuanmv: decouple if/else-if checks using goto
2022-07-01  Shaoxuan Yuanmv: update sparsity after moving from out-of-cone to...
2022-07-01  Shaoxuan Yuant1092: mv directory from out-of-cone to in-cone
2022-07-01  Shaoxuan Yuant7002: add tests for moving out-of-cone file/directory
2022-07-01  Ævar Arnfjörð... test-tool delta: fix a memory leak
2022-07-01  Ævar Arnfjörð... test-tool ref-store: fix a memory leak
2022-07-01  Ævar Arnfjörð... test-tool bloom: fix memory leaks
2022-07-01  Ævar Arnfjörð... test-tool json-writer: fix memory leaks
2022-07-01  Ævar Arnfjörð... test-tool regex: call regfree(), fix memory leaks
2022-07-01  Ævar Arnfjörð... test-tool urlmatch-normalization: fix a memory leak
2022-07-01  Ævar Arnfjörð... test-tool {dump,scrap}-cache-tree: fix memory leaks
2022-07-01  Ævar Arnfjörð... test-tool path-utils: fix a memory leak
2022-07-01  Ævar Arnfjörð... test-tool test-hash: fix a memory leak
2022-07-01  Ævar Arnfjörð... pull: fix a "struct oid_array" memory leak
2022-07-01  Ævar Arnfjörð... cat-file: fix a common "struct object_context" memory...
2022-07-01  Ævar Arnfjörð... gc: fix a memory leak
2022-07-01  Ævar Arnfjörð... checkout: avoid "struct unpack_trees_options" leak
2022-07-01  Ævar Arnfjörð... merge-file: fix memory leaks on error path
2022-07-01  Ævar Arnfjörð... merge-file: refactor for subsequent memory leak fix
2022-07-01  Ævar Arnfjörð... cat-file: fix a memory leak in --batch-command mode
2022-07-01  Ævar Arnfjörð... revert: free "struct replay_opts" members
2022-07-01  Ævar Arnfjörð... submodule.c: free() memory from xgetcwd()
2022-07-01  Ævar Arnfjörð... clone: fix memory leak in wanted_peer_refs()
2022-07-01  Ævar Arnfjörð... check-ref-format: fix trivial memory leak
2022-07-01  Elijah Newrent6429: fix use of non-existent function
2022-06-30  Ævar Arnfjörð... config tests: fix harmless but broken "rm -r" cleanup
2022-06-30  Ævar Arnfjörð... test-lib.sh: fix prepend_var() quoting issue
2022-06-30  Ævar Arnfjörð... tests: add missing double quotes to included library...
2022-06-30  Derrick Stoleegit-rebase.txt: use back-ticks consistently
2022-06-28  Taylor Blaupack-objects.h: remove outdated pahole results
2022-06-28  Johannes Schindelinadd --interactive: allow `update` to stage deleted...
2022-06-28  Ævar Arnfjörð... gitweb/Makefile: add a "NO_GITWEB" parameter
2022-06-28  SZEDER GáborMakefile: build 'gitweb' in the default target
2022-06-28  Ævar Arnfjörð... gitweb/Makefile: include in top-level Makefile
2022-06-28  Ævar Arnfjörð... gitweb: remove "test" and "test-installed" targets
2022-06-28  Ævar Arnfjörð... gitweb/Makefile: prepare to merge into top-level Makefile
2022-06-28  Ævar Arnfjörð... gitweb/Makefile: clear up and de-duplicate the gitweb...
2022-06-28  Ævar Arnfjörð... gitweb/Makefile: add a $(GITWEB_ALL) variable
2022-06-28  Ævar Arnfjörð... gitweb/Makefile: define all .PHONY prerequisites inline
2022-06-28  Ævar Arnfjörð... git-sh-setup.sh: remove "say" function, change last...
2022-06-28  Ævar Arnfjörð... git-submodule.sh: use "$quiet", not "$GIT_QUIET"
2022-06-28  Glen Choosubmodule--helper: eliminate internal "--update" option
2022-06-28  Ævar Arnfjörð... submodule--helper: understand --checkout, --merge and...
2022-06-28  Ævar Arnfjörð... submodule--helper: report "submodule" as our name in...
2022-06-28  Ævar Arnfjörð... submodule--helper: rename "absorb-git-dirs" to "absorbg...
2022-06-28  Ævar Arnfjörð... submodule update: remove "-v" option
2022-06-28  Ævar Arnfjörð... submodule--helper: have --require-init imply --init
2022-06-28  Ævar Arnfjörð... git-submodule.sh: remove unused top-level "--branch...
2022-06-28  Ævar Arnfjörð... git-submodule.sh: make the "$cached" variable a boolean
2022-06-28  Ævar Arnfjörð... git-submodule.sh: remove unused $prefix variable
2022-06-28  Ævar Arnfjörð... git-submodule.sh: remove unused sanitize_submodule_env()
2022-06-27  Derrick Stoleevscode: improve tab size and wrapping
2022-06-27  Junio C HamanoSync with Git 2.36.2
next