index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-access.c
Age
Commit message (
Expand
)
Author
2015-05-31
Add strndup.h header so we can use this useful function
Dirk Hohndel
2015-05-31
Cloud storage: first stab at implementing cloud storage
Dirk Hohndel
2015-05-31
Cloud storage: rethink the terminology used
Dirk Hohndel
2015-05-31
Cloud storage: add support for https based remote
Dirk Hohndel
2015-05-28
Remote storage: second attempt to fix build with older libgit2
Dirk Hohndel
2015-05-28
Remote storage: turns out you need a newer libgit2
Dirk Hohndel
2015-05-28
Remote storage: provide credentials for ssh based remotes
Dirk Hohndel
2015-05-28
Add USE_LIBGIT23_API as cmake option
Dirk Hohndel
2015-05-28
Fix parsing of git branch encoded in file name
Dirk Hohndel
2015-02-24
Fix Ubuntu compilation error.
Patrick Valsecchi
2015-02-15
Remove unnecessary use of non-portable 'mkdir()'
Linus Torvalds
2015-02-15
Start parsing remote git repository addresses
Linus Torvalds
2015-02-15
git-access: use the new format_string helpers
Linus Torvalds
2015-02-15
Start splitting out git repo helper routines
Linus Torvalds