Commit message (Collapse) | Author | ||
---|---|---|---|
2018-06-04 | move ssh-related stuff to ssh.sh | Egor Tensin | |
spawn_ssh_agent no longer creates ~/.ssh_agent.sh, because in cron jobs it's pretty useless actually, since they are typically run when I'm not connected via ssh. | |||
2018-05-23 | runc*: best bash practices | Egor Tensin | |
2018-05-05 | mysql.sh: `mysql --no-auto-rehash` | Egor Tensin | |
It's too slow over slow connections for huge databases otherwise. | |||
2018-04-11 | mysql.sh: support $MYSQL_DATABASE | Egor Tensin | |
2018-04-05 | add mysql.sh | Egor Tensin | |
2017-12-01 | os.sh: support Fedora | Egor Tensin | |
Also, OS detection has been reworked a bit. | |||
2017-11-29 | renamed the repo | Egor Tensin | |
2017-10-04 | don't source files twice | Egor Tensin | |
2017-10-01 | move PYTHONSTARTUP to python.sh | Egor Tensin | |
2017-10-01 | add python.sh | Egor Tensin | |
This is a stupid way to add your user's pip binary directory to $PATH. | |||
2017-10-01 | path_add: prepend | Egor Tensin | |
2017-09-04 | runc*: finally merged runc & runcxx! | Egor Tensin | |
2017-09-04 | runc*: put flags after source files | Egor Tensin | |
Weirdly, GCC _really_ likes it that way. | |||
2017-09-04 | runc*: support -L w/ relative paths | Egor Tensin | |
2017-08-25 | os.sh: support Linux Mint | Egor Tensin | |
2017-08-24 | runc*: support -I w/ relative paths | Egor Tensin | |
2017-08-07 | branch_fixup_comitter_dates: an alias now | Egor Tensin | |
2017-08-07 | *_eol_normalized: don't clean workdir | Egor Tensin | |
2017-08-07 | repo_branches: an alias now | Egor Tensin | |
2017-07-16 | code style | Egor Tensin | |
2017-07-10 | sums_add_distr: add *.img, *.tar files | Egor Tensin | |
2017-06-02 | branch_fixup_committer_dates: --force | Egor Tensin | |
2017-06-01 | add branch_fixup_committer_date | Egor 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-01 | git.sh: refactoring | Egor Tensin | |
Rename functions to better reflect their scopes. Like, whether a routine applies to a branch or to a whole repository. | |||
2017-04-18 | add sums_remove_missing | Egor Tensin | |
2017-04-18 | distr.sh: bugfix | Egor Tensin | |
2017-04-17 | code style | Egor Tensin | |
2017-04-17 | branch_eol_normalized: bugfix | Egor Tensin | |
2017-04-16 | str_join: echo instead of printf | Egor Tensin | |
2017-04-16 | str_split: bugfix | Egor Tensin | |
2017-04-16 | bugfix & code style | Egor Tensin | |
2017-04-16 | sums_list_paths: factor out sums_unescape_path | Egor Tensin | |
2017-04-15 | str_replace*: proper escaping in sed patterns | Egor Tensin | |
2017-04-15 | str_contains, str_*_with: proper escaping | Egor Tensin | |
2017-04-15 | str_split: interface update | Egor Tensin | |
2017-04-15 | os.sh: package_list -> pkg_list | Egor Tensin | |
2017-04-15 | swap_files: not necessarily regular | Egor Tensin | |
2017-04-15 | code style | Egor Tensin | |
2017-04-15 | sums_verify: --strict | Egor Tensin | |
2017-04-15 | sums_update -> sums_add | Egor Tensin | |
2017-04-14 | sums_list_paths: handle special characters | Egor Tensin | |
2017-03-28 | sums_update_distr: include archives | Egor Tensin | |
2017-02-23 | runc*: add .exe on Cygwin | Egor Tensin | |
2017-02-17 | runc*: no .exe extensions | Egor Tensin | |
2017-02-13 | runc*: customizable compiler selection | Egor Tensin | |
2017-01-20 | add common prefixes to functions in .bash_utils/ | Egor Tensin | |
2017-01-20 | remove str_invert_match | Egor Tensin | |
I can't remember what it's for anyway. | |||
2017-01-16 | branch_eol_normalized: bugfix | Egor Tensin | |
2017-01-16 | code style | Egor Tensin | |
2017-01-15 | os.sh: add corresponding functions for Arch Linux | Egor Tensin | |