Bump to version 0.4
[dotfiles-framework.git] / dotfiles.sh
2015-02-13 W. Trevor KingBump to version 0.4 master v0.4
2015-02-13 W. Trevor Kingdotfiles.sh: Add a 'list' command
2013-03-29 W. Trevor KingBump to version 0.3 v0.3
2013-03-29 W. Trevor Kingdotfiles.sh: Replace `which` with `command -v`
2013-01-15 W. Trevor Kingdotfiles.sh: bump copyright year
2013-01-15 W. Trevor Kingdotfiles.sh: space/tab indentation cleanups
2013-01-15 W. Trevor Kingdotfiles.sh: Fix 'fetch' -> 'diff' typo in 'diff comman...
2012-09-27 W. Trevor KingAdd DOTFILES_* environment variable overrides for exter...
2012-09-27 W. Trevor KingPass update() options through to link().
2012-09-27 W. Trevor KingFix locations for nonempty_option in disconnect() and...
2012-09-27 W. Trevor KingFix arrats -> arrays typo in a comment.
2012-09-27 W. Trevor KingDon't force loopy local symlinks if we've already linke...
2012-09-27 W. Trevor KingMake relative links optional (add `link --relative`)
2012-09-27 W. Trevor KingAdd `link --force-link` to override old links (e.g...
2012-09-27 W. Trevor KingWrap $TARGET in braces in disconnect().
2012-09-27 W. Trevor KingUse relative rather than absolute links.
2012-09-10 W. Trevor KingAdd COPYING and include copyright blurb in dotfiles...
2012-03-14 W. Trevor KingFiles can not be repositories during run_on_all_repos().
2012-03-14 W. Trevor KingUse `elif` instead of `else if` where possible to reduc...
2012-01-30 W. Trevor KingUse '-p1' instead of '-p0' for patching.
2011-12-01 W. Trevor KingBreak out git_fetch and only pull when there is a remote.
2011-12-01 W. Trevor KingRelax no-associative-array bailout on fetch by assuming...
2011-12-01 W. Trevor KingMove no-associative-array bailout from wget_fetch to...
2011-12-01 W. Trevor KingOnly initialize REPO_SOURCE_DATA if Bash supports assoc...
2011-12-01 W. Trevor KingGive notification before applying local-patch/*.remove.
2011-12-01 W. Trevor KingAdd check for Bash >= 3.1 (required for += array assign...
2011-11-30 W. Trevor KingUse subshell and 'cd' instead of --git-dir and --work...
2011-11-30 W. Trevor KingSet --work-tree to REPO when running 'git pull'.
2011-11-30 W. Trevor KingRaise an error if the user tries to use wget-based...
2011-11-30 W. Trevor KingOptions before repository name in command call inside...
2011-11-30 W. Trevor KingMore indentation fixups. I think everything's just...
2011-11-30 W Trevor KingFix 'diff --remove' invocation inside 'diff --local...
2011-11-30 W Trevor KingFix option handling in run_on_all_repos().
2011-11-30 W Trevor KingMore indentation fixups in dotfiles.sh.
2011-11-30 W Trevor KingGit version 1.6.0.4 does not support cloning into exist...
2011-11-30 W Trevor KingAssorted indentation fixups in dotfiles.sh.
2011-11-30 W. Trevor KingStrip down to just the framework, and compact that... v0.2