Tim Byrne
431f149730
Translate gitconfig to config inside git_command()
...
This consolidates calls to git_command()
8 years ago
Tim Byrne
4948f1b137
Rebuild CONTRIBUTORS
8 years ago
Tim Byrne
fdea9d12bd
Merge pull request #2 from kosciak9/master
...
Add information about AUR package
8 years ago
Franciszek Madej
ed1175e0a6
I've made AUR package for yadm, so I've
...
updated README to reflect it
8 years ago
Tim Byrne
10f8833968
Release 1.03
...
Update version number and update documentation
8 years ago
Tim Byrne
20f47be9fe
Add CONTRIBUTORS
8 years ago
Tim Byrne
05aa2608fe
Update man page with OS.HOSTNAME.USER
8 years ago
Tim Byrne
df7ccbd602
Determine user via `id -u -n`
8 years ago
Tim Byrne
8c9deada09
Merge pull request #1 from courts/master
8 years ago
Patrick Hof
9907ddb02e
Added username matching for alternate files
8 years ago
Tim Byrne
4e01c28602
Add documentation for installing via RPM
8 years ago
Tim Byrne
fe6e2a122f
Add specfile for RPM building
8 years ago
Tim Byrne
69bde74247
Add example command for download
8 years ago
Tim Byrne
fdcd237c37
Use em-dashes properly
...
I only recently learned the difference between hyphen, en-dash,
em-dash, minus, etc.
8 years ago
Tim Byrne
04a75cf5ed
Document the `-w` switch for the init command
8 years ago
Tim Byrne
0e7e92a3c1
Release 1.02
...
Update version number and update documentation
8 years ago
Tim Byrne
3a1a370efb
Handle permissions for `~/.gnupg/*gpg`
...
By default, gpg keyrings and configurations will have their permissions
locked down. The option `yadm.gpg-perms` can be used to disable.
8 years ago
Tim Byrne
cbb854a32b
Release 1.01
...
Update version number and update documentation
8 years ago
Tim Byrne
eb60da77b8
Set `status.showUntrackedFiles` to "no"
...
Each time the yadm repository is initialized or cloned,
set `status.showUntrackedFiles` to "no". This prevents untracked files
and directories from showing up in status commands. This seems to be the
most sensible default, because usually there will be MANY untracked
files in a user's $HOME directory.
8 years ago
Tim Byrne
1fe02b6da1
Add SSH example to README
8 years ago
Tim Byrne
8f1606439a
Add installation info
8 years ago
Tim Byrne
9967de4efa
Refine documentation
8 years ago
Tim Byrne
2024bd0bf1
Add a default alternate suffix of `##`
...
Now yadm chooses these three suffixes in order:
- `##SYSTEM.HOSTNAME`
- `##SYSTEM`
- `##`
8 years ago
Tim Byrne
614b2cd8b8
Initial attempt at a README file
8 years ago
Tim Byrne
df99648478
Change `==` to `=`
8 years ago
Tim Byrne
135ed8d4b7
Add recommendation for using a private repository
8 years ago
Tim Byrne
2ede46f5e4
Offer to add `files.gpg` if untracked
8 years ago
Tim Byrne
d1fe16407d
Add option to list encrypted files
8 years ago
Tim Byrne
5a44ef25ca
Add relative link to the markdown man page
8 years ago
Tim Byrne
f58f974d50
Add markdown version of man page
8 years ago
Tim Byrne
f1a75db991
Create make targets for processing documentation
8 years ago
Tim Byrne
5c0237c4b6
Update permissions on the actual .ssh directory too
8 years ago
Tim Byrne
a403128b88
Complete the manpage, and sync the help in program
8 years ago
Tim Byrne
2655b39e5b
Confirm targets exist before linking
...
Targets *might* exist in Git, but not in the work tree.
(especially when initially cloning)
8 years ago
Tim Byrne
943d146c62
Fix permission changes on Linux
...
`chmod -v` on OSX is non-standard and won't work elsewhere
8 years ago
Tim Byrne
886c5ada53
Fix merge notice
8 years ago
Tim Byrne
c941690295
Create first public version
8 years ago