aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_utils/git.sh (unfollow)
Commit message (Collapse)Author
2017-08-07branch_fixup_comitter_dates: an alias nowEgor Tensin
2017-08-07*_eol_normalized: don't clean workdirEgor Tensin
2017-08-07repo_branches: an alias nowEgor Tensin
2017-06-02branch_fixup_committer_dates: --forceEgor Tensin
2017-06-01add branch_fixup_committer_dateEgor 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-01git.sh: refactoringEgor Tensin
Rename functions to better reflect their scopes. Like, whether a routine applies to a branch or to a whole repository.
2017-04-17branch_eol_normalized: bugfixEgor Tensin
2017-01-20add common prefixes to functions in .bash_utils/Egor Tensin
2017-01-16branch_eol_normalized: bugfixEgor Tensin
2017-01-15bugfixEgor Tensin
2017-01-15add branch_eol_normalizedEgor Tensin
* repo_line_endings_are_normalized -> repo_eol_normalized * repo_eol_normalized checks every branch.
2017-01-15add repo_line_endings_are_normalizedEgor Tensin
2016-11-07list_repo_*: replace with simple aliasesEgor Tensin
2016-11-07bugfix & code styleEgor Tensin
Add missing '--'s, make arrays and nounset play well, etc.
2016-11-07code styleEgor Tensin
2016-10-27bugfixEgor Tensin
2016-10-14add doslint_repo, lint_repoEgor Tensin
2016-10-10bugfixEgor Tensin
The infamous nounset & ${xs[@]+"${xs[@]}"} thing.
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