summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP resolve conflictsstow1Adam Spiers2011-11-151-28/+148
* Reorder TODO prioritiesAdam Spiers2011-11-151-6/+6
* Allow --disable-maintainer-mode option to ./configure to stop make reconfigur...Adam Spiers2011-11-155-6/+123
* Add tmp/ to .gitignoreAdam Spiers2011-11-151-0/+1
* Add some items to the TODOAdam Spiers2011-11-151-2/+10
* Add some POD.Adam Spiers2011-11-151-12/+96
* Rename $conflicts to $show_conflictsAdam Spiers2011-11-151-11/+11
* Improve variable namingAdam Spiers2011-11-141-36/+45
* Add comments for clarityAdam Spiers2011-11-141-0/+7
* Trim superfluous parenthesesAdam Spiers2011-11-141-3/+3
* Add unit tests for Stow::RelativePath()Adam Spiers2011-11-141-0/+39
* Handle unreadable directories more gracefullyAdam Spiers2011-11-141-3/+6
* Rebuild configureAdam Spiers2011-11-141-2/+17
* Rebuild stow.info with newer makeinfoAdam Spiers2011-11-141-120/+119
* Make stow script executableAdam Spiers2011-11-141-1/+1
* Fixes to ignore systemAdam Spiers2011-11-141-6/+11
* Document justification for having stow ignore lists independently of VCS igno...Adam Spiers2011-11-141-0/+19
* In theory autoconf/automake should help us avoidAdam Spiers2011-11-142-0/+25
* Add more sensible entries to default global ignore list.Adam Spiers2011-11-141-0/+7
* Remove dependency on external routine Sh::glob_to_re()Adam Spiers2011-11-142-3/+22
* Cleaner separation of front-end options from backend.Adam Spiers2011-11-141-43/+54
* Move main() to below all CLI-related subsAdam Spiers2011-11-141-29/+29
* Add emacs local variable to set modeAdam Spiers2011-11-141-0/+4
* Setting of default option values belongs in the front-end.Adam Spiers2011-11-142-68/+81
* Revamp ignore system to avoid sole dependency on external .cvsignoreAdam Spiers2011-11-142-24/+75
* These days configure.ac is preferred to configure.inAdam Spiers2011-11-142-1/+1
* Install Stow.pm in lib/perl5Adam Spiers2011-11-142-15/+42
* Update configure by running autoconfAdam Spiers2011-11-141-745/+2924
* Update Makefile.in by running automakeAdam Spiers2011-11-141-256/+638
* Update aclocal.m4 by running aclocalAdam Spiers2011-11-141-389/+497
* Bump version number to 1.4.0Adam Spiers2011-11-146-14/+14
* Add .gitignoreAdam Spiers2011-11-101-0/+4
* Remove CVS keywords.Adam Spiers2011-11-102-9/+0
* CONFLICTs need to stay on one line for easy parsing by external programsAdam Spiers2011-11-091-1/+1
* tidy up CONFLICT outputAdam Spiers2011-11-091-10/+29
* give more helpful conflict messagesAdam Spiers2011-11-091-24/+26
* fix RelativePath for relative paths and other corner casesAdam Spiers2011-11-091-13/+33
* small tidyingAdam Spiers2011-11-091-8/+12
* always ignore CVS and cfgsaveAdam Spiers2011-11-091-9/+13
* -c implies -nAdam Spiers2011-11-091-0/+1
* -p for pruningAdam Spiers2011-11-092-9/+44
* JoinPaths is weird after allAdam Spiers2011-11-091-9/+16
* Rename $to_unstow to $PkgsToUnstow for legibility and consistencyAdam Spiers2011-11-091-4/+4
* more commentsAdam Spiers2011-11-091-21/+31
* comments on $pure, $othercollectionAdam Spiers2011-11-091-4/+20
* numerous refactorings and comments to improve legibilityAdam Spiers2011-11-091-115/+158
* Refactor the core of the backend into Stow.pmAdam Spiers2011-11-092-519/+513
* - improve debuggingAdam Spiers2011-11-091-4/+9
* improve conflict debuggingAdam Spiers2011-11-091-9/+9
* ignore anything in .cvsignoreAdam Spiers2011-11-091-6/+36