summaryrefslogtreecommitdiff
path: root/Command/AddUrl.hs
Commit message (Expand)AuthorAge
* where indentationGravatar Joey Hess2012-11-12
* maintain set of files pendingAddGravatar Joey Hess2012-06-20
* addurl: Was broken by a typo introduced 2 released ago, now fixed. Closes: #6...Gravatar Joey Hess2012-06-14
* separate source of content from the filename associated with the key when gen...Gravatar Joey Hess2012-06-05
* Add annex.httpheaders and annex.httpheader-command config settingsGravatar Joey Hess2012-04-22
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* more robustness fixesGravatar Joey Hess2012-02-18
* don't fail with --pathdepth when file already existsGravatar Joey Hess2012-02-18
* don't error out entirely if an url cannot be downloadedGravatar Joey Hess2012-02-18
* fix filename limit when using --pathdepthGravatar Joey Hess2012-02-16
* zero still badGravatar Joey Hess2012-02-16
* allow pathdepth to drop from the front or take from the end (negative)Gravatar Joey Hess2012-02-16
* improve usageGravatar Joey Hess2012-02-16
* addurl: Add --pathdepth option.Gravatar Joey Hess2012-02-16
* avoid too long filename when making up a filename for addurl tooGravatar Joey Hess2012-02-16
* create parent directories as needed for addurl --fileGravatar Joey Hess2012-02-16
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* also verify new urls when adding them to existing filesGravatar Joey Hess2012-02-10
* addurl --fast: Verifies that the url can be downloaded (only getting its head...Gravatar Joey Hess2012-02-10
* addurl: Normalize badly encoded urls.Gravatar Joey Hess2012-02-09
* improve error messageGravatar Joey Hess2012-02-08
* addurl: Added a --file optionGravatar Joey Hess2012-02-08
* Added remote.name.annex-web-options configuration setting, which can be used ...Gravatar Joey Hess2012-01-02
* remove leftover debug printGravatar Joey Hess2011-12-15
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* cleanupGravatar Joey Hess2011-10-31
* bare cleanupGravatar Joey Hess2011-10-29
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* clean Annex stuff out of Utility/Gravatar Joey Hess2011-10-16
* migrate: Copy url logs for keys when migrating.Gravatar Joey Hess2011-10-15
* reorganize log modulesGravatar Joey Hess2011-10-15
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* go go gadget hlintGravatar Joey Hess2011-09-20
* tweakGravatar Joey Hess2011-09-15
* remove command type definitionsGravatar Joey Hess2011-09-15
* fix synopsisGravatar Joey Hess2011-09-15
* fix / escapeGravatar Joey Hess2011-09-09
* addurl: Always use whole url as destination filename, rather than only its fi...Gravatar Joey Hess2011-09-07
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* moved files aroundGravatar Joey Hess2011-08-20
* split out generic url stuff into a helper library from Remote.WebGravatar Joey Hess2011-08-16
* addurl: --fast can be used to avoid immediately downloading the url.Gravatar Joey Hess2011-08-06
* unify elipsis handlingGravatar Joey Hess2011-07-19
* remove unused backend machineryGravatar Joey Hess2011-07-05
* download urls via tmp file, and support resumingGravatar Joey Hess2011-07-01