summaryrefslogtreecommitdiff
path: root/GitRepo.hs
Commit message (Collapse)AuthorAge
* fix absrepo data lossGravatar Joey Hess2011-02-04
| | | | it was dropping the config map for the repos it changed
* map improvementsGravatar Joey Hess2011-02-03
| | | | | | | | | | | | added uuid.log repos group repos by host avoid displaying most urls display remote names on edges still some bugs
* more accessor functions and better bad url handlingGravatar Joey Hess2011-02-03
|
* add check for unclean treeGravatar Joey Hess2011-02-01
|
* idiomGravatar Joey Hess2011-01-27
|
* add checks that location log files are committedGravatar Joey Hess2011-01-11
| | | | currently failing for move --to
* use concatGravatar Joey Hess2011-01-09
|
* support ssh urls containing "~", and relative user:pathGravatar Joey Hess2010-12-31
|
* use git-annex-shell configlistGravatar Joey Hess2010-12-31
|
* Support scp-style urls for remotes (host:path).Gravatar Joey Hess2010-12-28
|
* Avoid multiple calls to git ls-files when passed eg, "*".Gravatar Joey Hess2010-12-23
|
* Support remotes using git+ssh and ssh+git as protocol. Closes: #607056Gravatar Joey Hess2010-12-14
|
* Support remotes using git+ssh:// as protocol. Closes: #607056Gravatar Joey Hess2010-12-14
|
* Bugfix: Always correctly handle gitattributes when in a subdirectory of the ↵Gravatar Joey Hess2010-11-28
| | | | repository.
* hlint tweaksGravatar Joey Hess2010-11-22
| | | | Remotes.hs next, and also Backend/* and Command/*
* got rid of several more calls to git when finding unlocked filesGravatar Joey Hess2010-11-11
|
* add typeChangedFilesGravatar Joey Hess2010-11-10
|
* hlinted a few filesGravatar Joey Hess2010-11-06
|
* add a stupid test harnessGravatar Joey Hess2010-11-02
|
* clean upGravatar Joey Hess2010-11-02
|
* clean upGravatar Joey Hess2010-11-02
|
* blew several hours on getting the decodeGitFile 100% right with quickcheckGravatar Joey Hess2010-11-02
|
* reorgGravatar Joey Hess2010-11-02
|
* deal with git's insane octal filename encodingGravatar Joey Hess2010-11-02
|
* updatGravatar Joey Hess2010-11-01
|
* fix checkAttr to not deadlock and not need strictnessGravatar Joey Hess2010-11-01
| | | | Yeah, "will never deadlock" is never a good sign in code comments. ;)
* wrote checkAttrGravatar Joey Hess2010-11-01
|
* finished adding support for annex.ssh-optionsGravatar Joey Hess2010-11-01
|
* more Wall cleaningGravatar Joey Hess2010-10-31
|
* bugfix: really run GitQueue against specified repo, not necessarily pwdGravatar Joey Hess2010-10-31
|
* Fixed memory leak; git-annex no longer reads the whole file list from git ↵Gravatar Joey Hess2010-10-30
| | | | before starting, and will be much faster with large repos.
* use -z with git-ls-files, to support files with odd charsGravatar Joey Hess2010-10-29
|
* factor out stagedFilesGravatar Joey Hess2010-10-29
|
* convert safeSystem to boolSystemGravatar Joey Hess2010-10-29
| | | | to fix ctrl-c handling
* Fix support for file:// remotes.Gravatar Joey Hess2010-10-28
|
* took Josh's asvice and unified the Repo data types & used pattern matching moreGravatar Joey Hess2010-10-28
|
* tweakGravatar Joey Hess2010-10-28
|
* got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
|
* tweaksGravatar Joey Hess2010-10-28
|
* copyright statements0.02Gravatar Joey Hess2010-10-27
|
* some work on the sha1 backend; still incompleteGravatar Joey Hess2010-10-27
|
* add dropkey subcommand and --quietGravatar Joey Hess2010-10-25
| | | | Needed for better git annex move --from
* support checking network remotes when droppingGravatar Joey Hess2010-10-22
|
* fix remote vs remote wording confusionGravatar Joey Hess2010-10-22
|
* support ssh repo in workTreeGravatar Joey Hess2010-10-22
|
* support reading config over sshGravatar Joey Hess2010-10-22
|
* use safesystemGravatar Joey Hess2010-10-19
|
* tweaksGravatar Joey Hess2010-10-16
|
* bugfixGravatar Joey Hess2010-10-16
|
* add inGit/notInGitGravatar Joey Hess2010-10-16
|