Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-08 | doc: Update man page on Git file URLs | Oliver Reiche | |
2024-03-05 | Update documentation, now that "foreign file" roots are implemented | Klaus Aehlig | |
2024-02-20 | git repo fetch: support "inherit env" | Klaus Aehlig | |
When fetching git repositories, just-mr routinely shells out to git. In this case, allow the user to specify via "inherit env", which environment variables from the host environment should be made available in this action. Typical variables to inherit are ones providing credentials, like SSH_AUTH_SOCK. As the repository description specifies the commit that will be taken, and hence the resulting tree, correctness is not affected by the environement leaking in here. | |||
2023-11-14 | man: Add documentation for specifying alternative mirrors | Paul Cristian Sarbu | |
2023-11-13 | Add end-to-end test for environment handling of "git tree" repositories | Klaus T. Aehlig | |
... ensuring that just-mr passes on the specified environment variables (and only those) to the tree-generating action. | |||
2023-11-02 | Document the new features | Paul Cristian Sarbu | |
2023-08-14 | man-5: Add plain tar and 7zip support to just-mr repository config | Paul Cristian Sarbu | |
2023-08-07 | man: Add 'special' pragma to just-mr repository config | Paul Cristian Sarbu | |
2023-06-26 | man pages: use consistent git spelling | Sascha Roloff | |
Use Git with capital G, when referring to Git in general. Use git with small g, when referring to the git command. | |||
2023-06-26 | man pages: minor fixes | Sascha Roloff | |
2023-06-26 | man pages: consistent command references | Sascha Roloff | |
2023-06-26 | man pages: unify emphasis of just commands for man and markdown viewers | Sascha Roloff | |
2023-06-23 | man pages: properly emphasize and quote arguments and other keywords in man ↵ | Sascha Roloff | |
pages In order to consistently emphasize arguments and other keywords in man page as well as markdown viewers, they should be wrapped in single asterisks and single backticks like *`<argument>`*. | |||
2023-06-01 | man: Minor format and consistency improvements | Oliver Reiche | |
2023-06-01 | man: Convert man pages to markdown | Oliver Reiche | |
... for easy processing with pandoc. |