summaryrefslogtreecommitdiff
path: root/test-retroactive.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use custom fullpath() fn to avoid confusion with realpath vs alternativeJames Murty2014-05-261-7/+4
| | | | | | | * Define and use simple `pwd`-based fullpath() function * Remove misleading comment Confirmed to work on OSX.
* Replace heavyweight use of python with a simple 'pwd' callJames Murty2014-05-261-1/+1
|
* Make test-restrospective.sh test script compatible with OSXJames Murty2014-05-231-0/+6
|
* Fix broken rsync pull, bug introduced in 309f63097aJed Brown2013-02-181-0/+16
|
* Add 'git fat index-filter .. --manage-gitattributes'Jed Brown2013-02-141-0/+34
This writes a .gitattributes file for every commit in the history, appending rules for all the now-managed fat files.