index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Git
/
CatFile.hs
Commit message (
Expand
)
Author
Age
*
removed all uses of undefined from code base
Joey Hess
2015-04-19
*
update my email address and homepage url
Joey Hess
2015-01-21
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
Windows: Fix some filename encoding bugs.
Joey Hess
2014-03-19
*
sync: Fix bug in direct mode that caused a file not checked into git to be de...
Joey Hess
2014-03-03
*
remove Read instance for Ref
Joey Hess
2014-02-19
*
git-recover-repository 1/2 done
Joey Hess
2013-10-20
*
remove workaround for bug in git 1.8.4r0
Joey Hess
2013-10-20
*
Use cryptohash rather than SHA for hashing.
Joey Hess
2013-09-22
*
more completely solve catKey memory leak
Joey Hess
2013-09-19
*
interface to parse git tree objects
Joey Hess
2013-09-19
*
avoid more build warnings on Windows
Joey Hess
2013-08-04
*
Slow and ugly work around for bug #718517 in git, which broke git-cat-file --...
Joey Hess
2013-08-01
*
Can now restart certain long-running git processes if they crash, and continu...
Joey Hess
2013-05-31
*
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
*
refactoring
Joey Hess
2013-05-11
*
git annex init works on Windows!
Joey Hess
2013-05-11
*
catFile expects no \r, even on Windows
Joey Hess
2013-05-11
*
finished where indentation changes
Joey Hess
2012-12-13
*
Revert "add catFileIndex"
Joey Hess
2012-09-15
*
run git coprocesses with gitEnv
Joey Hess
2012-09-15
*
add catFileIndex
Joey Hess
2012-09-15
*
avoid ByteString.Char8 where not needed
Joey Hess
2012-06-20
*
crazy optimisation
Joey Hess
2012-06-10
*
move hashObject to HashObject library and generalize it to support all git ob...
Joey Hess
2012-06-06
*
fix filename encoding for git cat-file
Joey Hess
2012-02-26
*
cleanup
Joey Hess
2012-02-21
*
refactor
Joey Hess
2012-02-20
*
switch to the strict state monad
Joey Hess
2012-01-29
*
use Common in a few more modules
Joey Hess
2011-12-20
*
split out Git/Command.hs
Joey Hess
2011-12-14
*
split more stuff out of Git.hs
Joey Hess
2011-12-14
*
improve type signatures with a Ref newtype
Joey Hess
2011-11-16
*
Optimised union merging; now only runs git cat-file once.
Joey Hess
2011-11-12
*
reorder repo parameters last
Joey Hess
2011-11-08
*
refactor catfile code
Joey Hess
2011-09-28