index
:
git-annex-gpl
master
git-annex without the AGPL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command
/
Uninit.hs
Commit message (
Expand
)
Author
Age
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
use types to enforce that removeAnnex can only be called inside lockContent
Joey Hess
2014-08-20
*
uninit: Avoid failing final removal in some direct mode repositories due to f...
Joey Hess
2014-07-11
*
export CreateProcess fields from Utility.Process
Joey Hess
2014-06-10
*
replace (Key, Backend) with Key
Joey Hess
2014-04-17
*
found a way to make uninit always fast
Joey Hess
2014-04-15
*
add --include-dotfiles: New option, perhaps useful for backups.
Joey Hess
2014-03-26
*
Fix direct mode getKeysPresent false positive & also sped up direct mode unus...
Joey Hess
2014-03-07
*
remove Read instance for Ref
Joey Hess
2014-02-19
*
reorg
Joey Hess
2014-01-26
*
fix inversion of control in CommandSeek (no behavior changes)
Joey Hess
2014-01-20
*
prune unused import
Joey Hess
2013-11-01
*
unannex: New, much slower, but more safe behavior
Joey Hess
2013-10-28
*
Support unannex and uninit in direct mode.
Joey Hess
2013-07-22
*
fix uninit to delete content from annex when it ended up hard linked back to ...
Joey Hess
2013-07-18
*
uninit: Preserve .git/annex/objects at the end, if it still has content, so t...
Joey Hess
2013-07-16
*
add section metadata to all commands
Joey Hess
2013-03-24
*
git subcommand cleanup
Joey Hess
2013-03-03
*
block all commands that don't work in direct mode
Joey Hess
2012-12-29
*
whitespace fixes
Joey Hess
2012-12-13
*
formatting
Joey Hess
2012-11-25
*
where indentation
Joey Hess
2012-11-12
*
uninit: Check and abort if there are symlinks to annexed content that are not...
Joey Hess
2012-10-22
*
make a pipeReadStrict, that properly waits on the process
Joey Hess
2012-10-04
*
hlint
Joey Hess
2012-06-12
*
uninit: Refuse to run in a subdirectory. Closes: #677076
Joey Hess
2012-06-11
*
support all filename encodings with ghc 7.4
Joey Hess
2012-02-03
*
attempt at a quick, utf-8 only fix to the ghc 7.4 problem
Joey Hess
2012-02-01
*
Avoid repeated location log commits when a remote is receiving files.
Joey Hess
2012-01-28
*
type alias cleanup
Joey Hess
2011-12-31
*
more partial function removal
Joey Hess
2011-12-15
*
split out Git/Command.hs
Joey Hess
2011-12-14
*
improve type signatures with a Ref newtype
Joey Hess
2011-11-16
*
lint
Joey Hess
2011-11-11
*
better limiting of start actions to only run whenAnnexed
Joey Hess
2011-11-10
*
reorder repo parameters last
Joey Hess
2011-11-08
*
clean up check selection code
Joey Hess
2011-10-29
*
Fail if --from or --to is passed to commands that do not support them.
Joey Hess
2011-10-27
*
refactored and generalized pre-command sanity checking
Joey Hess
2011-10-27
*
uninit: Add guard against being run with the git-annex branch checked out.
Joey Hess
2011-10-27
*
rename
Joey Hess
2011-10-05
*
rename
Joey Hess
2011-10-04
*
factor out common imports
Joey Hess
2011-10-03
*
remove command type definitions
Joey Hess
2011-09-15
*
clean up params in usage display
Joey Hess
2011-09-15
*
split groups of related functions out of Utility
Joey Hess
2011-08-22
*
Now "git annex init" only has to be run once
Joey Hess
2011-08-17
*
finished hlint pass
Joey Hess
2011-07-15
*
uninit: Use unannex in --fast mode, to support unannexing multiple files that...
Joey Hess
2011-07-04
*
uninit: delete .git/annex/
Joey Hess
2011-07-04
[next]