Commit actual code in Git, not outdated archive#50
Commit actual code in Git, not outdated archive#50Roy-Orbison wants to merge 1 commit intoopto:masterfrom
Conversation
Extracted release v3.4.4, merged and tidied README content, set consistent line-endings, deleted old .xpi file, added .gitignore and a GNU makefile so releases can be built using only the `make` command.
|
The author should of the commit should be linked correctly, IMHO. The PR IMHO should also be rebased on: https://github.com/wangvisual/expression-search . If this is done it should be done correctly I guess. |
|
the problem is, I have it spread over three repos, historically, and have not figured out yet how to combine that in a linear commit flow. Google gave a lot of getting commits from parallel repos into subtrees, but that is not what I really wanted. Klaus |
|
I just quickly created #51 to show that it is principally possible. Actually this is the better one but I cannot do a PR because this repo is not fork of wangvisuals: https://github.com/riedel/expression-search/tree/expression-search-NG What I did is that I only unpacked the xpi on top of the latest changes I got on top of the original expression search (did that before with the TB68 version). I took the timestamps for the files and put you as an author. |
If you have another internal repo with "better" commit messages, what you can simply do is a |
|
@opto Would you consider publishing those other repos, possibly only temporarily, so we can suggest a better solution? |
Extracted release v3.4.4, merged and tidied README content, set consistent line-endings, deleted old
.xpifile, added.gitignoreand a GNU makefile so releases can be built using only themakecommand.A single zip file is a bit opaque, and not conducive to code review, issues, or pull requests.