Show patches with: Submitter = Emily Shaffer       |    State = Action Required       |   443 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/17] commit: use config-based hooks use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[02/17] am: convert applypatch hooks to use config use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[03/17] merge: use config-based hooks for post-merge hook use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[04/17] gc: use hook library for pre-auto-gc hook use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[05/17] rebase: teach pre-rebase to use hook.h use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[06/17] read-cache: convert post-index-change hook to use config use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[07/17] receive-pack: convert push-to-checkout hook to hook.h use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[08/17] git-p4: use 'git hook' to run hooks use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[09/17] hooks: convert 'post-checkout' hook to hook library use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[1/2] bugreport: generate config safelist based on docs bugreport: report configs from safelist - - - --- 2020-06-24 Emily Shaffer New
[1/2] gc: add tests for --cruft and friends let feature.experimental imply gc.cruftPacks=true - - - --- 2022-08-03 Emily Shaffer New
[1/2] help: add shell-path to --build-options bugreport: collect shell settings - - - --- 2020-05-12 Emily Shaffer New
[1/2] MyFirstContribution: clarify asciidoc dependency some small clarifying docfixes - - - --- 2020-10-16 Emily Shaffer New
[1/2] progress: create progress struct in 'verbose' mode enable progress traces even when quiet - 1 - --- 2020-07-10 Emily Shaffer New
[1/3] myfirstcontrib: add 'psuh' to command-list.txt some clarifications to MyFirstContribution - - - --- 2019-10-26 Emily Shaffer New
[1/6] hook: scaffolding for git-hook subcommand configuration-based hook management - - - --- 2019-12-10 Emily Shaffer New
[10/17] hook: convert 'post-rewrite' hook to config use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[11/17] transport: convert pre-push hook to use config use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[12/17] reference-transaction: look for hooks in config use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[13/17] receive-pack: convert 'update' hook to hook.h use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[14/17] proc-receive: acquire hook list from hook.h use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[15/17] post-update: use hook.h library use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[16/17] receive-pack: convert receive hooks to hook.h use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[17/17] run-command: stop thinking about hooks use config-based hooks (config-based hooks part - - - --- 2020-12-05 Emily Shaffer New
[2/2] bugreport: add config values from safelist bugreport: report configs from safelist - - - --- 2020-06-24 Emily Shaffer New
[2/2] bugreport: include user interactive shell bugreport: collect shell settings - - - --- 2020-05-12 Emily Shaffer New
[2/2] config: let feature.experimental imply gc.cruftPacks=true let feature.experimental imply gc.cruftPacks=true - - - --- 2022-08-03 Emily Shaffer New
[2/2] docs: demonstrate difference between 'am' and 'apply' some small clarifying docfixes - - - --- 2020-10-16 Emily Shaffer New
[2/2] progress: remove redundant null-checking enable progress traces even when quiet - - - --- 2020-07-10 Emily Shaffer New
[2/3] myfirstcontrib: add dependency installation step some clarifications to MyFirstContribution - 1 - --- 2019-10-26 Emily Shaffer New
[2/6] config: add string mapping for enum config_scope configuration-based hook management - - - --- 2019-12-10 Emily Shaffer New
[3/3] myfirstcontrib: hint to find gitgitgadget allower some clarifications to MyFirstContribution 1 1 - --- 2019-10-26 Emily Shaffer New
[3/6] hook: add --list mode configuration-based hook management - - - --- 2019-12-10 Emily Shaffer New
[4/6] hook: support reordering of hook list configuration-based hook management - - - --- 2019-12-10 Emily Shaffer New
[5/6] hook: remove prior hook with '---' configuration-based hook management - - - --- 2019-12-10 Emily Shaffer New
[6/6] hook: teach --porcelain mode configuration-based hook management - - - --- 2019-12-10 Emily Shaffer New
[Developer,Blog] post: a tour of git's object types [Developer,Blog] post: a tour of git's object types - - - --- 2019-10-19 Emily Shaffer New
[git-scm.com] community: advertise 'git-bugreport' tool [git-scm.com] community: advertise 'git-bugreport' tool - - - --- 2020-05-28 Emily Shaffer New
[RFC,01/13] walken: add infrastructure for revwalk demo example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,02/13] walken: add usage to enable -h example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,03/13] walken: add placeholder to initialize defaults example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,04/13] walken: add handler to git_config example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,05/13] walken: configure rev_info and prepare for walk example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,06/13] walken: perform our basic revision walk example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,07/13] walken: filter for authors from gmail address example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,08/13] walken: demonstrate various topographical sorts example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,09/13] walken: demonstrate reversing a revision walk list example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,10/13] walken: add unfiltered object walk from HEAD example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,11/13] walken: add filtered object walk example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,12/13] walken: count omitted objects example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,13/13] walken: reverse the object walk order example implementation of revwalk tutorial - - - --- 2019-06-07 Emily Shaffer New
[RFC,v2,01/13] walken: add infrastructure for revwalk demo example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,02/13] walken: add usage to enable -h example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,03/13] walken: add placeholder to initialize defaults example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,04/13] walken: add handler to git_config example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,05/13] walken: configure rev_info and prepare for walk example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,06/13] walken: perform our basic revision walk example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,07/13] walken: filter for authors from gmail address example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,08/13] walken: demonstrate various topographical sorts example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,09/13] walken: demonstrate reversing a revision walk list example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,1/2] hook: scaffolding for git-hook subcommand configuration-based hook management (was: [TOPIC 2/17] Hooks in the future) - - - --- 2020-04-14 Emily Shaffer New
[RFC,v2,1/4] config: rename "submodule" scope to "gitmodules" share a config between submodule and superproject - - - --- 2021-04-23 Emily Shaffer New
[RFC,v2,10/13] walken: add unfiltered object walk from HEAD example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,11/13] walken: add filtered object walk example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,12/13] walken: count omitted objects example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,13/13] walken: reverse the object walk order example implementation of revwalk tutorial - - - --- 2019-06-26 Emily Shaffer New
[RFC,v2,2/2] hook: add --list mode configuration-based hook management (was: [TOPIC 2/17] Hooks in the future) - - - --- 2020-04-14 Emily Shaffer New
[RFC,v2,2/4] t1510-repo-setup: don't use exact matching on traces share a config between submodule and superproject - - - --- 2021-04-23 Emily Shaffer New
[RFC,v2,3/4] t7006-pager.sh: more lenient trace checking share a config between submodule and superproject - - - --- 2021-04-23 Emily Shaffer New
[RFC,v2,4/4] config: add 'config.superproject' file share a config between submodule and superproject - - - --- 2021-04-23 Emily Shaffer New
[RFC,v2] prefix_path: show gitdir when arg is outside repo [RFC,v2] prefix_path: show gitdir when arg is outside repo - - - --- 2020-02-15 Emily Shaffer New
[RFC,v3,01/13] walken: add infrastructure for revwalk demo example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,02/13] walken: add usage to enable -h [v3] documentation: add tutorial for revision walking - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,03/13] walken: add placeholder to initialize defaults example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,04/13] walken: add handler to git_config example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,05/13] walken: configure rev_info and prepare for walk example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,06/13] walken: perform our basic revision walk example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,07/13] walken: filter for authors from gmail address example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,08/13] walken: demonstrate various topographical sorts example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,09/13] walken: demonstrate reversing a revision walk list example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,10/13] walken: add unfiltered object walk from HEAD example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,11/13] walken: add filtered object walk example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,12/13] walken: count omitted objects example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,13/13] walken: reverse the object walk order example implementation of revwalk tutorial - - - --- 2019-07-01 Emily Shaffer New
[RFC,v3,5/6] parse-options: parse into argv_array propose config-based hooks - - - --- 2020-07-28 Emily Shaffer New
[RFC,v3,6/6] hook: add 'run' subcommand propose config-based hooks - - - --- 2020-07-28 Emily Shaffer New
[RFC] grep: provide sane default to grep_source struct [RFC] grep: provide sane default to grep_source struct - - - --- 2019-05-16 Emily Shaffer New
[RFC] prefix_path: show gitdir when arg is outside repo [RFC] prefix_path: show gitdir when arg is outside repo - - - --- 2020-02-14 Emily Shaffer New
[RFC] rev-list: clarify --abbrev and --abbrev-commit usage [RFC] rev-list: clarify --abbrev and --abbrev-commit usage - - - --- 2019-06-13 Emily Shaffer New
[RFC] unpack-trees: watch for out-of-range index position [RFC] unpack-trees: watch for out-of-range index position - - - --- 2020-01-08 Emily Shaffer New
[v10,1/5] help: move list_config_help to builtin/help add git-bugreport tool - - - --- 2020-03-23 Emily Shaffer New
[v10,2/5] bugreport: add tool to generate debugging info add git-bugreport tool - - - --- 2020-03-23 Emily Shaffer New
[v10,3/5] bugreport: gather git version and build info add git-bugreport tool - - - --- 2020-03-23 Emily Shaffer New
[v10,4/5] bugreport: add uname info add git-bugreport tool - - - --- 2020-03-23 Emily Shaffer New
[v10,5/5] bugreport: add compiler info add git-bugreport tool - - - --- 2020-03-23 Emily Shaffer New
[v11,1/5] help: move list_config_help to builtin/help add git-bugreport tool - - - --- 2020-03-25 Emily Shaffer New
[v11,2/5] bugreport: add tool to generate debugging info add git-bugreport tool - - - --- 2020-03-25 Emily Shaffer New
[v11,3/5] bugreport: gather git version and build info add git-bugreport tool - - - --- 2020-03-25 Emily Shaffer New
[v11,4/5] bugreport: add uname info add git-bugreport tool - - - --- 2020-03-25 Emily Shaffer New
[v11,5/5] bugreport: add compiler info add git-bugreport tool - - - --- 2020-03-25 Emily Shaffer New
« 1 2 3 44 5 »