aboutsummaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* fsck: Check content of direct mode files (only when the inode cache thinks th...Gravatar Joey Hess2013-04-16
* turn on PackageImports globallyGravatar Joey Hess2013-04-13
* connect existing meters to the transfer log for downloadsGravatar Joey Hess2013-04-11
* addurl: Register transfer so the webapp can see it.Gravatar Joey Hess2013-04-11
* addurl: Bugfix: Did not properly add file in direct mode.Gravatar Joey Hess2013-04-11
* webapp: New --listen= option allows running the webapp on one computer and co...Gravatar Joey Hess2013-04-08
* Bugfix: Direct mode no longer repeatedly checksums duplicated files.Gravatar Joey Hess2013-04-06
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* clean up urlrenderer handling when the webapp is not builtGravatar Joey Hess2013-04-03
* squelch protocol error on shutdownGravatar Joey Hess2013-04-02
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* drop --auto: Fix bug that prevented dropping files from untrusted repositories.Gravatar Joey Hess2013-04-01
* webapp: Added UI to delete repositories. Closes: #689847Gravatar Joey Hess2013-03-31
* minor refactoringGravatar Joey Hess2013-03-30
* let's use words and unwords rather than split and intercalate " "Gravatar Joey Hess2013-03-30
* Make git-annex-shell call the command with its (safe) options.Gravatar guilhem2013-03-30
* add --force overrides annex.largefilesGravatar Joey Hess2013-03-29
* New annex.largefiles setting, which configures which files `git annex add` an...Gravatar Joey Hess2013-03-29
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* Per-command usage messages.Gravatar Joey Hess2013-03-27
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* 2 minor fixes to transferkeys, otherwise it was perfect 1st time!Gravatar Joey Hess2013-03-20
* maintain pools of running transferkeys processes (untested)Gravatar Joey Hess2013-03-19
* implement transferkeys plumbing commandGravatar Joey Hess2013-03-19
* map: Combine duplicate repositories, for a nicer looking map.Gravatar Joey Hess2013-03-16
* fix relaxed with existing fileGravatar Joey Hess2013-03-12
* addurl: Add --relaxed option.Gravatar Joey Hess2013-03-11
* finish fast direct mode rename handling. wow, it's fastGravatar Joey Hess2013-03-11
* remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
* skip non-directories in statusGravatar Joey Hess2013-03-11
* status: Can now be run with a directory path to show only the status of that ...Gravatar Joey Hess2013-03-11
* bugfix: drop --from an unavailable remote no longer updates the location log,...Gravatar Joey Hess2013-03-10
* add build flags to version outputGravatar Joey Hess2013-03-09
* two types of byNameGravatar Joey Hess2013-03-05
* webapp: New preferences page allows enabling/disabling debug logging at runti...Gravatar Joey Hess2013-03-03
* git subcommand cleanupGravatar Joey Hess2013-03-03
* break dependency cycle by special casing running of test commandGravatar Joey Hess2013-02-27
* embed test suite into git annex; available by running: git annex testGravatar Joey Hess2013-02-27
* Makefile now builds using cabal, taking advantage of cabal's automatic detect...Gravatar Joey Hess2013-02-27
* annex.version is now set to 4 for direct mode repositoriesGravatar Joey Hess2013-02-26
* copy: Update location log when no copy was performed, if the location log was...Gravatar Joey Hess2013-02-26
* make adding modified files work on crippled filesystemsGravatar Joey Hess2013-02-20
* Direct mode: Fix support for adding a modified file.Gravatar Joey Hess2013-02-20
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* proper fix for dropunusedGravatar Joey Hess2013-02-15
* Revert "Clean up direct mode cache and mapping info when dropping keys."Gravatar Joey Hess2013-02-15
* don't allow setting indirect mode on a crippled filesystemGravatar Joey Hess2013-02-15
* migrate, rekey: copy rather than hard linking in crippled filesystem modeGravatar Joey Hess2013-02-15
* add: Improved detection of files that are modified while being added.Gravatar Joey Hess2013-02-14
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14