| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
Bionic has an amusing stub for `getmntent` that prints out
"FIX ME! implement getmntent()"
But, `/proc/mounts` is there, so I just parse it.
|
| |
|
|
|
|
|
| |
This actually does add a new repo, but it doesn't yet set up
remotes, or sync to it.
|
| |
|
|
|
|
|
| |
This way, if a mount point was already mounted, but something else
gets mounted there, it'll be seen as a new mount.
|
|
|
|
|
| |
This is an unholy mashup, but it just might work. It works on Linux,
that's all I've tested. :)
|
|
Converted from using c2hs to using hsc2hs, just because other code
in git-annex uses hsc2hs.
Various cleanups.
This code is LGPLed, so I had to include that licence.
|