summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
Commit message (Expand)AuthorAgeFilesLines
* etc-update: add --quiet for bug #416917Zac Medico2012-09-031-6/+9
* etc-update: fix --automode -5, bug #427068Zac Medico2012-07-181-0/+7
* etc-update: handle emacs diff cmd, bug #409849Zac Medico2012-03-271-1/+3
* etc-update: remove duplicate using_editorZac Medico2012-03-271-1/+0
* etc-update: quote ${file}v2.2.0_alpha91Zac Medico2012-03-171-1/+1
* etc-update: ignore non-existent CONFIG_PROTECTZac Medico2012-03-171-2/+5
* etc-update: ignore changes in whitespace (-b) for automergeMike Frysinger2012-03-121-16/+13
* etc-update: fix logic bug with protected filesMike Frysinger2012-03-111-3/+4
* etc-update: handle symlinked filesMike Frysinger2012-03-101-4/+22
* etc-update: fix default "enter" behaviorMike Frysinger2012-03-101-2/+5
* etc-update: add a --preen flagMike Frysinger2012-03-101-0/+5
* etc-update: support scan paths on the command lineMike Frysinger2012-03-101-4/+8
* etc-update: turn -[3579] flags into command line optionMike Frysinger2012-03-081-31/+54
* etc-update: rewrite significantlyMike Frysinger2012-03-081-305/+338
* etc-update: use PORTAGE_INST_UID/GIDZac Medico2011-12-081-2/+4
* etc-update: experimental prefix supportZac Medico2011-12-081-3/+3
* etc-update: support PAGER env var for bug #384663Zac Medico2011-09-281-1/+10
* etc-update: add clear_term config for bug #142508Zac Medico2011-05-311-3/+4
* Update timestamps in headers of modified files.Zac Medico2011-05-251-1/+1
* etc-update: clear term when appropriateZac Medico2011-05-171-1/+5
* bash: as a general rule, use read -rZac Medico2010-12-291-1/+1
* etc-update: eliminate duplicate example configsZac Medico2010-12-131-1/+5
* etc-update: tweak style in do_distconf()Anthony Basile2010-12-131-10/+2
* etc-update: replace 'seq' with pure bashv2.2.0_alpha8Zac Medico2010-12-121-3/+6
* etc-update: add option to save example configAnthony Basile2010-12-121-0/+33
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
* make sure etc-update sorts updates in the order (1) leading dir path (2) file...Mike Frysinger2009-06-281-2/+2
* Fix incorrect usage of trap (only remove on signal at a time).Zac Medico2008-12-121-1/+2
* Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up whenZac Medico2008-11-231-4/+4
* Bug #188780 - Make the read_int() function show a more human readable errorZac Medico2008-11-231-1/+2
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-151-3/+5
* only use dummy echos in do_file() when running in interactive modeMike Frysinger2008-10-101-2/+3
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-2/+1
* Fix USERLAND references to handle Darwin like BSD.Zac Medico2007-12-291-4/+5
* Call die() so that the $TMP directory is always properlyZac Medico2007-11-031-7/+6
* if mode=1 and `dialog` is not usable, abort #197990 by DominikBuerkleMike Frysinger2007-11-031-0/+7
* Bug #195949 - Add one more using_editor conditional forZac Medico2007-10-151-2/+10
* Bug #195949 - Use a different diff_command sanity checkZac Medico2007-10-151-7/+14
* add --debug option and display a message about skipping non-files so we dont ...Mike Frysinger2007-10-071-3/+9
* add standard --help/--version optionsMike Frysinger2007-10-071-1/+25
* unify diff_command handlingMike Frysinger2007-10-071-16/+19
* no need to use "function" when defining a functionMike Frysinger2007-10-031-10/+10
* this isnt part of gentoolkit anymoreMike Frysinger2007-10-031-1/+1
* Initialize PORTAGE_TMPDIR before using it.Zac Medico2007-09-291-3/+3
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-241-1/+1
* fix possible information leak vulnerability when doing a merge of configurati...Mike Frysinger2007-09-241-11/+22
* tweak get_config() so that it only executes one external binary (sed) instead...Mike Frysinger2007-09-241-9/+15
* change directory to / in case $PWD doesnt existMike Frysinger2007-08-261-1/+3