Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix man page links | Hiro Asari | 2018-05-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | With markup [`bundle platform(1)`][bundle-platform(1)] ronn creates this HTML fragment <dt><a href="bundle-platform.html"><code>bundle platform(1)</code></a></dt><dd><p>Display platform compatibility information</p></dd> At the same time, it generates HTML file `bundle-platform.1.html` based on the man page section, and this results in certain inter-man-page links 404. We resolve this inconsistency by spelling out the href attributes. | ||||
* | [Man] Audit links to other manpagesseg-audit-man-links | Samuel Giddins | 2018-01-04 | 1 | -3/+3 |
| | |||||
* | Removed whitespace | Stephanie Morillo | 2017-07-21 | 1 | -5/+5 |
| | | | From lines 66-71. | ||||
* | Add graph re: bundle exec modifying lockfile | Stephanie Morillo | 2017-07-20 | 1 | -0/+7 |
| | | | | | Hey team, I've added a graph to the documentation that explains why bundle exec makes changes to Gemfile.lock. It was originally referenced in this issue: https://github.com/bundler/bundler/issues/5245 | ||||
* | Update bundle-exec docs for exec loadingseg-exec-load-docs | Samuel Giddins | 2016-09-11 | 1 | -0/+9 |
| | |||||
* | reword exec docs for clarity | Andre Arko | 2013-09-06 | 1 | -3/+3 |
| | |||||
* | exec flags must go before the command | Andre Arko | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | add some documentation, warn if passing --keep-file-descriptors on < 2.0 | Steven Davidovitz | 2013-09-06 | 1 | -1/+8 |
| | |||||
* | reword (hopefully for clarity) | Andre Arko | 2013-06-16 | 1 | -16/+17 |
| | |||||
* | Fix #2502 | Alex Soto | 2013-06-16 | 1 | -0/+17 |
| | |||||
* | fix small typo | Przemek Hocke | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | Explain shelling out using with_clean_env in the bundle exec help | Andre Arko | 2010-10-31 | 1 | -0/+13 |
| | |||||
* | Update internal links | wycats | 2010-08-15 | 1 | -4/+4 |
| | |||||
* | Add bundle config and bundle exec | wycats | 2010-08-15 | 1 | -0/+98 |