Show patches with: none      |   43259 patches
« 1 2 ... 323 324 325432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,1/4] set_git_dir: fix crash when used with real_path() Fix bugs related to real_path() - - - --- 2020-03-10 Johannes Schindelin via GitGitGadget New
[v5] pull: warn if the user didn't say whether to rebase or to merge [v5] pull: warn if the user didn't say whether to rebase or to merge - - - --- 2020-03-10 Alex Henrie New
[v2,3/3] log: add tests for messages containing CRLF to t4202 Teach ref-filter API to correctly handle CRLF in messages - - - --- 2020-03-10 Johannes Schindelin via GitGitGadget New
[v2,2/3] ref-filter: fix the API to correctly handle CRLF Teach ref-filter API to correctly handle CRLF in messages - - - --- 2020-03-10 Johannes Schindelin via GitGitGadget New
[v2,1/3] t: add lib-crlf-messages.sh for messages containing CRLF Teach ref-filter API to correctly handle CRLF in messages - - - --- 2020-03-10 Johannes Schindelin via GitGitGadget New
rebase --merge: optionally skip upstreamed commits rebase --merge: optionally skip upstreamed commits - - - --- 2020-03-09 Jonathan Tan New
[RFC,v2,2/2] Enable multiline merge commit message by default git-merge: update default commit message - - - --- 2020-03-09 i.Dark_Templar New
[RFC,v2,1/2] git-merge: add option to format default message using multiple lines git-merge: update default commit message - - - --- 2020-03-09 i.Dark_Templar New
[3/3] log: add tests for messages containing CRLF to t4202 Teach ref-filter API to correctly handle CRLF in messages - - - --- 2020-03-08 Johannes Schindelin via GitGitGadget New
[2/3] ref-filter: teach the API to correctly handle CRLF Teach ref-filter API to correctly handle CRLF in messages - - - --- 2020-03-08 Johannes Schindelin via GitGitGadget New
[1/3] t: add lib-crlf-messages.sh for messages containing CRLF Teach ref-filter API to correctly handle CRLF in messages - - - --- 2020-03-08 Johannes Schindelin via GitGitGadget New
[v2,5/5] hook: add document and example for "proc-receive" hook Untitled series #253041 - - - --- 2020-03-08 Jiang Xin New
[v2,4/5] receive-pack: read env from proc-receive output Untitled series #253041 - - - --- 2020-03-08 Jiang Xin New
[v2,3/5] receive-pack: new config receive.procReceiveRefs Untitled series #253041 - - - --- 2020-03-08 Jiang Xin New
[v2,2/5] refs.c: refactor to reuse ref_is_hidden() New proc-receive hook for centralized workflow - - - --- 2020-03-08 Jiang Xin New
[v2,1/5] receive-pack: add new proc-receive hook New proc-receive hook for centralized workflow - - - --- 2020-03-08 Jiang Xin New
t1091: don't grep for `strerror()` string t1091: don't grep for `strerror()` string - - - --- 2020-03-08 Martin Ågren New
[4/4] get_superproject_working_tree(): return strbuf Fix bugs related to real_path() - - - --- 2020-03-06 Johannes Schindelin via GitGitGadget New
[3/4] real_path_if_valid(): remove unsafe API Fix bugs related to real_path() - - - --- 2020-03-06 Johannes Schindelin via GitGitGadget New
[2/4] real_path: remove unsafe API Fix bugs related to real_path() - - - --- 2020-03-06 Johannes Schindelin via GitGitGadget New
[1/4] set_git_dir: fix crash when used with real_path() Fix bugs related to real_path() - - - --- 2020-03-06 Johannes Schindelin via GitGitGadget New
update how-to-maintain-git update how-to-maintain-git - - - --- 2020-03-06 Junio C Hamano New
prepare_shell_cmd: add code comment prepare_shell_cmd: add code comment - - - --- 2020-03-06 Johannes Schindelin via GitGitGadget New
[v3,2/2] http: add environment variable for HTTPS proxy. Add HTTPS proxy SSL options (cert, key, cainfo) - - - --- 2020-03-04 Johannes Schindelin via GitGitGadget New
[v3,1/2] http: add client cert for HTTPS proxies. Add HTTPS proxy SSL options (cert, key, cainfo) - - - --- 2020-03-04 Johannes Schindelin via GitGitGadget New
[v2] t5537: adjust test_oid label [v2] t5537: adjust test_oid label - - - --- 2020-03-04 Johannes Schindelin via GitGitGadget New
[v2] doc: use 'rev' instead of 'commit' for merge-base arguments [v2] doc: use 'rev' instead of 'commit' for merge-base arguments - - - --- 2020-03-04 Johannes Schindelin via GitGitGadget New
[v1,2/2] gpg-interface: prefer check_signature() for GPG verification gpg-interface: prefer check_signature() for GPG verification - - - --- 2020-03-04 Hans Jerry Illikainen New
[v1,1/2] t: increase test coverage of signature verification output [v1,1/2] t: increase test coverage of signature verification output - - - --- 2020-03-04 Hans Jerry Illikainen New
[7/7] hook: add document and example for "execute-commands" hook New execute-commands hook for centralized workflow - - - --- 2020-03-04 Jiang Xin New
[6/7] receive-pack: new config receive.executeCommandsHookRefs New execute-commands hook for centralized workflow - - - --- 2020-03-04 Jiang Xin New
[5/7] refs.c: refactor to reuse ref_is_hidden() New execute-commands hook for centralized workflow - - - --- 2020-03-04 Jiang Xin New
[4/7] receive-pack: read env from execute-commands output New execute-commands hook for centralized workflow - - - --- 2020-03-04 Jiang Xin New
[3/7] receive-pack: try `execute-commands --pre-receive` New execute-commands hook for centralized workflow - - - --- 2020-03-04 Jiang Xin New
[2/7] receive-pack: feed all commands to post-receive New execute-commands hook for centralized workflow - - - --- 2020-03-04 Jiang Xin New
[1/7] receive-pack: new external execute-commands hook New execute-commands hook for centralized workflow - - - --- 2020-03-04 Jiang Xin New
t2402: test worktree path when called in .git directory t2402: test worktree path when called in .git directory - - - --- 2020-03-04 Johannes Schindelin via GitGitGadget New
[v4] pull: warn if the user didn't say whether to rebase or to merge [v4] pull: warn if the user didn't say whether to rebase or to merge - - - --- 2020-03-04 Alex Henrie New
[v3,3/3] builtin/commit-graph.c: support '--input=none' Untitled series #250805 - - - --- 2020-03-03 Taylor Blau New
gitk: fix fatal error by dropping duplicated requests gitk: fix fatal error by dropping duplicated requests - - - --- 2020-03-03 Max Kirillov New
[RESEND] remote-curl: show progress for fetches over dumb HTTP [RESEND] remote-curl: show progress for fetches over dumb HTTP - - - --- 2020-03-03 René Scharfe New
[v2,2/2] stash: remove the stash.useBuiltin setting [v2,1/2] stash: get git_stash_config at the top level - - - --- 2020-03-03 Thomas Gummerer New
[v2,1/2] stash: get git_stash_config at the top level [v2,1/2] stash: get git_stash_config at the top level - - - --- 2020-03-03 Thomas Gummerer New
[v2,5/5] doc: --recurse-submodules only apply to active submodules doc: --recurse-submodules - - - --- 2020-03-03 Damien Robert New
[v2,4/5] doc: be more precise on (fetch|push).recurseSubmodules doc: --recurse-submodules - - - --- 2020-03-03 Damien Robert New
[v2,3/5] doc: explain how to deactivate recurse.submodule completely doc: --recurse-submodules - - - --- 2020-03-03 Damien Robert New
[v2,2/5] doc: document --recurse-submodules for reset and restore doc: --recurse-submodules - - - --- 2020-03-03 Damien Robert New
[v2,1/5] doc: list all commands affected by submodule.recurse doc: --recurse-submodules - - - --- 2020-03-03 Damien Robert New
[v2,2/2] remote.c: fix handling of %(push:remoteref) Untitled series #250647 - - - --- 2020-03-03 Damien Robert New
[v2,1/2] remote: drop "explicit" parameter from remote_ref_for_branch() Untitled series #250647 - - - --- 2020-03-03 Damien Robert New
doc: use 'ref' instead of 'commit' for merge-base arguments doc: use 'ref' instead of 'commit' for merge-base arguments - - - --- 2020-03-03 Johannes Schindelin via GitGitGadget New
prefix_path: show gitdir if worktree unavailable prefix_path: show gitdir if worktree unavailable - - - --- 2020-03-03 Emily Shaffer New
[v9,5/5] bugreport: add compiler info add git-bugreport tool - - - --- 2020-03-02 Emily Shaffer New
[v9,4/5] bugreport: add uname info add git-bugreport tool - - - --- 2020-03-02 Emily Shaffer New
[v9,3/5] bugreport: gather git version and build info add git-bugreport tool - - - --- 2020-03-02 Emily Shaffer New
[v9,2/5] bugreport: add tool to generate debugging info add git-bugreport tool - - - --- 2020-03-02 Emily Shaffer New
[v9,1/5] help: move list_config_help to builtin/help add git-bugreport tool - - - --- 2020-03-02 Emily Shaffer New
non-regression bug in 'git merge' (really, xdiff/xmerge, I think) non-regression bug in 'git merge' (really, xdiff/xmerge, I think) - - - --- 2020-03-02 Junio C Hamano New
[v7,4/4] tag: use new advice API to check visibility advice: revamp advise API - - - --- 2020-03-02 Johannes Schindelin via GitGitGadget New
[v7,3/4] advice: revamp advise API advice: revamp advise API - - - --- 2020-03-02 Johannes Schindelin via GitGitGadget New
[v7,2/4] advice: change "setupStreamFailure" to "setUpstreamFailure" advice: revamp advise API - - - --- 2020-03-02 Johannes Schindelin via GitGitGadget New
[v7,1/4] advice: extract vadvise() from advise() advice: revamp advise API - - - --- 2020-03-02 Johannes Schindelin via GitGitGadget New
git-gui: fix error popup when doing blame -> "Show History Context" git-gui: fix error popup when doing blame -> "Show History Context" - - 1 --- 2020-03-02 Pratyush Yadav New
[2/2] stash: remove the stash.useBuiltin setting [1/2] stash: get git_stash_config at the top level - - - --- 2020-03-02 Thomas Gummerer New
[1/2] stash: get git_stash_config at the top level [1/2] stash: get git_stash_config at the top level - - - --- 2020-03-02 Thomas Gummerer New
[v3] pull: warn if the user didn't say whether to rebase or to merge [v3] pull: warn if the user didn't say whether to rebase or to merge - - - --- 2020-02-29 Alex Henrie New
show_one_mergetag: print non-parent in hex form. show_one_mergetag: print non-parent in hex form. - - - --- 2020-02-29 Johannes Schindelin via GitGitGadget New
[v2] pull: warn if the user didn't say whether to rebase or to merge [v2] pull: warn if the user didn't say whether to rebase or to merge - - - --- 2020-02-29 Alex Henrie New
pull: warn if the user didn't say whether to rebase or to merge pull: warn if the user didn't say whether to rebase or to merge - - - --- 2020-02-28 Alex Henrie New
[1/1] remote.c: fix handling of push:remote_ref [1/1] remote.c: fix handling of push:remote_ref - - - --- 2020-02-28 Damien Robert New
[1/1] midx.c: fix an integer overflow [1/1] midx.c: fix an integer overflow - - - --- 2020-02-28 Damien Robert New
[2/2] pack-objects: change the name of add_objects_in_unpacked_packs Documentation of pack and repack - - - --- 2020-02-28 Damien Robert New
[1/2] doc: update the documentation of pack-objects and repack Documentation of pack and repack - - - --- 2020-02-28 Damien Robert New
git-p4: reverse large file detection order git-p4: reverse large file detection order - - - --- 2020-02-28 Sam Hocevar New
[4/4] doc: be more precise on (fetch|pull).recurseSubmodules doc: --recurse-submodules - - - --- 2020-02-28 Damien Robert New
[3/4] doc: explain how to deactivate recurse.submodule completely doc: --recurse-submodules - - - --- 2020-02-28 Damien Robert New
[2/4] doc: document --recurse-submodules for reset and restore doc: --recurse-submodules - - - --- 2020-02-28 Damien Robert New
[1/4] doc: list all commands affected by recurse.submodule doc: --recurse-submodules - - - --- 2020-02-28 Damien Robert New
config.mak.dev: re-enable -Wformat-zero-length config.mak.dev: re-enable -Wformat-zero-length - - - --- 2020-02-27 Jeff King New
rebase-interactive.c: silence format-zero-length warnings rebase-interactive.c: silence format-zero-length warnings - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
t5537: adjust test_oid label t5537: adjust test_oid label - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[v2,3/3] Azure Pipeline: switch to the latest agent pools ci: upgrade to the latest Azure Pipelines agent pools - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[v2,2/3] ci: prevent `perforce` from being quarantined ci: upgrade to the latest Azure Pipelines agent pools - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[v2,1/3] t/lib-httpd: avoid using macOS' sed ci: upgrade to the latest Azure Pipelines agent pools - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[1/1] ls-remote: don't use '-h' for options [1/1] ls-remote: don't use '-h' for options - - - --- 2020-02-27 Pascal Roeleven New
[v6,4/4] tag: use new advice API to check visibility advice: revamp advise API - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[v6,3/4] advice: revamp advise API advice: revamp advise API - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[v6,2/4] advice: change "setupStreamFailure" to "setUpstreamFailure" advice: revamp advise API - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[v6,1/4] advice: extract vadvise() from advise() advice: revamp advise API - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[5/5] t6020: new test with interleaved lexicographic ordering of directories Testcase cleanups (merge related) - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[4/5] t6022, t6046: test expected behavior instead of testing a proxy for it Testcase cleanups (merge related) - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[3/5] t3035: prefer test_must_fail to bash negation for git commands Testcase cleanups (merge related) - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[2/5] t6020, t6022, t6035: update merge tests to use test helper functions Testcase cleanups (merge related) - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[1/5] t602[1236], t6034: modernize test formatting Testcase cleanups (merge related) - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
merge-recursive: apply collision handling unification to recursive case merge-recursive: apply collision handling unification to recursive case - - - --- 2020-02-27 Johannes Schindelin via GitGitGadget New
[v2,2/2] config: documentation for HTTPS proxy client cert. Add HTTPS proxy SSL options (cert, key, cainfo) - - - --- 2020-02-26 Johannes Schindelin via GitGitGadget New
[v2,1/2] http: add client cert for HTTPS proxies. Add HTTPS proxy SSL options (cert, key, cainfo) - - - --- 2020-02-26 Johannes Schindelin via GitGitGadget New
[3/3] Azure Pipeline: switch to the latest agent pools ci: upgrade to the latest Azure Pipelines agent pools - - - --- 2020-02-26 Johannes Schindelin via GitGitGadget New
[2/3] ci: prevent `perforce` from being quarantined ci: upgrade to the latest Azure Pipelines agent pools - - - --- 2020-02-26 Johannes Schindelin via GitGitGadget New
[1/3] t/lib-httpd: avoid using BSD's sed ci: upgrade to the latest Azure Pipelines agent pools - - - --- 2020-02-26 Johannes Schindelin via GitGitGadget New
« 1 2 ... 323 324 325432 433 »