Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143739344
D16593.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
500 B
Referenced Files
None
Subscribers
None
D16593.diff
View Options
Index: head/tools/tools/git/git-svn-init
===================================================================
--- head/tools/tools/git/git-svn-init
+++ head/tools/tools/git/git-svn-init
@@ -119,11 +119,9 @@
# Arrange to have 'master' reference 'trunk'
${GIT} checkout trunk
- # Delete master
- ${GIT} branch -D master
-
- # Make master really be trunk
- ${GIT} checkout -b master trunk
+ # Make master reference trunk
+ ${GIT} branch --force master trunk
+ ${GIT} checkout master
}
rebase()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 1, 10:12 AM (13 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28339795
Default Alt Text
D16593.diff (500 B)
Attached To
Mode
D16593: Summary: git-svn-init: Clarify branch creation commands Suggested by: eadler
Attached
Detach File
Event Timeline
Log In to Comment