Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145637444
D16593.1778357997.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
485 B
Referenced Files
None
Subscribers
None
D16593.1778357997.diff
View Options
Index: tools/tools/git/git-svn-init
===================================================================
--- tools/tools/git/git-svn-init
+++ 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
Sat, May 9, 8:19 PM (5 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28625909
Default Alt Text
D16593.1778357997.diff (485 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