aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bash_utils/git.sh (unfollow)
Commit message (Collapse)Author
2016-10-06mustn't be a repository anymoreEgor Tensin
2016-08-17move .bashrc_* to .bash_utils/Egor Tensin
2016-08-14list_repo_dirs: bugfixEgor Tensin
If there was a dir within a repo with a few other dirs in it (and no files), that top-level directory wouldn't come up in list_repo_dirs's output.
2016-08-14add licensing noticesEgor Tensin
2016-08-14get rid of multi-`source`ing protectionEgor Tensin
2016-08-14set -o errexit -o nounset -o pipefail in functionsEgor Tensin
2016-08-14bugfixEgor Tensin
2016-08-13code styleEgor Tensin
2016-08-13fix ShellCheck warningsEgor Tensin
2016-07-26list_repo_*: add command line optionsEgor Tensin
2016-07-26split .bashrc into multiple filesEgor Tensin
2016-07-15move Netwrix-specific stuff to .bashrc_netwrixEgor Tensin
2016-07-13split .bashrc into multiple filesEgor Tensin