Show patches with: none      |   43232 patches
« 1 2 ... 139 140 141432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,05/12] merge-ort: split out a separate display_update_messages() function In-core git merge-tree ("Server side merges") - - - --- 2022-02-23 Elijah Newren New
[v6,04/12] merge-tree: implement real merges In-core git merge-tree ("Server side merges") - - - --- 2022-02-23 Elijah Newren New
[v6,03/12] merge-tree: add option parsing and initial shell for real merge function In-core git merge-tree ("Server side merges") - - - --- 2022-02-23 Elijah Newren New
[v6,02/12] merge-tree: move logic for existing merge into new function In-core git merge-tree ("Server side merges") - - - --- 2022-02-23 Elijah Newren New
[v6,01/12] merge-tree: rename merge_trees() to trivial_merge_trees() In-core git merge-tree ("Server side merges") - - - --- 2022-02-23 Elijah Newren New
switch: mention the --detach option when dying due to lack of a branch switch: mention the --detach option when dying due to lack of a branch - - - --- 2022-02-23 Alex Henrie Superseded
[v2] repo_read_index: add config to expect files outside sparse patterns [v2] repo_read_index: add config to expect files outside sparse patterns - - - --- 2022-02-23 Jonathan Nieder New
[v3,3/3] tests: make the code more readable [v3,1/3] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_* - - - --- 2022-02-22 Guillaume Cogoni Accepted
[v3,2/3] tests: allow testing if a path is truly a file or a directory [v3,1/3] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_* - - - --- 2022-02-22 Guillaume Cogoni Accepted
[v3,1/3] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_* [v3,1/3] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_* - - - --- 2022-02-22 Guillaume Cogoni Accepted
[v3,0/3] replace test [-f|-d] with more verbose functions - - - --- 2022-02-22 Guillaume Cogoni New
[v2,4/4] add -p: disable stdin buffering when interactive.singlekey is set a couple of read_key_without_echo() fixes - - - --- 2022-02-22 Phillip Wood Accepted
[v2,3/4] terminal: set VMIN and VTIME in non-canonical mode a couple of read_key_without_echo() fixes - - - --- 2022-02-22 Phillip Wood Accepted
[v2,2/4] terminal: pop signal handler when terminal is restored a couple of read_key_without_echo() fixes - - - --- 2022-02-22 Phillip Wood Accepted
[v2,1/4] terminal: always reset terminal when reading without echo a couple of read_key_without_echo() fixes - - - --- 2022-02-22 Phillip Wood Accepted
[v2,3/3] stash: call reflog_delete() in reflog.c libify reflog - - - --- 2022-02-22 John Cai Superseded
[v2,2/3] reflog: libify delete reflog function and helpers libify reflog - - - --- 2022-02-22 John Cai Superseded
[v2,1/3] stash: add test to ensure reflog --rewrite --updatref behavior libify reflog - - - --- 2022-02-22 John Cai Superseded
[v2,14/14] bisect: no longer try to clean up left-over `.git/head-name` files Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,13/14] bisect: remove Cogito-related code Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,12/14] Turn `git bisect` into a full built-in Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,11/14] bisect: move even the option parsing to `bisect--helper` Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,10/14] bisect--helper: return only correct exit codes in `cmd_*()` Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,09/14] bisect--helper: move the `BISECT_STATE` case to the end Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,08/14] bisect--helper: make `--bisect-state` optional Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,07/14] bisect--helper: align the sub-command order with git-bisect.sh Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,06/14] bisect--helper: using `--bisect-state` without an argument is a bug Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,05/14] bisect--helper: really retire `--bisect-autostart` Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,04/14] bisect--helper: really retire --bisect-next-check Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,03/14] bisect--helper: retire the --no-log option Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,02/14] bisect: avoid double-quoting when printing the failed command Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,01/14] bisect run: fix the error message Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2] add usage-strings check and amend remaining usage strings [v2] add usage-strings check and amend remaining usage strings - - - --- 2022-02-22 Abhradeep Chakraborty New
[2/2] t0003: remove pipes microproject: avoid using pipes in test - - - --- 2022-02-22 Shubham Mishra New
[1/2] t0001: remove pipes microproject: avoid using pipes in test - - - --- 2022-02-22 Shubham Mishra New
[2/2] rebase: `preserve` is also a pull option, tell dying users Update the die() preserve-merges messages to help some users - - - --- 2022-02-22 Philip Oakley New
[1/2] rebase: help user when dying with preserve-merges` Update the die() preserve-merges messages to help some users - - - --- 2022-02-22 Philip Oakley New
t6423-merge-rename-directories.sh: use the $(...) construct for command substitution t6423-merge-rename-directories.sh: use the $(...) construct for command substitution - - - --- 2022-02-22 Elia Pinto Accepted
[v2,11/11] worktree: use 'worktree' over 'working tree' Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,10/11] worktree: use 'worktree' over 'working tree' Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,09/11] worktree: use 'worktree' over 'working tree' Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,08/11] worktree: use 'worktree' over 'working tree' Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,07/11] worktree: use 'worktree' over 'working tree' Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,06/11] worktree: use 'worktree' over 'working tree' Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee New
[v2,05/11] worktree: use 'worktree' over 'working tree' Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee New
[v2,04/11] worktree: extract checkout_worktree() Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,03/11] worktree: extract copy_sparse_checkout() Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,02/11] worktree: extract copy_filtered_worktree_config() Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,01/11] worktree: combine two translatable messages Updates to worktree code and docs - - - --- 2022-02-22 Derrick Stolee Accepted
[v2,9/9] help: don't print "\n" before single-section output help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,8/9] help: add --no-[external-commands|aliases] for use with --all help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,7/9] help: error if [-a|-g|-c] and [-i|-m|-w] are combined help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,6/9] help: correct usage & behavior of "git help --all" help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,5/9] help: note the option name on option incompatibility help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,4/9] help.c: split up list_all_cmds_help() function help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,3/9] help tests: test "git" and "git help [-a|-g] spacing help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,2/9] help.c: use puts() instead of printf{,_ln}() for consistency help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v2,1/9] help doc: add missing "]" to "[-a|--all]" help: tests, parse_options() sanity, fix "help -g" regression - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v3,7/7] reftable: rename writer_stats to reftable_writer_stats reftable: avoid reading and writing empty keys - - - --- 2022-02-21 Han-Wen Nienhuys Accepted
[v3,6/7] reftable: add test for length of disambiguating prefix reftable: avoid reading and writing empty keys - - - --- 2022-02-21 Han-Wen Nienhuys Accepted
[v3,5/7] reftable: ensure that obj_id_len is >= 2 on writing reftable: avoid reading and writing empty keys - - - --- 2022-02-21 Han-Wen Nienhuys Accepted
[v3,4/7] reftable: avoid writing empty keys at the block layer reftable: avoid reading and writing empty keys - - - --- 2022-02-21 Han-Wen Nienhuys Accepted
[v3,3/7] reftable: add a test that verifies that writing empty keys fails reftable: avoid reading and writing empty keys - - - --- 2022-02-21 Han-Wen Nienhuys Accepted
[v3,2/7] reftable: reject 0 object_id_len reftable: avoid reading and writing empty keys - - - --- 2022-02-21 Han-Wen Nienhuys Accepted
[v3,1/7] Documentation: object_id_len goes up to 31 reftable: avoid reading and writing empty keys - - - --- 2022-02-21 Han-Wen Nienhuys Accepted
usage.[ch] API users: use report_fn, not hardcoded prototype usage.[ch] API users: use report_fn, not hardcoded prototype - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[v4,2/2] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code C99: remove dead !HAVE_VARIADIC_MACROS code - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v4,1/2] git-compat-util.h: clarify GCC v.s. C99-specific in comment C99: remove dead !HAVE_VARIADIC_MACROS code - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Accepted
[v3,4/4] test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONS test-lib: improve LSAN + ASAN stack traces - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Superseded
[v3,3/4] test-lib: make $GIT_BUILD_DIR an absolute path test-lib: improve LSAN + ASAN stack traces - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Superseded
[v3,2/4] test-lib: correct commentary on TEST_DIRECTORY overriding test-lib: improve LSAN + ASAN stack traces - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Superseded
[v3,1/4] test-lib: add GIT_SAN_OPTIONS, inherit [AL]SAN_OPTIONS test-lib: improve LSAN + ASAN stack traces - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason Superseded
[25/25] CI: don't use "set -x" in "ci/lib.sh" output CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[24/25] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[23/25] CI: stop over-setting the $CC variable CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[22/25] CI: add more variables to MAKEFLAGS, except under vs-build CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[21/25] CI: narrow down variable definitions in --build and --test CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[20/25] CI: only invoke ci/lib.sh as "steps" in main.yml CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[19/25] CI: pre-select test slice in Windows & VS tests CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[18/25] ci/run-test-slice.sh: replace shelling out with "echo" CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[17/25] CI: move "env" definitions into ci/lib.sh CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[16/25] CI: combine ci/install{,-docker}-dependencies.sh CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[15/25] CI: split up and reduce "ci/test-documentation.sh" CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[14/25] CI: invoke "make artifacts-tar" directly in windows-build CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[13/25] CI: check ignored unignored build artifacts in "win[+VS] build" too CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[12/25] CI: remove "run-build-and-tests.sh", run "make [test]" directly CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[11/25] CI: export variables via a wrapper CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[10/25] CI: consistently use "export" in ci/lib.sh CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[09/25] CI: move p4 and git-lfs variables to ci/install-dependencies.sh CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[08/25] CI: have "static-analysis" run "check-builtins", not "documentation" CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[07/25] CI: have "static-analysis" run a "make ci-static-analysis" target CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[06/25] CI: don't have "git grep" invoke a pager in tree content check CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[05/25] CI: remove unused Azure ci/* code CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[04/25] CI: remove dead "tree skipping" code CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[03/25] CI: remove more dead Travis CI support CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[02/25] CI: make "$jobname" explicit, remove fallback CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[01/25] CI: run "set -ex" early in ci/lib.sh CI: run "make [test]" directly, use $GITHUB_ENV - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
machine-parsable git-merge-tree messages (was: [PATCH 08/12] merge-ort: provide a merge_get_conflic… machine-parsable git-merge-tree messages (was: [PATCH 08/12] merge-ort: provide a merge_get_conflic… - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
[7/7] rebase: cleanup action handling rebase: make reflog messages independent of the backend - - - --- 2022-02-21 Phillip Wood New
[6/7] rebase --abort: improve reflog message rebase: make reflog messages independent of the backend - - - --- 2022-02-21 Phillip Wood New
« 1 2 ... 139 140 141432 433 »