mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: save HEAD when git-import-patches runs (#17824)
This commit is contained in:
@@ -17,6 +17,12 @@ def main(argv):
|
||||
help="use 3-way merge to resolve conflicts")
|
||||
args = parser.parse_args(argv)
|
||||
|
||||
# save the upstream HEAD so we can refer to it when we later export patches
|
||||
git.update_ref(
|
||||
repo='.',
|
||||
ref='refs/patches/upstream-head',
|
||||
newvalue='HEAD'
|
||||
)
|
||||
git.am(
|
||||
repo='.',
|
||||
patch_data=patch_from_dir(args.patch_dir),
|
||||
|
||||
Reference in New Issue
Block a user