dotscy icon indicating copy to clipboard operation
dotscy copied to clipboard

My personal configuration files, scripts etc.

Results 2 dotscy issues
Sort by recently updated
recently updated
newest added

`vmssh` depends on awk having a `strtonum()` function, which is GNU awk only. I'd prefer if it worked with plain awk. But beware: Some possible solutions might be [implementation-specific behavior](http://stackoverflow.com/questions/4614775/converting-hex-to-decimal-in-awk-or-sed).

enhancement

If there are empty commit messages in SVN, `git-svn-ahead`'s `git log --pretty=format:'%b%n%H'` will not output the `git-svn-id:` lines for these commits, because they are considered to be the _subject_ (`%s`),...

defect