| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com>
|
|
|
|
|
|
This avoids the need to rebase the overlay when nothing has changed.
|
|
I updated the readme example using the most recent overlay with only 1
touched development.
|
|
I'd like to add this convention as it is very convenient for the
development of dev tools. Example, I can do `setup-coq-devs ltac
equations` and then get a fully composed tree. Similarly for preparing
overlays.
|
|
This allows to use fixed commits and not just branches or tags.
We keep using git clone when $FORCE_GIT is set (for projects on
gforge.inria.fr and projects pulling dependencies through git submodules).
fiat-parsers also calls git submodule, but inside its own Makefile.
|
|
This allows to append /archive at the end.
|
|
|
|
We had mostly used absolute links in the past.
I just discovered that GitHub recommends using relative links instead:
https://help.github.com/articles/basic-writing-and-formatting-syntax/#relative-links
and indeed my Emacs Markdown mode can handle relative links but doesn't
interpret absolute links relatively to the root of the git repository.
[ci skip]
|
|
comments.
[ci skip]
|
|
[ci skip]
|
|
Clarification prompted by Jim Fehrle.
[ci skip]
|
|
|
|
|
|
This will avoid stupid merge conflicts in the future.
|