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
/
Add.hs
Commit message (
Expand
)
Author
Age
*
Fix a few bugs involving filenames that are at or near the filesystem's maxim...
Joey Hess
2013-07-30
*
Direct mode: No longer temporarily remove write permission bit of files when ...
Joey Hess
2013-06-12
*
Supports indirect mode on encfs in paranoia mode, and other filesystems that ...
Joey Hess
2013-06-10
*
avoid warnings when built with ghc 7.6
Joey Hess
2013-06-02
*
Switch to MonadCatchIO-transformers for better handling of state while catchi...
Joey Hess
2013-05-19
*
test suite passes in direct mode
Joey Hess
2013-05-17
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
show a message to tell why adding a file failed
Joey Hess
2013-04-23
*
add: avoid ugly error message when adding a deleted file in direct mode
Joey Hess
2013-04-23
*
addurl: Bugfix: Did not properly add file in direct mode.
Joey Hess
2013-04-11
*
Bugfix: Direct mode no longer repeatedly checksums duplicated files.
Joey Hess
2013-04-06
*
Use lower case hash directories for storing files on crippled filesystems, sa...
Joey Hess
2013-04-04
*
Update working tree files fully atomically
Joey Hess
2013-04-02
*
add --force overrides annex.largefiles
Joey Hess
2013-03-29
*
New annex.largefiles setting, which configures which files `git annex add` an...
Joey Hess
2013-03-29
*
add section metadata to all commands
Joey Hess
2013-03-24
*
finish fast direct mode rename handling. wow, it's fast
Joey Hess
2013-03-11
*
remove Eq instance for InodeCache
Joey Hess
2013-03-11
*
Makefile now builds using cabal, taking advantage of cabal's automatic detect...
Joey Hess
2013-02-27
*
make adding modified files work on crippled filesystems
Joey Hess
2013-02-20
*
Direct mode: Fix support for adding a modified file.
Joey Hess
2013-02-20
*
fully support core.symlinks=false in all relevant symlink handling code
Joey Hess
2013-02-17
*
add: Improved detection of files that are modified while being added.
Joey Hess
2013-02-14
*
split out Utility.InodeCache
Joey Hess
2013-02-14
*
crippled filesystem support, probing and initial support
Joey Hess
2013-02-14
*
can now build Android targeted binary
Joey Hess
2013-02-10
*
assistant: Fix location log when adding new file in direct mode.
Joey Hess
2013-02-05
*
assistant: Avoid committer crashing if a file is deleted at the wrong instant.
Joey Hess
2013-01-14
*
addurl in direct mode
Joey Hess
2013-01-06
*
add works in direct mode
Joey Hess
2013-01-06
*
squelch warning
Joey Hess
2013-01-05
*
committer: Fix a file handle leak.
Joey Hess
2013-01-05
*
ensure that direct mode file is not modified while generating its key
Joey Hess
2012-12-29
*
convert notBareRepo to a CommandCheck
Joey Hess
2012-12-29
*
block all commands that don't work in direct mode
Joey Hess
2012-12-29
*
add a guard against using git annex add in direct mode repo
Joey Hess
2012-12-24
*
assistant adding of files in direct mode
Joey Hess
2012-12-24
*
comment
Joey Hess
2012-12-19
*
where indentation
Joey Hess
2012-11-12
*
maintain set of files pendingAdd
Joey Hess
2012-06-20
*
fix kevent symlink creation
Joey Hess
2012-06-19
*
remove newly created tmp file before linking
Joey Hess
2012-06-15
*
better temp file handling
Joey Hess
2012-06-15
*
tweak
Joey Hess
2012-06-15
*
fixed the double commits problem
Joey Hess
2012-06-10
*
extend Git.Queue to be able to queue more than simple git commands
Joey Hess
2012-06-07
*
close the git add race
Joey Hess
2012-06-06
*
factor out nukeFile
Joey Hess
2012-06-06
*
split out utility functions
Joey Hess
2012-06-06
[next]