Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | branch_fixup_committer_dates: --force | Egor Tensin | 2017-06-02 |
| | |||
* | add branch_fixup_committer_date | Egor Tensin | 2017-06-01 |
| | | | | | | 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. | ||
* | git.sh: refactoring | Egor Tensin | 2017-06-01 |
| | | | | | Rename functions to better reflect their scopes. Like, whether a routine applies to a branch or to a whole repository. | ||
* | branch_eol_normalized: bugfix | Egor Tensin | 2017-04-17 |
| | |||
* | add common prefixes to functions in .bash_utils/ | Egor Tensin | 2017-01-20 |
| | |||
* | branch_eol_normalized: bugfix | Egor Tensin | 2017-01-16 |
| | |||
* | bugfix | Egor Tensin | 2017-01-15 |
| | |||
* | add branch_eol_normalized | Egor Tensin | 2017-01-15 |
| | | | | | * repo_line_endings_are_normalized -> repo_eol_normalized * repo_eol_normalized checks every branch. | ||
* | add repo_line_endings_are_normalized | Egor Tensin | 2017-01-15 |
| | |||
* | list_repo_*: replace with simple aliases | Egor Tensin | 2016-11-07 |
| | |||
* | bugfix & code style | Egor Tensin | 2016-11-07 |
| | | | | Add missing '--'s, make arrays and nounset play well, etc. | ||
* | code style | Egor Tensin | 2016-11-07 |
| | |||
* | bugfix | Egor Tensin | 2016-10-27 |
| | |||
* | add doslint_repo, lint_repo | Egor Tensin | 2016-10-14 |
| | |||
* | bugfix | Egor Tensin | 2016-10-10 |
| | | | | The infamous nounset & ${xs[@]+"${xs[@]}"} thing. | ||
* | mustn't be a repository anymore | Egor Tensin | 2016-10-06 |