GNU bug report logs -
#58196
27.0.50; ediprolog 2.2: Please upload the new version to ELPA
Previous Next
Full log
View this message in rfc822 format
> Yes, I have made a public repository available at:
>
> https://github.com/triska/ediprolog/
Could you merge that history with that of elpa.git?
I.e. start with
git remote add -p externals/ediprolog elpa \
git://git.sv.gnu.org/emacs/elpa.git
and then try something like
git merge elpa/externals/ediprolog
It might be rather messy done this way. You may need to start by
merging the elpa history with the closest matching version in your
history (maybe commit 751119cfee9efb52e89d0387d795f3b0c181299d?):
git reset --hard 751119cfee9efb52e89d0387d795f3b0c181299d
git merge elpa/externals/ediprolog
[ resolve any conflicts, and make any other changes you like ]
git merge
elpa.git won't be able to follow your repository until that repository's
HEAD is a "fast forward" so this "merging" is necessary. You can make
it "trivial" by throwing away any and all changes that actually come
from `elpa/externals/ediprolog`: only the metadata needs to say that
the commits of `elpa/externals/ediprolog` have all been merged.
Stefan
This bug report was last modified 123 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.