Commit message (Collapse) | Author | ||
---|---|---|---|
2017-10-04 | don't source files twice | Egor Tensin | |
2017-08-07 | branch_fixup_comitter_dates: an alias now | Egor Tensin | |
2017-08-07 | *_eol_normalized: don't clean workdir | Egor Tensin | |
2017-08-07 | repo_branches: an alias now | Egor Tensin | |
2017-06-02 | branch_fixup_committer_dates: --force | Egor Tensin | |
2017-06-01 | add branch_fixup_committer_date | Egor Tensin | |
This routine sets every commit's "commit date" to its "author date". It's really useful for me, given the amount of history rewriting I do routinely. | |||
2017-06-01 | git.sh: refactoring | Egor Tensin | |
Rename functions to better reflect their scopes. Like, whether a routine applies to a branch or to a whole repository. | |||
2017-04-17 | branch_eol_normalized: bugfix | Egor Tensin | |
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 | |