aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
2017-08-25os.sh: support Linux MintEgor Tensin
2017-08-24runc*: support -I w/ relative pathsEgor Tensin
2017-08-23.vimrc: better colors + highlight current lineEgor Tensin
2017-08-22add .screenrcEgor Tensin
2017-08-22.bashrc: add xclip aliasEgor Tensin
2017-08-22.gitconfig: group aliasesEgor Tensin
2017-08-22.gitconfig: remove alias.wdiffEgor Tensin
2017-08-22.gitconfig: remove custom KDiff3 settingsEgor Tensin
It's supported by git anyway. The only inconvinience is that I'll have to confirm a mergetool every time there's a conflict, but meh.
2017-08-22.gitconfig: core.autocrlf = falseEgor Tensin
Because seriously, what the hell. Watch your newlines!
2017-08-22.profile: fix on Linux MintEgor Tensin
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-07-16code styleEgor Tensin
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.