Kaynağa Gözat

Makefile: Fix git alias snap

pull/15/head
10sr 9 yıl önce
ebeveyn
işleme
98a63aca42
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Dosyayı Görüntüle

@@ -323,7 +323,7 @@ endif

$(git_conf) alias.todo "grep -nH -E -i 'todo:|note:|fixme:'"

$(git_conf) alias.snap '! gitdir="`git rev-parse --git-dir`" && : >>"$gitdir"/logs/refs/snapshot && cmt=`git stash create` && test -n "$cmt" && git update-ref refs/snapshot $cmt && echo Snapshot created: $cmt'
$(git_conf) alias.snap '! gitdir="`git rev-parse --git-dir`" && : >>"$gitdir"/logs/refs/snapshot && cmt=`git stash create` && test -n "$$cmt" && git update-ref refs/snapshot $$cmt && echo Snapshot created: $$cmt'

#$(git_conf) alias.wc "!git ls-files -z | xargs -0 wc"
# $(git_conf) push.default "simple"


Yükleniyor…
İptal
Kaydet