summaryrefslogtreecommitdiff
path: root/man/bundle-remove.1
Commit message (Collapse)AuthorAgeFilesLines
* Bump man pages monthbump_man_pagesDavid Rodríguez2020-03-041-1/+1
|
* February man pagesfebruary_manpagesDavid Rodríguez2020-02-011-1/+1
|
* 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
|
* Commit man pages to source controlDavid Rodríguez2019-08-101-0/+31
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.