Show patches with: none      |   43259 patches
« 1 2 ... 231 232 233432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,2/3] config: unify code paths to get global config paths config: allow overriding global/system config - - - --- 2021-04-09 Patrick Steinhardt Superseded
[v2,1/3] config: rename `git_etc_config()` config: allow overriding global/system config - - - --- 2021-04-09 Patrick Steinhardt Superseded
[v8,2/2,GSOC] trailer: add new .cmd config option trailer: add new .cmd config option - - - --- 2021-04-09 ZheNing Hu Superseded
[v8,1/2,GSOC] docs: correct descript of trailer.<token>.command trailer: add new .cmd config option - - - --- 2021-04-09 ZheNing Hu Superseded
[GSOC] ref-filter: get rid of show_ref_array_item [GSOC] ref-filter: get rid of show_ref_array_item - - - --- 2021-04-09 ZheNing Hu New
[RESEND,v3,8/8] rev-list: allow filtering of provided items Untitled series #464327 - - - --- 2021-04-09 Patrick Steinhardt New
[v3,8/8] rev-list: allow filtering of provided items rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[v3,7/8] pack-bitmap: implement combined filter rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[v3,6/8] pack-bitmap: implement object type filter rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[v3,5/8] list-objects: implement object type filter rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[v3,4/8] list-objects: support filtering by tag and commit rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[v3,3/8] list-objects: move tag processing into its own function rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[v3,2/8] revision: mark commit parents as NOT_USER_GIVEN rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[v3,1/8] uploadpack.txt: document implication of `uploadpackfilter.allow` rev-parse: implement object type filter - - - --- 2021-04-09 Patrick Steinhardt New
[7/7] object.c: remove "quiet" parameter from object_as_type() object.c: add and use "is expected" utility function + object_as_type() use - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[6/7] object.c: normalize brace style in object_as_type() object.c: add and use "is expected" utility function + object_as_type() use - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[5/7] commit.c: don't use deref_tag() -> object_as_type() object.c: add and use "is expected" utility function + object_as_type() use - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[4/7] commit-graph: use obj->type, not object_as_type() object.c: add and use "is expected" utility function + object_as_type() use - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[3/7] object.c: add and use oid_is_type_or_die_msg() function object.c: add and use "is expected" utility function + object_as_type() use - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[2/7] object.c: add a utility function for "expected type X, got Y" object.c: add and use "is expected" utility function + object_as_type() use - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[1/7] tree.c: fix misindentation in parse_tree_gently() object.c: add and use "is expected" utility function + object_as_type() use - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[6/6] tag.c: use type_from_string_gently() when parsing tags {tag,object}*.c: refactorings + prep for a larger change - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[5/6] object-name.c: make dependency on object_type order more obvious {tag,object}*.c: refactorings + prep for a larger change - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[4/6] object-file.c: make oid_object_info() return "enum object_type" {tag,object}*.c: refactorings + prep for a larger change - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[3/6] object.c: make type_from_string() return "enum object_type" {tag,object}*.c: refactorings + prep for a larger change - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[2/6] object.c: remove "gently" argument to type_from_string_gently() {tag,object}*.c: refactorings + prep for a larger change - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[1/6] object.c: stop supporting len == -1 in type_from_string_gently() {tag,object}*.c: refactorings + prep for a larger change - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Superseded
[2/2] object.c: initialize automatic variable in lookup_object() blob/object.c: trivial readability improvements - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason New
[1/2] blob.c: remove buffer & size arguments to parse_blob_buffer() blob/object.c: trivial readability improvements - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason New
[v2,2/2] rebase: don't override --no-reschedule-failed-exec with config rebase: don't override --no-reschedule-failed-exec with config - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Accepted
[v2,1/2] rebase tests: camel-case rebase.rescheduleFailedExec consistently rebase: don't override --no-reschedule-failed-exec with config - - - --- 2021-04-09 Ævar Arnfjörð Bjarmason Accepted
[RFC,v1,13/13] doc: typeset common programs in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,12/13] doc: typeset environment vars without $ in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,11/13] doc: typeset config option entries in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,10/13] doc: typeset more command entries in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,09/13] doc: typeset command/option/value entries in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,08/13] doc: typeset filepath and $variables in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,07/13] doc: typeset git dotfiles in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,06/13] doc: typeset dummy URLs and protocols in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,05/13] doc: typeset git-svn subcommands in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,04/13] doc: typeset git-related commands in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,03/13] doc: typeset configuration options in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,02/13] doc: typeset branches and remotes in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[RFC,v1,01/13] doc: typeset command-line options in monospace doc: (monospace) apply CodingGuidelines on a large-scale - - - --- 2021-04-09 Firmin Martin New
[6/6] send-pack: support push negotiation Push negotiation - - - --- 2021-04-09 Jonathan Tan Superseded
[5/6] fetch: teach independent negotiation (no packfile) Push negotiation - - - --- 2021-04-09 Jonathan Tan Superseded
[4/6] fetch-pack: refactor command and capability write Push negotiation - - - --- 2021-04-09 Jonathan Tan Superseded
[3/6] fetch-pack: refactor add_haves() Push negotiation - - - --- 2021-04-09 Jonathan Tan Superseded
[2/6] fetch-pack: refactor process_acks() Push negotiation - - - --- 2021-04-09 Jonathan Tan Superseded
[1/6] fetch-pack: buffer object-format with other args Push negotiation - - - --- 2021-04-09 Jonathan Tan Superseded
[RFC,2/2] config: add 'config.superproject' file share a config between submodule and superproject - - - --- 2021-04-08 Emily Shaffer Superseded
[RFC,1/2] config: rename "submodule" scope to "gitmodules" share a config between submodule and superproject - - - --- 2021-04-08 Emily Shaffer Superseded
Makefile: add missing dependencies of 'config-list.h' Makefile: add missing dependencies of 'config-list.h' - - - --- 2021-04-08 SZEDER Gábor Accepted
[v4,7/7] rm: honor sparse checkout patterns add/rm: honor sparse checkout and warn on sparse paths - - - --- 2021-04-08 Matheus Tavares Accepted
[v4,6/7] add: warn when asked to update SKIP_WORKTREE entries add/rm: honor sparse checkout and warn on sparse paths - - - --- 2021-04-08 Matheus Tavares Accepted
[v4,5/7] refresh_index(): add flag to ignore SKIP_WORKTREE entries add/rm: honor sparse checkout and warn on sparse paths - - - --- 2021-04-08 Matheus Tavares Accepted
[v4,4/7] pathspec: allow to ignore SKIP_WORKTREE entries on index matching add/rm: honor sparse checkout and warn on sparse paths - - - --- 2021-04-08 Matheus Tavares Accepted
[v4,3/7] add: make --chmod and --renormalize honor sparse checkouts add/rm: honor sparse checkout and warn on sparse paths - - - --- 2021-04-08 Matheus Tavares Accepted
[v4,2/7] t3705: add tests for `git add` in sparse checkouts add/rm: honor sparse checkout and warn on sparse paths - - - --- 2021-04-08 Matheus Tavares Accepted
[v4,1/7] add: include magic part of pathspec on --refresh error add/rm: honor sparse checkout and warn on sparse paths - - - --- 2021-04-08 Matheus Tavares Accepted
[v2,5/5] parallel-checkout: add design documentation Parallel Checkout (part 2) - - - --- 2021-04-08 Matheus Tavares Superseded
[v2,4/5] parallel-checkout: support progress displaying Parallel Checkout (part 2) - - - --- 2021-04-08 Matheus Tavares Superseded
[v2,3/5] parallel-checkout: add configuration options Parallel Checkout (part 2) - - - --- 2021-04-08 Matheus Tavares Superseded
[v2,2/5] parallel-checkout: make it truly parallel Parallel Checkout (part 2) - - - --- 2021-04-08 Matheus Tavares Superseded
[v2,1/5] unpack-trees: add basic support for parallel checkout Parallel Checkout (part 2) - - - --- 2021-04-08 Matheus Tavares Superseded
[v5,9/9] blame tests: simplify userdiff driver test userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,8/9] blame tests: don't rely on t/t4018/ directory userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,7/9] userdiff: remove support for "broken" tests userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,6/9] userdiff tests: list builtin drivers via test-tool userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,5/9] userdiff tests: explicitly test "default" pattern userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,4/9] userdiff: add and use for_each_userdiff_driver() userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,3/9] userdiff style: normalize pascal regex declaration userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,2/9] userdiff style: declare patterns with consistent style userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v5,1/9] userdiff style: re-order drivers in alphabetical order userdiff: refactor + test improvements - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
config: Introduce GIT_CONFIG_NOGLOBAL config: Introduce GIT_CONFIG_NOGLOBAL - - - --- 2021-04-08 Patrick Steinhardt New
[5/5] config: add --type=bool-or-auto switch config: support --type=bool-or-auto for "tristate" parsing - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[4/5] config.c: add a "tristate" helper config: support --type=bool-or-auto for "tristate" parsing - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[3/5] git-config: document --bool-or-str and --type=bool-or-str config: support --type=bool-or-auto for "tristate" parsing - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[2/5] config tests: test for --bool-or-str config: support --type=bool-or-auto for "tristate" parsing - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[1/5] config.c: add a comment about why value=NULL is true config: support --type=bool-or-auto for "tristate" parsing - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason New
[v2] config.c: remove last remnant of GIT_TEST_GETTEXT_POISON [v2] config.c: remove last remnant of GIT_TEST_GETTEXT_POISON - - - --- 2021-04-08 Ævar Arnfjörð Bjarmason Accepted
[GSoC,v3,1/1] userdiff: add support for Scheme [GSoC,v3,1/1] userdiff: add support for Scheme - - - --- 2021-04-08 Atharva Raykar Accepted
completion: audit and guard $GIT_* against unset use completion: audit and guard $GIT_* against unset use - - - --- 2021-04-08 Ville Skyttä Accepted
[v5] git-apply: allow simultaneous --cached and --3way options [v5] git-apply: allow simultaneous --cached and --3way options - - - --- 2021-04-08 Jerry Zhang New
[9/9] doc/config: document log.diffMerges git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[8/9] doc/diff-options: document new --diff-merges features git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[7/9] t9902: fix completion tests for log.d* to match log.diffMerges git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[6/9] t4013: add tests for log.diffMerges config git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[5/9] t4013: add test for --diff-merges=def git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[4/9] diff-merges: adapt -m to enable default diff format git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[3/9] diff-merges: introduce log.diffMerges config variable git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[2/9] diff-merges: refactor set_diff_merges() git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[1/9] diff-merges: introduce --diff-merges=def git log: configurable default format for merge diffs - - - --- 2021-04-07 Sergey Organov New
[v4] git-apply: allow simultaneous --cached and --3way options [v4] git-apply: allow simultaneous --cached and --3way options - - - --- 2021-04-07 Jerry Zhang Superseded
[v2,4/4] bisect--helper: retire `--bisect-next-check` subcommand Finish converting git bisect to C part 4 - - - --- 2021-04-07 Miriam R. Superseded
[v2,3/4] bisect--helper: reimplement `bisect_run` shell function in C Finish converting git bisect to C part 4 - - - --- 2021-04-07 Miriam R. Superseded
[v2,2/4] bisect--helper: reimplement `bisect_visualize()`shell function in C Finish converting git bisect to C part 4 - - - --- 2021-04-07 Miriam R. Superseded
[v2,1/4] run-command: make `exists_in_PATH()` non-static Finish converting git bisect to C part 4 - - - --- 2021-04-07 Miriam R. Superseded
[v2,GSOC] ref-filter: use single strbuf for all output [v2,GSOC] ref-filter: use single strbuf for all output - - - --- 2021-04-07 ZheNing Hu New
bash completion: complete CHERRY_PICK_HEAD bash completion: complete CHERRY_PICK_HEAD - - - --- 2021-04-07 Ævar Arnfjörð Bjarmason Accepted
« 1 2 ... 231 232 233432 433 »