index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Annex
/
Link.hs
Commit message (
Expand
)
Author
Age
*
v6: Close pointer file handles more quickly, to avoid problems on Windows.
Joey Hess
2016-04-04
*
Sped up git-annex add in direct mode and v6 by using git hash-object --batch.
Joey Hess
2016-03-14
*
Correct git-annex info to include unlocked files in v6 repository.
Joey Hess
2016-03-14
*
Fix memory leak in last release, which affected commands like git-annex statu...
Joey Hess
2016-02-19
*
escape slashes in annex pointer files
Joey Hess
2016-02-16
*
force strict file read
Joey Hess
2016-02-15
*
allow \r in pointer files
Joey Hess
2016-02-15
*
Windows: Fix v6 unlocked files to actually work.
Joey Hess
2016-02-15
*
remove 163 lines of code without changing anything except imports
Joey Hess
2016-01-20
*
convert isPointerFile from Annex to IO
Joey Hess
2016-01-01
*
always format pointer file with a trailing newline
Joey Hess
2015-12-10
*
refactor and improve pointer file handling code
Joey Hess
2015-12-09
*
update my email address and homepage url
Joey Hess
2015-01-21
*
diffdriver: New git-annex command, to make git external diff drivers work wit...
Joey Hess
2014-11-24
*
Fix bug in automatic merge conflict resolution
Joey Hess
2014-07-08
*
add git annex view command
Joey Hess
2014-02-18
*
avoid using openFile when withFile can be used
Joey Hess
2014-02-03
*
hlint
Joey Hess
2013-09-25
*
Fix inverted logic in last release's fix for data loss bug, that caused git-a...
Joey Hess
2013-07-30
*
avoid false positives when detecting core.symlinks=false symlink standin files
Joey Hess
2013-07-20
*
avoid reading files that are not symlinks when core.symlinks=false
Joey Hess
2013-07-20
*
avoid lazy read of file contents
Joey Hess
2013-06-17
*
typo in comment
Joey Hess
2013-06-17
*
fix the day's Windows permissions damage
Joey Hess
2013-05-14
*
convert from internal git path when checking symlink standin file
Joey Hess
2013-05-14
*
always try to read symlink; only fall back to looking inside file
Joey Hess
2013-05-14
*
fix the day's windows permissions damage
Joey Hess
2013-05-12
*
deal with git using / internally, even on DOS
Joey Hess
2013-05-12
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
clean up from windows porting
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
Update working tree files fully atomically
Joey Hess
2013-04-02
*
set fileSystemEncoding when reading files that might be binary
Joey Hess
2013-02-18
*
types
Joey Hess
2013-02-18
*
fully support core.symlinks=false in all relevant symlink handling code
Joey Hess
2013-02-17