Release 1.01

Update version number and update documentation
pull/1/head 1.01
Tim Byrne 9 years ago
parent eb60da77b8
commit cbb854a32b

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

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

@ -90,11 +90,14 @@
Pass options to the git config command. Since yadm already uses
the config command to manage its own configurations, this com-
mand is provided as a way to change configurations of the repos-
itory managed by yadm. One particularly useful case may be to
configure the repository so untracked files are hidden from sta-
tus commands:
yadm gitconfig status.showUntrackedFiles no
itory managed by yadm. One useful case might be to configure
the repository so untracked files are shown in status 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 --unset status.showUntrackedFiles
help Print a summary of yadm commands.

Loading…
Cancel
Save