Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | Makefile improvements | Andrew Cady | |
1. changed default goal just to show what 'make install' would do. 2. added "REVERSE" variable and "reverse-all" target to show/incorporate back into the source the changes that have been made to installed versions. | |||
2020-05-31 | reorder for clarity | Andrew Cady | |
2020-05-31 | wording | Andrew Cady | |
2020-05-31 | git-ll-remote: show more info when -a is given | Andrew Cady | |
2020-05-31 | git-ll-remote: improve messaging and add -u | Andrew Cady | |
2020-05-31 | fix definition of ancestor | Andrew Cady | |
git believes that a hash is its own ancestor! | |||
2020-05-30 | git-ll-remote: improved reporting; fixes | Andrew Cady | |
2020-05-30 | xvnc fix for local $DISPLAY > :0 | Andrew Cady | |
2020-05-30 | improve git-ll-remote | Andrew Cady | |
0) If we already have the ref to be fetched, "git fetch" will no longer even be called, making this command much faster overall most of the time. 1) By default, only print remote branches that have pushed onto the local HEAD. If you don't do any rebasing, these correspond roughly to "pull requests". 2) With "-r", only print remote branches that are ANCESTORS of HEAD. These may be people you need to nag more because you are requesting the pull from them. As likely, they are old stale branches that you should delete. 3) With "-a", print everything. | |||
2020-05-28 | Dynmically generate ~/.gitconfig | Andrew Cady | |
Ancient versions of 'git' would use the unix passwd identity as the default author/committer. This dynamically-generated ~/.gitconfig does the same. Might as well set excludesfile = ~/.config/git/ignore | |||
2020-05-28 | new function install_spacemacs() | Andrew Cady | |
2020-05-28 | new command git-autotag | Andrew Cady | |
like 'git tag', except specify (with '-u') the default gpg keyring's default uid (instead of using the uid from the git user). | |||
2020-05-26 | sliceweasel: change launch command to "firefox" | Andrew Cady | |
2020-05-26 | sliceweasel: fix syntax error | Andrew Cady | |
2020-05-19 | lptext: expand tabs | Andrew Cady | |
2020-05-05 | git-ll-remote | Andrew Cady | |
2020-05-03 | hostname-specific bashrc file | Ella Grapp | |
2020-01-19 | add ttoggle | Andrew Cady | |
2019-10-13 | xvnc bugfix | Andrew Cady | |
2019-10-13 | subvolify(): remove empty temp dir | Andrew Cady | |
2019-10-13 | new bash function: newfile() | Andrew Cady | |
2019-10-13 | new command: quickserve | Andrew Cady | |
2019-10-12 | add support for specifying ssh port | Andrew Cady | |
2019-09-18 | xvnc: add option -r to share local display to remote side | Andrew Cady | |
2019-09-18 | new command: alarming | Andrew Cady | |
2019-08-19 | various changes | Andrew Cady | |
2019-07-23 | fix nasty bug in 'subvolify' | Andrew Cady | |
If the argument ends in /, it would break. | |||
2019-04-24 | update musopen to new web API | Andrew Cady | |
2019-04-07 | .bashrc: added functions | Andrew Cady | |
2019-04-07 | 'asdf': add dvorak support | Andrew Cady | |
type 'qwer' to switch to dvorak type 'asdf' to switch back to usa no support for russian dvorak at the moment | |||
2018-12-09 | new commands | Andrew Cady | |
2018-12-09 | sliceweasel: WIP on cpu slicing | Andrew Cady | |
2018-12-09 | bashrc: debian_install_firefox() | Andrew Cady | |
2018-12-09 | git-push-clone | Andrew Cady | |
2018-09-11 | git-push-clone: Set core.bare=false | Andrew Cady | |
If 'bare' is unset, git allows pushing into the checked out branch, contrary to what I assumed. | |||
2018-09-11 | interactive-rename | Andrew Cady | |
2018-09-11 | git-push-clone | Andrew Cady | |
2018-08-06 | pavol: fix --mute=[on|off] | Andrew Cady | |
2018-07-27 | bashrc: new functions | Andrew Cady | |
2018-07-27 | amixer-enable-mic: ignore capture channel map | Andrew Cady | |
2018-07-27 | amixer-enable-mic: optional verbosity | Andrew Cady | |
2018-07-27 | xvnc | Andrew Cady | |
2018-06-27 | bashrc: check for dbus-launch | Andrew Cady | |
2018-06-27 | thinkpad-rotate | Andrew Cady | |
2018-06-12 | wifi restarting scripts | Andrew Cady | |
2018-06-12 | ssh host aliases | Andrew Cady | |
2018-06-12 | webm command | Andrew Cady | |
2018-06-12 | asdf | Andrew Cady | |
(Seriously. asdf. That's what it is.) | |||
2018-06-12 | improvements | Andrew Cady | |
2018-06-12 | sliceweasel | Andrew Cady | |