index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command
/
Fix.hs
Commit message (
Expand
)
Author
Age
*
move old ghc compat code into separate module; eliminate WITH_CLIBS
Joey Hess
2016-02-15
*
remove 163 lines of code without changing anything except imports
Joey Hess
2016-01-20
*
fix file perms after breaking hard link
Joey Hess
2015-12-27
*
annex.thin
Joey Hess
2015-12-27
*
finished converting all the main options
Joey Hess
2015-07-10
*
convert all commands to work with optparse-applicative
Joey Hess
2015-07-08
*
started converting to use optparse-applicative
Joey Hess
2015-07-08
*
The file matching options are now only accepted by commands that can actually...
Joey Hess
2015-02-06
*
Repository tuning parameters can now be passed when initializing a repository...
Joey Hess
2015-01-27
*
update my email address and homepage url
Joey Hess
2015-01-21
*
revert parentDir change
Joey Hess
2015-01-09
*
made parentDir return a Maybe FilePath; removed most uses of it
Joey Hess
2015-01-06
*
doh't use "def" for command definitions, it conflicts with Data.Default.def
Joey Hess
2014-10-14
*
replace (Key, Backend) with Key
Joey Hess
2014-04-17
*
Windows: Avoid using unix-compat's rename, which refuses to rename directories.
Joey Hess
2014-01-29
*
fix inversion of control in CommandSeek (no behavior changes)
Joey Hess
2014-01-20
*
avoid using Utility.Touch without WITH_CLIBS
Joey Hess
2013-11-12
*
Revert "avoid hsc files on Windows"
Joey Hess
2013-10-17
*
avoid hsc files on Windows
Joey Hess
2013-10-17
*
fix: Preserve the original mtime of fixed symlinks.
Joey Hess
2013-07-11
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
Use lower case hash directories for storing files on crippled filesystems, sa...
Joey Hess
2013-04-04
*
add section metadata to all commands
Joey Hess
2013-03-24
*
guard readSymbolicLink
Joey Hess
2013-01-05
*
block all commands that don't work in direct mode
Joey Hess
2012-12-29
*
avoid commits when running fix and find
Joey Hess
2012-11-24
*
extend Git.Queue to be able to queue more than simple git commands
Joey Hess
2012-06-07
*
type alias cleanup
Joey Hess
2011-12-31
*
factor out a stopUnless
Joey Hess
2011-12-09
*
better limiting of start actions to only run whenAnnexed
Joey Hess
2011-11-10
*
Handle a case where an annexed file is moved into a gitignored directory, by ...
Joey Hess
2011-11-07
*
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
*
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
*
unannex: Clean up use of git commit -a.
Joey Hess
2011-07-14
*
refactor some boilerplate
Joey Hess
2011-05-15
*
Periodically flush git command queue, to avoid boating memory usage too much.
Joey Hess
2011-04-07
*
avoid version check before running version and upgrade commands
Joey Hess
2011-03-19
*
use ShellParam type
Joey Hess
2011-02-28
*
got rid of Core module
Joey Hess
2011-01-16
*
refactor in preparation for adding a git-annex-shell command
Joey Hess
2010-12-30
*
rename some stuff and prepare to break out more into Command/*
Joey Hess
2010-12-30
*
finished hlinting
Joey Hess
2010-11-22
[next]