index
:
git-annex-gpl
master
git-annex without the AGPL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Git
/
Construct.hs
Commit message (
Expand
)
Author
Age
*
Windows: Fix handling of absolute unix-style git repository paths.
Joey Hess
2014-02-08
*
pass -c option on to all git commands run
Joey Hess
2013-11-05
*
map: Work when there are gcrypt remotes.
Joey Hess
2013-11-04
*
fix windows build
Joey Hess
2013-10-02
*
prep for enabling remotre gcrypt repos in webapp
Joey Hess
2013-09-26
*
Unescape characters in 'file://...' URIs.
guilhem
2013-08-22
*
get rid of __WINDOWS__, use mingw32_HOST_OS
Joey Hess
2013-08-02
*
fix windows build
Joey Hess
2013-05-21
*
fix warning
Joey Hess
2013-05-20
*
fix the day's Windows permissions damage
Joey Hess
2013-05-14
*
fill in a few windows stubs
Joey Hess
2013-05-14
*
typo
Joey Hess
2013-05-14
*
more leaning toothpick fixes
Joey Hess
2013-05-14
*
Merge branch 'master' into windows
Joey Hess
2013-05-14
|
\
|
*
detect local urls on DOS
Joey Hess
2013-05-14
*
|
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
|
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
|
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
*
|
stub out POSIX stuff
Joey Hess
2013-05-10
|
/
*
expose Control.Monad.join
Joey Hess
2013-04-22
*
webapp: DTRT when told to create a git repo that already exists.
Joey Hess
2013-03-12
*
Additional GIT_DIR support bugfixes. May actually work now.
Joey Hess
2013-02-23
*
whitespace fixes
Joey Hess
2012-12-13
*
finished where indentation changes
Joey Hess
2012-12-13
*
don't treat foo::bar as a ssh url
Joey Hess
2012-11-09
*
Use USER and HOME environment when set, and only fall back to getpwent, which...
Joey Hess
2012-10-25
*
ensure that gitdir is absolute
Joey Hess
2012-10-16
*
flip catchDefaultIO
Joey Hess
2012-09-17
*
Support repositories created with --separate-git-dir. Closes: #684405
Joey Hess
2012-09-15
*
thread safe git-annex index file use
Joey Hess
2012-08-24
*
Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.
Joey Hess
2012-05-18
*
Clean up handling of git directory and git worktree.
Joey Hess
2012-05-18
*
noop
Joey Hess
2012-04-21
*
removed another 10 lines via ifM
Joey Hess
2012-03-16
*
export fromPath
Joey Hess
2012-01-25
*
avoid unnecessary stats when traversing to parent
Joey Hess
2012-01-14
*
optimize away 3 stats
Joey Hess
2012-01-14
*
tweak
Joey Hess
2012-01-13
*
support relative GIT_DIR
Joey Hess
2012-01-13
*
git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.
Joey Hess
2012-01-13
*
Support unescaped repository urls, like git does.
Joey Hess
2012-01-05
*
fixed behavior when multiple insteadOf configs are provided for the same url ...
Joey Hess
2011-12-30
*
split more stuff out of Git.hs
Joey Hess
2011-12-14
*
split out three modules from Git
Joey Hess
2011-12-13