Skip to content

Commit

Permalink
Add script to graft full history
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jul 1, 2014
1 parent 151410c commit ca89fc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions load-full-history.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
#script to download the full history from the wildfly repository
#and graft it into the correct position
#most users should not need this, but it may be useful for backporting
git remote add --no-tags -f original-wildfly-repository https://github.com/wildfly/wildfly.git
echo '835a62dfa8261022153dc0e02563f0a9980a14e0 4ecae52eefc9b17710bc961d08775da3e50c1b18'>>.git/info/grafts

0 comments on commit ca89fc1

Please sign in to comment.