File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ This gives you just few log entries including the initial checkin and
161161change of the file headers to Apache. But then the magic comes:
162162
163163``` bash
164- $ git remote add emilian https://github.com/emilianbold /netbeans-releases.git
165- $ git fetch emilian # this takes a while, the history is huge!
164+ $ git remote add archive https://github.com/codelerity /netbeans-releases.git
165+ $ git fetch archive # this takes a while, the history is huge!
166166$ git replace 6daa72c98 32042637 # the 1st donation
167167$ git replace 6035076ee 32042637 # the 2nd donation
168168```
@@ -174,6 +174,6 @@ $ git log platform/uihandler/arch.xml
174174$ git blame platform/uihandler/arch.xml
175175```
176176
177- Many thanks to Emilian Bold who converted the ancient history to his
178- [ Git repository ] ( https://github.com/emilianbold/netbeans-releases )
179- and made the magic possible!
177+ You can browse the archived repo [ here ] ( https://github.com/codelerity/netbeans-releases ) .
178+
179+ Many thanks to Emilian Bold who created the original archive repository.
You can’t perform that action at this time.
0 commit comments