Release 1.01

Update version number and update documentation
This commit is contained in:
Tim Byrne 2015-07-26 16:56:22 -05:00
parent eb60da77b8
commit cbb854a32b
3 changed files with 51 additions and 43 deletions

5
CHANGES Normal file
View File

@ -0,0 +1,5 @@
1.01
* Set `status.showUntrackedFiles` to "no"
1.00
* Initial public release

2
yadm
View File

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION=1.00 VERSION=1.01
YADM_WORK="$HOME" YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm" YADM_DIR="$HOME/.yadm"

11
yadm.md
View File

@ -90,11 +90,14 @@
Pass options to the git config command. Since yadm already uses Pass options to the git config command. Since yadm already uses
the config command to manage its own configurations, this com- the config command to manage its own configurations, this com-
mand is provided as a way to change configurations of the repos- mand is provided as a way to change configurations of the repos-
itory managed by yadm. One particularly useful case may be to itory managed by yadm. One useful case might be to configure
configure the repository so untracked files are hidden from sta- the repository so untracked files are shown in status commands.
tus commands: yadm initially configures its repository so that untracked files
are not shown. If you wish use the default git behavior (to
show untracked files and directories), you can remove this con-
figuration.
yadm gitconfig status.showUntrackedFiles no yadm gitconfig --unset status.showUntrackedFiles
help Print a summary of yadm commands. help Print a summary of yadm commands.