public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-staging/EdkRepo] [PATCH V2 0/1] EdkRepo: Add squash command
@ 2019-12-12 23:42 Nate DeSimone
  2019-12-12 23:42 ` [edk2-staging/EdkRepo] [PATCH V2 1/1] " Nate DeSimone
  0 siblings, 1 reply; 2+ messages in thread
From: Nate DeSimone @ 2019-12-12 23:42 UTC (permalink / raw)
  To: devel; +Cc: Ashley DeSimone, Puja Pandya, Erik Bjorge, Bret Barkelew

Changes from V2 to V1:
  Forget to commit the git_automation folder, added in V2.

Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>

Nate DeSimone (1):
  EdkRepo: Add squash command

 edkrepo/commands/arguments/squash_args.py | 19 +++++
 edkrepo/commands/humble/squash_humble.py  | 19 +++++
 edkrepo/commands/squash_command.py        | 95 +++++++++++++++++++++++
 edkrepo/common/humble.py                  |  7 +-
 edkrepo/common/squash.py                  | 93 ++++++++++++++++++++++
 edkrepo/git_automation/__init__.py        |  8 ++
 edkrepo/git_automation/commit_msg.py      | 21 +++++
 edkrepo/git_automation/rebase_squash.py   | 23 ++++++
 8 files changed, 284 insertions(+), 1 deletion(-)
 create mode 100644 edkrepo/commands/arguments/squash_args.py
 create mode 100644 edkrepo/commands/humble/squash_humble.py
 create mode 100644 edkrepo/commands/squash_command.py
 create mode 100644 edkrepo/common/squash.py
 create mode 100644 edkrepo/git_automation/__init__.py
 create mode 100644 edkrepo/git_automation/commit_msg.py
 create mode 100644 edkrepo/git_automation/rebase_squash.py

-- 
2.24.0.windows.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-12 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 23:42 [edk2-staging/EdkRepo] [PATCH V2 0/1] EdkRepo: Add squash command Nate DeSimone
2019-12-12 23:42 ` [edk2-staging/EdkRepo] [PATCH V2 1/1] " Nate DeSimone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox