summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* rise to top of working tree on Git::Annex initialisationSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* check that it is relaxed about dir existingSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* check toplevel is always absoluteSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add Git::Annex::BatchCommandSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rm stray blank lineSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop release_statusSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use NextRelease and @Git bundleSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add URI markersSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* actually remove README.rstSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* actually, let's just have one README after allSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* also exclude the real READMESean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix excludeSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix pathSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* a bit more in the actual READMESean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* best to avoid capitals in the file which is not actually the READMESean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* README.dist is not valid for the git repository; fix thatSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* die if can't get annex UUIDSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add a changelogSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* more metadataSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* declare perl version requiredSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add a READMESean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop MakefileSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* indent log linesSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* start importing annex-review-unusedSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tests: use 'is'Sean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add abs_contentlocationSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tweakSean Whitton2020-02-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* ensure that Git::Annex toplevel is always an absolute pathSean Whitton2020-02-01
| | | | | | | | Avoids some problems with Git::Wrapper, which does not cope when the pwd changes but Git::Wrapper was initialised with a path relative to the old pwd. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* configuration to build distributions for upload to CPANSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add 'unused' method to Git::AnnexSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* _git_path does an implicit catfileSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add _store_unused_cache tooSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add .git dir utilsSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* with_temp_annex -> with_temp_annexesSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* normalise use of ExporterSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tweakSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out with_temp_annexSean Whitton2020-02-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* basic Git::Annex wrapper class and project administriviaSean Whitton2020-01-31
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>