]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2022-03-23  Junio C HamanoMerge branch 'ps/repack-with-server-info'
2022-03-23  Junio C HamanoMerge branch 'ds/doc-maintenance-synopsis-fix'
2022-03-23  Junio C HamanoMerge branch 'ab/reflog-prep-fix'
2022-03-23  Junio C HamanoMerge branch 'ep/remove-duplicated-includes'
2022-03-23  Junio C HamanoMerge branch 'ep/t6423-modernize'
2022-03-23  Junio C HamanoMerge branch 'jk/name-rev-w-genno'
2022-03-23  Junio C HamanoMerge branch 'jd/userdiff-kotlin'
2022-03-23  Junio C HamanoMerge branch 'bc/block-sha1-without-gcc-asm-extension'
2022-03-23  Junio C HamanoMerge branch 'gc/submodule-update-part1'
2022-03-23  Derrick Stoleebundle: output hash information in 'verify'
2022-03-23  Derrick Stoleebundle: move capabilities to end of 'verify'
2022-03-23  Derrick Stoleepack-objects: parse --filter directly into revs.filter
2022-03-23  Derrick Stoleepack-objects: move revs out of get_object_list()
2022-03-23  Derrick Stoleelist-objects-filter: remove CL_ARG__FILTER
2022-03-23  Justin Donnellygit-prompt: put upstream comments together
2022-03-23  Justin Donnellygit-prompt: make long upstream state indicator consistent
2022-03-23  Justin Donnellygit-prompt: make upstream state indicator location...
2022-03-23  Justin Donnellygit-prompt: rename `upstream` to `upstream_type`
2022-03-23  Ævar Arnfjörð... hooks: fix "invoked hook" regression in a8cc5943338
2022-03-23  Ævar Arnfjörð... ls-tree: split up "fast path" callbacks
2022-03-23  Ævar Arnfjörð... ls-tree: detect and error on --name-only --name-status
2022-03-23  Ævar Arnfjörð... ls-tree: introduce "--format" option
2022-03-23  Teng Longls-tree: support --object-only option for "git-ls-tree"
2022-03-23  Johannes Schindelincocci: allow padding with `strbuf_addf()`
2022-03-23  Ævar Arnfjörð... ls-tree: introduce struct "show_tree_data"
2022-03-23  Teng Longls-tree: slightly refactor `show_tree()`
2022-03-23  Teng Longls-tree: fix "--name-only" and "--long" combined use bug
2022-03-23  Teng Longls-tree: simplify nesting if/else logic in "show_tree()"
2022-03-23  Teng Longls-tree: rename "retval" to "recurse" in "show_tree()"
2022-03-23  Ævar Arnfjörð... ls-tree: use "size_t", not "int" for "struct strbuf...
2022-03-23  Ævar Arnfjörð... ls-tree: use "enum object_type", not {blob,tree,commit...
2022-03-23  Ævar Arnfjörð... ls-tree: add missing braces to "else" arms
2022-03-23  Ævar Arnfjörð... ls-tree: remove commented-out code
2022-03-23  Ævar Arnfjörð... ls-tree tests: add tests for --name-status
2022-03-21  Junio C HamanoThe thirteenth batch
2022-03-21  Junio C HamanoMerge branch 'jy/gitweb-no-need-for-meta'
2022-03-21  Junio C HamanoMerge branch 'pw/single-key-interactive'
2022-03-21  Junio C HamanoMerge branch 'ds/partial-bundles'
2022-03-21  Junio C HamanoMerge branch 'ep/test-malloc-check-with-glibc-2.34'
2022-03-21  Junio C HamanoMerge branch 'sm/no-git-in-upstream-of-pipe-in-tests'
2022-03-21  Kirill Frolovgit-p4: fix issue with multiple perforce remotes
2022-03-21  Ævar Arnfjörð... Makefile: use ' ', not non-existing $(wspfx_SQ)
2022-03-21  Johannes Schindelinsetup_git_directory(): add an owner check for the top...
2022-03-21  Johannes SchindelinAdd a function to determine whether a path is owned...
2022-03-18  John Cairebase: set REF_HEAD_DETACH in checkout_up_to_date()
2022-03-18  John Cairebase: use test_commit helper in setup
2022-03-18  Ævar Arnfjörð... reflog exists: use parse_options() API
2022-03-18  Ævar Arnfjörð... git reflog [expire|delete]: make -h output consistent...
2022-03-18  Ævar Arnfjörð... reflog: move "usage" variables and use macros
2022-03-18  Ævar Arnfjörð... reflog tests: add missing "git reflog exists" tests
2022-03-18  Ævar Arnfjörð... reflog: refactor cmd_reflog() to "if" branches
2022-03-18  Ævar Arnfjörð... reflog.c: indent argument lists
2022-03-18  Jonathan Tanshallow: reset commit grafts when shallow is reset
2022-03-17  Ævar Arnfjörð... http tests: use "test_hook" for "smart" and "dumb"...
2022-03-17  Ævar Arnfjörð... proc-receive hook tests: use "test_hook" instead of...
2022-03-17  Ævar Arnfjörð... tests: extend "test_hook" for "rm" and "chmod -x",...
2022-03-17  Ævar Arnfjörð... refs debug: add a wrapper for "read_symbolic_ref"
2022-03-17  Ævar Arnfjörð... packed-backend: remove stub BUG(...) functions
2022-03-17  Ævar Arnfjörð... misc *.c: use designated initializers for struct assign...
2022-03-17  Ævar Arnfjörð... refs: use designated initializers for "struct ref_itera...
2022-03-17  Ævar Arnfjörð... refs: use designated initializers for "struct ref_stora...
2022-03-17  Victoria DyeRevert "unpack-trees: improve performance of next_cache...
2022-03-17  Victoria Dyeunpack-trees: increment cache_bottom for sparse directories
2022-03-17  Victoria Dyet1092: add sparse directory before cone in test repo
2022-03-17  Ævar Arnfjörð... diff.c: fix a double-free regression in a18d66cefb
2022-03-17  Michael J Grubertests: demonstrate "show --word-diff --color-moved...
2022-03-17  Ævar Arnfjörð... tests: use "test_hook" for misc "mkdir -p" and "chmod...
2022-03-17  Ævar Arnfjörð... tests: change "mkdir -p && write_script" to use "test_hook"
2022-03-17  Ævar Arnfjörð... tests: change "cat && chmod +x" to use "test_hook"
2022-03-17  Ævar Arnfjörð... gc + p4 tests: use "test_hook", remove sub-shells
2022-03-17  Ævar Arnfjörð... fetch+push tests: use "test_hook" and "test_when_finish...
2022-03-17  Ævar Arnfjörð... bugreport tests: tighten up "git bugreport -s hooks...
2022-03-17  Ævar Arnfjörð... tests: assume the hooks are disabled by default
2022-03-17  Ævar Arnfjörð... http tests: don't rely on "hook/post-update.sample"
2022-03-17  Ævar Arnfjörð... hook tests: turn exit code assertions into a loop
2022-03-17  Ævar Arnfjörð... test-lib-functions: add and use a "test_hook" wrapper
2022-03-17  Johannes SchindelinMerge branch 'cb/mingw-gmtime-r'
2022-03-17  Carlo Marcelo... mingw: avoid fallback for {local,gm}time_r()
2022-03-17  Johannes SchindelinGIT-VERSION-GEN: bump to v2.33.1
2022-03-17  Junio C HamanoThe twelfth batch
2022-03-17  Junio C HamanoMerge branch 'ab/string-list-count-in-size-t'
2022-03-17  Junio C HamanoMerge branch 'ab/racy-hooks'
2022-03-17  Junio C HamanoMerge branch 'ab/keep-git-exit-codes-in-tests'
2022-03-17  Junio C HamanoMerge branch 'tk/t7063-chmtime-dirs-too'
2022-03-17  Junio C HamanoMerge branch 'ds/commit-graph-gen-v2-fixes'
2022-03-17  Junio C HamanoMerge branch 'jc/stash-drop'
2022-03-17  Junio C HamanoMerge branch 'tb/rename-remote-progress'
2022-03-17  Junio C HamanoMerge branch 'vd/sparse-read-tree'
2022-03-17  Junio C HamanoMerge branch 'ab/object-file-api-updates'
2022-03-17  Junio C HamanoMerge branch 'mf/fix-type-in-config-h'
2022-03-17  Junio C HamanoMerge branch 'ps/fetch-mirror-optim'
2022-03-17  Junio C HamanoMerge branch 'tk/empty-untracked-cache'
2022-03-17  Junio C HamanoMerge branch 'ab/grep-patterntype'
2022-03-16  Glen Choosubmodule: fix latent check_has_commit() bug
2022-03-16  Glen Choofetch: fetch unpopulated, changed submodules
2022-03-16  Glen Choosubmodule--helper: remove forward declaration
2022-03-16  Atharva Raykarsubmodule: move core cmd_update() logic to C
2022-03-16  Glen Choosubmodule--helper: reduce logic in run_update_procedure()
2022-03-16  Glen Choosubmodule--helper: teach update_data more options
2022-03-16  Ævar Arnfjörð... builtin/submodule--helper.c: rename option struct to...
next