[Bug 259207] ports-mgmt/pkg_tree: cleanup

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Oct 2021 01:22:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259207

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228910|                            |maintainer-approval+
              Flags|                            |

--- Comment #3 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
Created attachment 228910
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228910&action=edit
format-patch for ports-mgmt/pkg_tree

(In reply to Koichiro Iwao from comment #2)
こんな感じのやつでよいですか?
Is this what the format-patch should look like?


The commands I used to generate it:
rm -r -f -- ports-mgmt/pkg_tree/
cp -R -- ~/work/pkg_tree ports-mgmt/
git add -- ports-mgmt/pkg_tree
git commit "--author=Tatsuki Makino <tatsuki_makino@hotmail.com>" --
git format-patch --no-prefix -1 "--output-directory=/tmp/" --start-number=1
"--subject-prefix=" HEAD

In addition, the commands to restore the local clone to its original state:
git reset --soft HEAD^ --
git restore --source=HEAD --staged -- ports-mgmt/pkg_tree

(These additional information can be used as a reference to see what kind of
ideas the less understanding maintainer might generate :) )

-- 
You are receiving this mail because:
You are the assignee for the bug.