Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/env: replace -a and -o with &&/|| | Rosen Penev | 2020-01-02 | 1 | -5/+5 |
| | | | | | | | | The former are not well defined. Found with shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||||
* | scripts/env: use explicit find location | Rosen Penev | 2020-01-02 | 1 | -1/+1 |
| | | | | | | | | Some find binaries do not imply the current directory. Found with shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||||
* | env: only use color diffs on terminals | Philip Prindeville | 2018-05-05 | 1 | -1/+1 |
| | | | | | | | | When sending script/env diff's output to a file or pipeline, you don't want escape characters for ANSI color sequences fouling the byte stream. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> | ||||
* | env: allow passing a commit message on save | Jo-Philipp Wich | 2015-05-01 | 1 | -2/+3 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45592 | ||||
* | scripts: unset GREP_OPTIONS in env and feeds (fixes #16924) | Felix Fietkau | 2014-06-30 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41407 | ||||
* | env: colorize git output | Florian Fainelli | 2012-02-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 30602 | ||||
* | scripts/env: improve the wording of the question when starting repository ↵ | Felix Fietkau | 2011-11-19 | 1 | -1/+1 |
| | | | | | | (patch by Rolf Leggewie) SVN-Revision: 29262 | ||||
* | scripts/env: make mv and cp operations more robust (treat dotfiles ↵ | Felix Fietkau | 2011-11-19 | 1 | -0/+4 |
| | | | | | | appropriately) (based on patch by Rolf Leggewie) SVN-Revision: 29261 | ||||
* | scripts/env: fix indentation (patch by Rolf Leggewie) | Felix Fietkau | 2011-11-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 29260 | ||||
* | path expansion was broken due to a badly quoted * | John Crispin | 2011-04-01 | 1 | -2/+2 |
| | | | | | | Signed-of-by: Benjamin Cama <benoar@dolka.fr> SVN-Revision: 26391 | ||||
* | scripts/env: fix initialization of files/ when creating a new environment ↵ | Felix Fietkau | 2010-07-21 | 1 | -1/+2 |
| | | | | | | (patch from #7603) SVN-Revision: 22336 | ||||
* | scripts/env: fix file syncing on env switch | Felix Fietkau | 2008-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 12925 | ||||
* | Restore config after running scripts/env diff. | Lars-Peter Clausen | 2008-09-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 12632 | ||||
* | fix ./scripts/env for newer git versions | Felix Fietkau | 2008-09-02 | 1 | -3/+1 |
| | | | | SVN-Revision: 12502 | ||||
* | fix ./scripts/env delete | Felix Fietkau | 2008-08-27 | 1 | -2/+3 |
| | | | | SVN-Revision: 12399 | ||||
* | replace the deprecated git-* command calls with git * | Felix Fietkau | 2008-08-24 | 1 | -15/+15 |
| | | | | SVN-Revision: 12379 | ||||
* | and another one | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12217 | ||||
* | fix a small typo | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12216 | ||||
* | add script for managing 'build environments' (.config+files/), including ↵ | Felix Fietkau | 2008-08-06 | 1 | -0/+219 |
documentation SVN-Revision: 12212 |