Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loic
tools
Commits
dd41009a
Commit
dd41009a
authored
Jul 28, 2019
by
Oliver Pinter
Browse files
HBSD: use atomic pushes
Signed-off-by:
Oliver Pinter
<
oliver.pinter@hardenedbsd.org
>
parent
a1775fee
Changes
1
Hide whitespace changes
Inline
Side-by-side
release/git/release_new_stable_repo.csh
View file @
dd41009a
...
...
@@ -188,8 +188,8 @@ if ( ${_ok} != "yes" ) then
endif
foreach i ( ${remotes} )
git push ${i}
git push --tags ${i}
git push
--atomic
${i}
git push
--atomic
--tags ${i}
git push --atomic ${i} refs/notes/commits
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment