aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_utils/git.sh (follow)
Commit message (Collapse)AuthorAge
* switch to egor@tensin.nameEgor Tensin2023-12-09
|
* ignore unsupported inherit_errexitEgor Tensin2023-05-22
| | | | | | I have a really ancient machine with an even more ancient version of bash that doesn't support inherit_errexit. Ignore for now, put it back later.
* git.sh: add git_replace{_word}Egor Tensin2023-05-21
|
* bash: remove unused or low-value stuffEgor Tensin2022-04-02
|
* bash: best practices & lintingEgor Tensin2022-04-02
|
* rename the projectEgor Tensin2022-04-01
|
* renamed the repoEgor Tensin2017-11-29
|
* don't source files twiceEgor Tensin2017-10-04
|
* branch_fixup_comitter_dates: an alias nowEgor Tensin2017-08-07
|
* *_eol_normalized: don't clean workdirEgor Tensin2017-08-07
|
* repo_branches: an alias nowEgor Tensin2017-08-07
|
* branch_fixup_committer_dates: --forceEgor Tensin2017-06-02
|
* add branch_fixup_committer_dateEgor Tensin2017-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: refactoringEgor Tensin2017-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: bugfixEgor Tensin2017-04-17
|
* add common prefixes to functions in .bash_utils/Egor Tensin2017-01-20
|
* branch_eol_normalized: bugfixEgor Tensin2017-01-16
|
* bugfixEgor Tensin2017-01-15
|
* add branch_eol_normalizedEgor Tensin2017-01-15
| | | | | * repo_line_endings_are_normalized -> repo_eol_normalized * repo_eol_normalized checks every branch.
* add repo_line_endings_are_normalizedEgor Tensin2017-01-15
|
* list_repo_*: replace with simple aliasesEgor Tensin2016-11-07
|
* bugfix & code styleEgor Tensin2016-11-07
| | | | Add missing '--'s, make arrays and nounset play well, etc.
* code styleEgor Tensin2016-11-07
|
* bugfixEgor Tensin2016-10-27
|
* add doslint_repo, lint_repoEgor Tensin2016-10-14
|
* bugfixEgor Tensin2016-10-10
| | | | The infamous nounset & ${xs[@]+"${xs[@]}"} thing.
* mustn't be a repository anymoreEgor Tensin2016-10-06