- 14 Feb, 2022 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
- 09 Feb, 2021 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
- 05 Aug, 2020 1 commit
-
-
Ingo Meyer authored
-
- 03 Mar, 2020 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
stdout and stderr cannot be swapped in Python 3 to use completion in `input` on stderr. This commit rewrites code parts to use stdout instead.
-
- 10 Sep, 2018 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
Before this commit, `config-update` was found by an shell alias. Now, it its directory is added to the `PATH` variable.
-
- 16 Jul, 2018 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
Unstaged changes will be stashed and applied before the working copy changes are applied to the config directory.
-
- 15 Jan, 2018 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
When switching branches internally, staged changes were lost (because of git stash usage) -> Added `--index` to `git stash pop` to prevent this.
-
- 14 Jan, 2018 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
- 11 Jan, 2018 2 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
- 08 Jan, 2018 3 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
After closing the editor for the first config file the user can choose another file.
-
Ingo Meyer authored
-
- 07 Jan, 2018 2 commits
-
-
Ingo Heimbach authored
-
Ingo Heimbach authored
It is better to use the user's preferred configuration via `~/.inputrc`.
-
- 05 Jan, 2018 13 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
New files were added to the currently checked out branch instead.
-
Ingo Meyer authored
-
Ingo Meyer authored
If both config directory and config symlink are located in `${HOME}`, a relative link targets are used instead of absolute ones. This prevents problems with changing home directory paths (e.g. if the home directory is mounted via NFS).
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
Diff stats at the end of the updating process often used a wrong `HEAD@{1}` reference. Now, before the update process the old HEAD is saved explicitly.
-
-
Ingo Meyer authored
Branches were synced with remote ones but not the working directory; that is fixed now. Improved handling of unpushed changes (for example when no network connection was available when updating files): Branches are merged and not reset any more. Uncomitted changes are stashed before applying any other changes and restored afterwards.
-
- 04 Jan, 2018 5 commits
-
-
Ingo Meyer authored
-
Ingo Meyer authored
Config files in `${HOME}` shall be stored relative to `${HOME}` to permit different home directory pathes on different machines.
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-