summaryrefslogtreecommitdiff
path: root/Command/Status.hs
Commit message (Expand)AuthorAge
* status: Propigate nonzero exit code from git status.Gravatar Joey Hess2017-03-02
* status: Pass --ignore-submodules=when option on to git status.Gravatar Joey Hess2017-02-20
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* make noMessages disable closing of json object in --json modeGravatar Joey Hess2016-01-20
* status: On crippled filesystems, was displaying M for all annexed files that ...Gravatar Joey Hess2015-12-19
* status: Show added but not yet committed files.Gravatar Joey Hess2015-09-22
* cleanupGravatar Joey Hess2015-09-22
* converted StatusGravatar Joey Hess2015-07-11
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* on second thought, InodeCache should use getFileSizeGravatar Joey Hess2015-01-20
* Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
* commentGravatar Joey Hess2014-11-03
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* reorganize some files and importsGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* status: Support --json.Gravatar Joey Hess2014-01-18
* no status in bare repoGravatar Joey Hess2013-11-07
* add new status commandGravatar Joey Hess2013-11-07
* rename status to info, and update docsGravatar Joey Hess2013-11-07
* more clear labelsGravatar Joey Hess2013-10-28
* rename "known annex keys" to "known annex items"Gravatar Joey Hess2013-10-28
* Merge branch 'master' into incrementalfsckGravatar Joey Hess2013-10-13
|\
| * status: Fix a crash if a temp file went away while its size was being checked...Gravatar Joey Hess2013-10-13
* | Merge branch 'master' into incrementalfsckGravatar Joey Hess2013-10-11
|\|
| * avoid committing git-annex branch journal when running statusGravatar Joey Hess2013-10-11
* | queue downloads of keys that fsck finds with bad contentGravatar Joey Hess2013-10-10
|/
* Revert "use vector in local status", which was not an improvementGravatar Joey Hess2013-10-07
* use vector in local statusGravatar Joey Hess2013-10-07
* status: Fix space leak in local mode, introduced in version 4.20130920.Gravatar Joey Hess2013-10-07
* Moved list of backends and remote types from status to version command.Gravatar Joey Hess2013-10-01
* hlintGravatar Joey Hess2013-09-25
* make --fast disable the numcopies statsGravatar Joey Hess2013-09-15
* status: In local mode, displays information about variance from configured nu...Gravatar Joey Hess2013-09-15
* status: No longer shows dead repositories.Gravatar Joey Hess2013-06-17
* refactorGravatar Joey Hess2013-05-24
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* improve usage messagesGravatar Joey Hess2013-04-20
* turn on PackageImports globallyGravatar Joey Hess2013-04-13
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* 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
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* type based git config handlingGravatar Joey Hess2012-12-29
* show direct/indirect modeGravatar Joey Hess2012-12-13