aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
2017-07-15.bashrc: use bold colors in PS1Egor Tensin
This way, directory names are more clearly visible in my VirtualBox Arch Linux window.
2017-07-10sums_add_distr: add *.img, *.tar filesEgor 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-05-29.gitconfig: log.follow = trueEgor Tensin
2017-05-29.gitconfig: mergetool.keepBackup = false w/ KDiff3Egor Tensin
2017-05-19.gitconfig: add alias.ll, alias.lllEgor Tensin
2017-04-18add sums_remove_missingEgor Tensin
2017-04-18distr.sh: bugfixEgor Tensin
2017-04-17code styleEgor Tensin
2017-04-17branch_eol_normalized: bugfixEgor Tensin
2017-04-16str_join: echo instead of printfEgor Tensin
2017-04-16str_split: bugfixEgor Tensin
2017-04-16bugfix & code styleEgor Tensin
2017-04-16sums_list_paths: factor out sums_unescape_pathEgor Tensin
2017-04-15str_replace*: proper escaping in sed patternsEgor Tensin
2017-04-15str_contains, str_*_with: proper escapingEgor Tensin
2017-04-15str_split: interface updateEgor Tensin
2017-04-15os.sh: package_list -> pkg_listEgor Tensin
2017-04-15swap_files: not necessarily regularEgor Tensin
2017-04-15code styleEgor Tensin
2017-04-15sums_verify: --strictEgor Tensin
2017-04-15sums_update -> sums_addEgor Tensin
2017-04-14sums_list_paths: handle special charactersEgor Tensin
2017-03-28sums_update_distr: include archivesEgor Tensin
2017-02-23runc*: add .exe on CygwinEgor Tensin
2017-02-17runc*: no .exe extensionsEgor Tensin
2017-02-14PS1 updateEgor Tensin
2017-02-14PS1 updateEgor Tensin
2017-02-13runc*: customizable compiler selectionEgor Tensin
2017-01-30export BASHOPTSEgor Tensin
2017-01-24sed --follow-symlinks doesn't work w/ sed 4.2.2Egor Tensin
2017-01-20sed: --follow-symlinksEgor Tensin
2017-01-20add common prefixes to functions in .bash_utils/Egor Tensin
2017-01-20remove str_invert_matchEgor Tensin
I can't remember what it's for anyway.
2017-01-16branch_eol_normalized: bugfixEgor Tensin
2017-01-16code styleEgor Tensin
2017-01-15os.sh: add corresponding functions for Arch LinuxEgor Tensin
2017-01-15add list_initial_packages_ubuntuEgor 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
2017-01-14remove .curlrcEgor Tensin
It was nearly useless anyway.
2017-01-12define $EDITOREgor Tensin
2017-01-08add str_ends_withEgor Tensin
2017-01-05free: --humanEgor Tensin
2016-12-26update & export PS1Egor Tensin
2016-12-25ssh-copy-id: -iEgor Tensin
2016-12-25.ssh/config: HashKnownHosts noEgor Tensin