index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Git.hs
Commit message (
Expand
)
Author
Age
*
Clean up handling of git directory and git worktree.
Joey Hess
2012-05-18
*
removed another 10 lines via ifM
Joey Hess
2012-03-16
*
check hook executability
Joey Hess
2012-03-14
*
git-annex-shell: Runs hooks/annex-content after content is received or dropped.
Joey Hess
2012-03-14
*
configure: Check if ssh connection caching is supported by the installed vers...
Joey Hess
2012-02-25
*
Support unescaped repository urls, like git does.
Joey Hess
2012-01-05
*
split out Git/Command.hs
Joey Hess
2011-12-14
*
split more stuff out of Git.hs
Joey Hess
2011-12-14
*
remove dead code
Joey Hess
2011-12-13
*
split out two more Git modules
Joey Hess
2011-12-13
*
move commit to Git.Branch
Joey Hess
2011-12-13
*
split out three modules from Git
Joey Hess
2011-12-13
*
split out Git/Ref.hs
Joey Hess
2011-12-12
*
optimize index updating
Joey Hess
2011-12-11
*
avoid some read
Joey Hess
2011-12-09
*
some work on avoiding partial functions
Joey Hess
2011-12-09
*
error handling cleanup
Joey Hess
2011-11-26
*
improve type signatures with a Ref newtype
Joey Hess
2011-11-16
*
further insteadOf fix
Joey Hess
2011-11-15
*
Fix support for insteadOf url remapping. Closes: #644278
Joey Hess
2011-11-15
*
factored out some useful error catching methods
Joey Hess
2011-11-10
*
reorder repo parameters last
Joey Hess
2011-11-08
*
reorganize log modules
Joey Hess
2011-10-15
*
tweak
Joey Hess
2011-10-15
*
A remote can have a annexUrl configured, that is used by git-annex instead of...
Joey Hess
2011-10-14
*
add comment about relative/absolute filenames
Joey Hess
2011-10-11
*
force files relative
Joey Hess
2011-10-11
*
fix git 1.7.7 breakage
Joey Hess
2011-10-11
*
Now supports git's insteadOf configuration, to modify the url used to access ...
Joey Hess
2011-10-09
*
factor out common imports
Joey Hess
2011-10-03
*
convert all git read/write functions to use ByteStrings
Joey Hess
2011-09-29
*
use ByteStrings when reading content of files
Joey Hess
2011-09-29
*
Sped up unused.
Joey Hess
2011-09-29
*
refine new unused code
Joey Hess
2011-09-28
*
golf
Joey Hess
2011-09-28
*
go go gadget hlint
Joey Hess
2011-09-20
*
simplify
Joey Hess
2011-09-07
*
code simplification thanks to applicative functors
Joey Hess
2011-08-25
*
split groups of related functions out of Utility
Joey Hess
2011-08-22
*
make gitDir absolute
Joey Hess
2011-08-19
*
add repoIsHttp
Joey Hess
2011-08-16
*
hlint tweaks
Joey Hess
2011-07-15
*
allow configStore to be run incrementally to override configs
Joey Hess
2011-07-14
*
Bugfix: Make add ../ work.
Joey Hess
2011-07-10
*
rename GitUnionMerge to Git.UnionMerge
Joey Hess
2011-06-30
*
renamed GitRepo to Git
Joey Hess
2011-06-30