index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
GitRepo.hs
Commit message (
Expand
)
Author
Age
*
renamed GitRepo to Git
Joey Hess
2011-06-30
*
factor out file list stuff from GitRepo
Joey Hess
2011-06-29
*
Merge branch 'master' into v3
Joey Hess
2011-06-29
|
\
|
*
--force will cause add, etc, to operate on ignored files.
Joey Hess
2011-06-29
*
|
bugfix: restore index file env var
Joey Hess
2011-06-22
*
|
add runBool
Joey Hess
2011-06-22
*
|
Branch module complete
Joey Hess
2011-06-21
*
|
refactor
Joey Hess
2011-06-21
|
/
*
sped up git-union-merge
Joey Hess
2011-06-20
*
add git-union-merge
Joey Hess
2011-06-20
*
Closer emulation of git's behavior when told to use "foo/.git" as a git repos...
Joey Hess
2011-05-22
*
more standard names for whenM and unlessM operators
Joey Hess
2011-05-17
*
add whenM and unlessM
Joey Hess
2011-05-17
*
more pointless monadic golfing
Joey Hess
2011-05-16
*
Maybe reduction pass 2
Joey Hess
2011-05-15
*
simplified a bunch of Maybe handling
Joey Hess
2011-05-15
*
Work around a bug in Network.URI's handling of bracketed ipv6 addresses.
Joey Hess
2011-05-06
*
Avoid pipeline stall when running git annex drop or fsck on a lot of files.
Joey Hess
2011-04-27
*
Avoid using absolute paths when staging location log, as that can confuse git...
Joey Hess
2011-04-25
*
fix relative
Joey Hess
2011-04-25
*
store annex.uuid in bup repos
Joey Hess
2011-04-09
*
some reorg and further remote generalization
Joey Hess
2011-03-27
*
tweak
Joey Hess
2011-03-22
*
Fix space leak in fsck and drop commands.
Joey Hess
2011-03-22
*
Fix support for remotes with '.' in their names.
Joey Hess
2011-03-18
*
improve GitRepos functions for pulling apart URL to repo
Joey Hess
2011-03-05
*
remove debugging printf
Joey Hess
2011-03-03
*
support git funky remote syntaxes
Joey Hess
2011-03-03
*
remove unused code
Joey Hess
2011-03-03
*
avoid failing if a local repo is not currently available
Joey Hess
2011-03-03
*
some initial support for local bare repos
Joey Hess
2011-03-03
*
rename
Joey Hess
2011-02-28
*
use ShellParam type
Joey Hess
2011-02-28
*
Fix test suite to reap zombies.
Joey Hess
2011-02-13
*
fix absrepo data loss
Joey Hess
2011-02-04
*
map improvements
Joey Hess
2011-02-03
*
more accessor functions and better bad url handling
Joey Hess
2011-02-03
*
add check for unclean tree
Joey Hess
2011-02-01
*
idiom
Joey Hess
2011-01-27
*
add checks that location log files are committed
Joey Hess
2011-01-11
*
use concat
Joey Hess
2011-01-09
*
support ssh urls containing "~", and relative user:path
Joey Hess
2010-12-31
*
use git-annex-shell configlist
Joey Hess
2010-12-31
*
Support scp-style urls for remotes (host:path).
Joey Hess
2010-12-28
*
Avoid multiple calls to git ls-files when passed eg, "*".
Joey Hess
2010-12-23
*
Support remotes using git+ssh and ssh+git as protocol. Closes: #607056
Joey Hess
2010-12-14
*
Support remotes using git+ssh:// as protocol. Closes: #607056
Joey Hess
2010-12-14
*
Bugfix: Always correctly handle gitattributes when in a subdirectory of the r...
Joey Hess
2010-11-28
*
hlint tweaks
Joey Hess
2010-11-22
*
got rid of several more calls to git when finding unlocked files
Joey Hess
2010-11-11
[next]