summaryrefslogtreecommitdiff
path: root/man/bundle-exec.ronn
Commit message (Collapse)AuthorAgeFilesLines
* Fix man page linksHiro Asari2018-05-171-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-linksSamuel Giddins2018-01-041-3/+3
|
* Removed whitespaceStephanie Morillo2017-07-211-5/+5
| | | From lines 66-71.
* Add graph re: bundle exec modifying lockfileStephanie Morillo2017-07-201-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-docsSamuel Giddins2016-09-111-0/+9
|
* reword exec docs for clarityAndre Arko2013-09-061-3/+3
|
* exec flags must go before the commandAndre Arko2013-09-061-1/+1
|
* add some documentation, warn if passing --keep-file-descriptors on < 2.0Steven Davidovitz2013-09-061-1/+8
|
* reword (hopefully for clarity)Andre Arko2013-06-161-16/+17
|
* Fix #2502Alex Soto2013-06-161-0/+17
|
* fix small typoPrzemek Hocke2012-09-211-1/+1
|
* Explain shelling out using with_clean_env in the bundle exec helpAndre Arko2010-10-311-0/+13
|
* Update internal linkswycats2010-08-151-4/+4
|
* Add bundle config and bundle execwycats2010-08-151-0/+98