Commit message (Collapse) | Author | ||
---|---|---|---|
2017-01-20 | add common prefixes to functions in .bash_utils/ | Egor Tensin | |
2017-01-16 | branch_eol_normalized: bugfix | Egor Tensin | |
2017-01-15 | bugfix | Egor Tensin | |
2017-01-15 | add branch_eol_normalized | Egor Tensin | |
* repo_line_endings_are_normalized -> repo_eol_normalized * repo_eol_normalized checks every branch. | |||
2017-01-15 | add repo_line_endings_are_normalized | Egor Tensin | |
2016-11-07 | list_repo_*: replace with simple aliases | Egor Tensin | |
2016-11-07 | bugfix & code style | Egor Tensin | |
Add missing '--'s, make arrays and nounset play well, etc. | |||
2016-11-07 | code style | Egor Tensin | |
2016-10-27 | bugfix | Egor Tensin | |
2016-10-14 | add doslint_repo, lint_repo | Egor Tensin | |
2016-10-10 | bugfix | Egor Tensin | |
The infamous nounset & ${xs[@]+"${xs[@]}"} thing. | |||
2016-10-06 | mustn't be a repository anymore | Egor Tensin | |
2016-08-17 | move .bashrc_* to .bash_utils/ | Egor Tensin | |
2016-08-14 | list_repo_dirs: bugfix | Egor 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-14 | add licensing notices | Egor Tensin | |
2016-08-14 | get rid of multi-`source`ing protection | Egor Tensin | |
2016-08-14 | set -o errexit -o nounset -o pipefail in functions | Egor Tensin | |
2016-08-14 | bugfix | Egor Tensin | |
2016-08-13 | code style | Egor Tensin | |
2016-08-13 | fix ShellCheck warnings | Egor Tensin | |
2016-07-26 | list_repo_*: add command line options | Egor Tensin | |
2016-07-26 | split .bashrc into multiple files | Egor Tensin | |
2016-07-15 | move Netwrix-specific stuff to .bashrc_netwrix | Egor Tensin | |
2016-07-13 | split .bashrc into multiple files | Egor Tensin | |