summaryrefslogtreecommitdiff
path: root/man/bundle-config.1.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump man pages monthbump_man_pagesDavid Rodríguez2020-03-041-1/+1
|
* Revert "Revert "Remove now meaningless setting""David Rodríguez2020-02-271-4/+0
| | | | This reverts commit b4cc36deb9749fba603d149e2b8e71b10cb331f1.
* February man pagesfebruary_manpagesDavid Rodríguez2020-02-011-1/+1
|
* Adds documentation for BUNDLE_APP_CONFIG env varDavid Chandek-Stark2020-01-151-135/+136
|
* Rebuild man pages for Januaryjanuary_man_pagesDavid Rodríguez2020-01-011-1/+1
|
* December manpagesdecember_manpagesDavid Rodríguez2019-12-011-1/+1
|
* November man pagesnovember_manpagesDavid Rodríguez2019-11-011-1/+1
|
* October manpagesoctober_manpagesDavid Rodríguez2019-10-011-1/+1
|
* Bump man documentation's monthDavid Rodríguez2019-09-011-1/+1
|
* Revert "Remove now meaningless setting"David Rodríguez2019-08-261-0/+4
| | | | This reverts commit 52c5a0eedec34b5d86464b3cf135dc2002486f1d.
* Document upcoming changes to remembered optionsTomoki Aonuma2019-08-141-126/+129
|
* Commit man pages to source controlDavid Rodríguez2019-08-101-0/+521
This has the benefit that: * Allows the installation of bundler as a default gem from rubygems to include man pages. * Removes the need to build man pages during our tests. * Makes working with the manifest easier, because we only have source controlled files, and not a mix of source control and generated files. To make sure they never fall out of sync, we replace the previous `man:build` CI task with a `man:check` task that makes sure the generated man pages are up to date.