- 16 Jul, 2019 1 commit
- 
- 
Ilya Gorski authored
 
- 
- 14 Jul, 2019 1 commit
- 
- 
Ilya Gorski authored
 
- 
- 13 Jul, 2019 1 commit
- 
- 
Marc Cornellà authored
 
- 
- 12 Jul, 2019 1 commit
- 
- 
Mark Coleman authoredThe original suggestion for an unattended install downloads the installation script to a file, then runs that file with the --unattended argument. The install.sh file would be left behind after the suggested command was run. This change passes the --unattended argument directly into sh. So, it's a nice one-liner like the default installation script, and it doesn't leave a dangling install.sh script. 
 
- 
- 11 Jul, 2019 1 commit
- 
- 
Adriaan Knapen authored
 
- 
- 01 Jul, 2019 2 commits
- 
- 
Robby Russell authoredAfter wandering into a few articles that discuss the difference between might and may...opting for may. 
- 
Jackson Delahunt authoredRedirect stderr to avoid printing errors to the console when the ssh key is not unlocked. 
 
- 
- 27 Jun, 2019 1 commit
- 
- 
Jacky Wu authored
 
- 
- 26 Jun, 2019 1 commit
- 
- 
tom-apfm authoredAdd better usage instructions for the plugin which actually work 
 
- 
- 15 Jun, 2019 6 commits
- 
- 
Jason Schwerberg authored
- 
Marc Cornellà authored
- 
Nicholas Wehr authored
- 
Sung Won Cho authored
- 
Robby Russell authoredJust add aliases for PVC actions. 
- 
SomeDer authored* git: add `alias grev="git revert"` * Swapping double for single quotes Matching the conventions in the plugin 
 
- 
- 14 Jun, 2019 1 commit
- 
- 
Crackpot authored
 
- 
- 12 Jun, 2019 1 commit
- 
- 
Viktor Fonic authored
 
- 
- 11 Jun, 2019 2 commits
- 
- 
Marc Cornellà authored* Clean up plugin and README * Rename ag to age to avoid conflict with The Silver Searcher Fixes #3866 
- 
Marc Cornellà authored* Use double quotes to cache value of $apt_pref and $apt_upgr * Clean up and fix syntax of command checks * Clean up README and document $apt_pref/$apt_upgr overriding mechanism * Rename `ag` alias (apt upgrade) to `au` * Clean up README and fix syntax Fixes #3686 Fixes #4660 Closes #5906 Co-authored-by: Noah Vesely <fowlslegs@riseup.net> Noah Vesely <fowlslegs@riseup.net>
 
- 
- 10 Jun, 2019 1 commit
- 
- 
Marc Cornellà authored
 
- 
- 09 Jun, 2019 2 commits
- 
- 
Ryan Greenblatt authoredZsh may be configured such that ">>" will error if the file doesn't exist (`setopt noclobber`). 
- 
Marc Cornellà authoredtput is error-prone and may not be needed, since all the formatting codes used are standard across all types of terminals. 
 
- 
- 08 Jun, 2019 1 commit
- 
- 
Felipe Contreras authoredSigned-off-by: Felipe Contreras <felipe.contreras@gmail.com> Felipe Contreras <felipe.contreras@gmail.com>
 
- 
- 07 Jun, 2019 2 commits
- 
- 
Roger Steneteg authored
- 
Felipe Contreras authored* gitfast: use $OSTYPE again In the last update to upstream this was reverted: a56eac7a (Use OSTYPE instead of uname whenever possible for better speed. (#5496)) Signed-off-by:  Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: simplify plugin
No need to set and unset a variable we use once.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: simplify plugin
No need to set and unset a variable we use once.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: add script to update from upstream
This would make easier the process of updating, and also not miss our
patches.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: add script to update from upstream
This would make easier the process of updating, and also not miss our
patches.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: update to upstream v2.21
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: update to upstream v2.21
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Felipe Contreras <felipe.contreras@gmail.com>
 
- 
- 03 Jun, 2019 15 commits
- 
- 
Marc Cornellà authoredinstaller: fix, refactor and add installer arguments 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authoredtput may throw errors on invalid $TERM values, for example. This shorthand syntax allows for that as well as for if tput doesn't exist. 
- 
Zach Whitten authoredCo-authored-by:  Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com>
Co-authored-by: Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com>
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authoredCo-authored-by:  Liquidsoul <liquidsoul@liquidsoul.fr>
Co-authored-by: Liquidsoul <liquidsoul@liquidsoul.fr>
Co-authored-by: Alexander Polynomdivision <digitalmail555@googlemail.com>
Co-authored-by: Alexander Polynomdivision <digitalmail555@googlemail.com>
Co-authored-by: loket <loket@cruftlab.io>
Co-authored-by: loket <loket@cruftlab.io>
Co-authored-by: Connor Demille <subtlepseudonym@gmail.com> Connor Demille <subtlepseudonym@gmail.com>
- 
Marc Cornellà authoredCo-authored-by: Joel Kuzmarski <leoj3n@gmail.com> Joel Kuzmarski <leoj3n@gmail.com>
- 
Marc Cornellà authoredCo-authored-by:  Marshall Ford <inbox@marshallford.me>
Co-authored-by: Marshall Ford <inbox@marshallford.me>
Co-authored-by: Joel Kuzmarski <leoj3n@gmail.com> Joel Kuzmarski <leoj3n@gmail.com>
- 
Andrew Janke authored
- 
Marc Cornellà authoredSupposed to be POSIX-compatible. Proved to work in dash, yash and whatever alpine uses. See https://unix.stackexchange.com/a/371873 
- 
Marc Cornellà authored
- 
Andrew Janke authoredThis facilitates testing of changes to the core installation code: you'll be able to do a roundtrip test of install and uninstall using the working code on your branch. Controlled by passing $REPO and $BRANCH environment variables to install.sh. 
 
- 
