From 83b1343aa85c8f53b89469aa1ec0c880e6fde03f Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Wed, 11 May 2016 19:14:23 +0200 Subject: [PATCH] Removed unused bat files --- README.md | 1 - bat/cyg_batch.bat | 7 ------- bat/git_add.bat | 6 ------ bat/git_bd.bat | 6 ------ bat/git_blame.bat | 6 ------ bat/git_br.bat | 6 ------ bat/git_clean.bat | 6 ------ bat/git_co.bat | 13 ------------- bat/git_co_file_head.bat | 6 ------ bat/git_com.bat | 6 ------ bat/git_commit_amend.bat | 6 ------ bat/git_difftool.bat | 21 --------------------- bat/git_difftool_headhat.bat | 6 ------ bat/git_logp.bat | 6 ------ bat/git_lola.bat | 6 ------ bat/git_rebase.bat | 14 -------------- bat/git_reset.bat | 6 ------ bat/git_reset_file_head.bat | 6 ------ bat/git_review_diffpatch.bat | 13 ------------- bat/git_review_download.bat | 15 --------------- bat/git_review_finish.bat | 6 ------ bat/git_review_list.bat | 6 ------ bat/git_review_pushchange.bat | 6 ------ bat/git_stat.bat | 6 ------ bat/gitk.bat | 6 ------ bat/sync_gitcache.bat | 2 -- bin/install-vundle.sh | 9 --------- 27 files changed, 203 deletions(-) delete mode 100644 bat/cyg_batch.bat delete mode 100644 bat/git_add.bat delete mode 100644 bat/git_bd.bat delete mode 100644 bat/git_blame.bat delete mode 100644 bat/git_br.bat delete mode 100644 bat/git_clean.bat delete mode 100644 bat/git_co.bat delete mode 100644 bat/git_co_file_head.bat delete mode 100644 bat/git_com.bat delete mode 100644 bat/git_commit_amend.bat delete mode 100644 bat/git_difftool.bat delete mode 100644 bat/git_difftool_headhat.bat delete mode 100644 bat/git_logp.bat delete mode 100644 bat/git_lola.bat delete mode 100644 bat/git_rebase.bat delete mode 100644 bat/git_reset.bat delete mode 100644 bat/git_reset_file_head.bat delete mode 100644 bat/git_review_diffpatch.bat delete mode 100644 bat/git_review_download.bat delete mode 100644 bat/git_review_finish.bat delete mode 100644 bat/git_review_list.bat delete mode 100644 bat/git_review_pushchange.bat delete mode 100644 bat/git_stat.bat delete mode 100644 bat/gitk.bat delete mode 100644 bat/sync_gitcache.bat delete mode 100755 bin/install-vundle.sh diff --git a/README.md b/README.md index b656696..5b42f27 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,3 @@ What you need to do on the new box is this: $ git fetch origin master $ git reset --hard origin/master $ git branch -u origin/master - $ git submodule update --init --recursive diff --git a/bat/cyg_batch.bat b/bat/cyg_batch.bat deleted file mode 100644 index 475cbc9..0000000 --- a/bat/cyg_batch.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -set CYGWIN=mintty -start cmd /c C:\cygwin\bin\bash.exe --login - diff --git a/bat/git_add.bat b/bat/git_add.bat deleted file mode 100644 index 570f48a..0000000 --- a/bat/git_add.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git add %2" - diff --git a/bat/git_bd.bat b/bat/git_bd.bat deleted file mode 100644 index 690a944..0000000 --- a/bat/git_bd.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -c "git brd %2" - diff --git a/bat/git_blame.bat b/bat/git_blame.bat deleted file mode 100644 index 082e627..0000000 --- a/bat/git_blame.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git blame %2" - diff --git a/bat/git_br.bat b/bat/git_br.bat deleted file mode 100644 index 1517259..0000000 --- a/bat/git_br.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -c "git branch" - diff --git a/bat/git_clean.bat b/bat/git_clean.bat deleted file mode 100644 index e6663ec..0000000 --- a/bat/git_clean.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -c "git clean -f -d" - diff --git a/bat/git_co.bat b/bat/git_co.bat deleted file mode 100644 index fec4ab0..0000000 --- a/bat/git_co.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -IF %3 == 1 GOTO CREATE -C:\cygwin\bin\bash.exe --login -c "git co %2" -GOTO END - -:CREATE -C:\cygwin\bin\bash.exe --login -c "git co -b %2" - -:END - diff --git a/bat/git_co_file_head.bat b/bat/git_co_file_head.bat deleted file mode 100644 index 3a4805d..0000000 --- a/bat/git_co_file_head.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git co HEAD -- %2" - diff --git a/bat/git_com.bat b/bat/git_com.bat deleted file mode 100644 index 85d1a1f..0000000 --- a/bat/git_com.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -c "git commit" - diff --git a/bat/git_commit_amend.bat b/bat/git_commit_amend.bat deleted file mode 100644 index a959903..0000000 --- a/bat/git_commit_amend.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -c "git commit --amend" - diff --git a/bat/git_difftool.bat b/bat/git_difftool.bat deleted file mode 100644 index 8ef72d1..0000000 --- a/bat/git_difftool.bat +++ /dev/null @@ -1,21 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 - -IF NOT "%2"=="" GOTO P1 -C:\cygwin\bin\bash.exe --login -i -c "git diffall" -GOTO END - -:P1 -IF NOT "%3"=="" GOTO P2 -C:\cygwin\bin\bash.exe --login -i -c "git diffall %2" -GOTO END - -:P2 -C:\cygwin\bin\bash.exe --login -i -c "git diffall %2 %3" - -:END - - - diff --git a/bat/git_difftool_headhat.bat b/bat/git_difftool_headhat.bat deleted file mode 100644 index ad72336..0000000 --- a/bat/git_difftool_headhat.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git diffall HEAD^" - diff --git a/bat/git_logp.bat b/bat/git_logp.bat deleted file mode 100644 index 67ed2f5..0000000 --- a/bat/git_logp.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git log -p -1 %2" - diff --git a/bat/git_lola.bat b/bat/git_lola.bat deleted file mode 100644 index fb0d7fd..0000000 --- a/bat/git_lola.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -c "git lola" - diff --git a/bat/git_rebase.bat b/bat/git_rebase.bat deleted file mode 100644 index 95a7923..0000000 --- a/bat/git_rebase.bat +++ /dev/null @@ -1,14 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -IF %3 == 1 GOTO INTERACTIVE -C:\cygwin\bin\bash.exe --login -i -c "git rebase refs/tags/ste-m74x0_%2" -C:\cygwin\bin\bash.exe --login -i -c "git mergetool -y" -C:\cygwin\bin\bash.exe --login -i -c "git rebase --continue" -GOTO END - -:INTERACTIVE -C:\cygwin\bin\bash.exe --login -i -c "git rebase -i %2" - -:END \ No newline at end of file diff --git a/bat/git_reset.bat b/bat/git_reset.bat deleted file mode 100644 index fad93db..0000000 --- a/bat/git_reset.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git reset --hard" - diff --git a/bat/git_reset_file_head.bat b/bat/git_reset_file_head.bat deleted file mode 100644 index f462b53..0000000 --- a/bat/git_reset_file_head.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git reset HEAD -- %2" - diff --git a/bat/git_review_diffpatch.bat b/bat/git_review_diffpatch.bat deleted file mode 100644 index 7f3e323..0000000 --- a/bat/git_review_diffpatch.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -IF "%4"=="" GOTO LATEST -C:\cygwin\bin\bash.exe --login -i -c "git review -R -m %2,%3-%4" - -GOTO END - -:LATEST -C:\cygwin\bin\bash.exe --login -i -c "git review -R -m %2,%3" - -:END diff --git a/bat/git_review_download.bat b/bat/git_review_download.bat deleted file mode 100644 index 9cdec36..0000000 --- a/bat/git_review_download.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -IF NOT "%3"=="" GOTO CUSTOMNAME -C:\cygwin\bin\bash.exe --login -i -c "git review -d %2" -GOTO END - -:CUSTOMNAME -C:\cygwin\bin\bash.exe --login -i -c "git review -b %3 -d %2" - -:END - - - diff --git a/bat/git_review_finish.bat b/bat/git_review_finish.bat deleted file mode 100644 index 0a5c844..0000000 --- a/bat/git_review_finish.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git review -f" - diff --git a/bat/git_review_list.bat b/bat/git_review_list.bat deleted file mode 100644 index f613e0c..0000000 --- a/bat/git_review_list.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git review -B -l" - diff --git a/bat/git_review_pushchange.bat b/bat/git_review_pushchange.bat deleted file mode 100644 index ee3fdb4..0000000 --- a/bat/git_review_pushchange.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "git review -c -p" - diff --git a/bat/git_stat.bat b/bat/git_stat.bat deleted file mode 100644 index e7c25be..0000000 --- a/bat/git_stat.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -c "git status" - diff --git a/bat/gitk.bat b/bat/gitk.bat deleted file mode 100644 index 0fd3c49..0000000 --- a/bat/gitk.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -cd %1 -set CHERE_INVOKING=1 -C:\cygwin\bin\bash.exe --login -i -c "gitk %2" - diff --git a/bat/sync_gitcache.bat b/bat/sync_gitcache.bat deleted file mode 100644 index cddc8ce..0000000 --- a/bat/sync_gitcache.bat +++ /dev/null @@ -1,2 +0,0 @@ -rem Cache in ~/gitcache -C:\cygwin\bin\bash.exe --login -i -c "cd ~/gitcache; repo sync" diff --git a/bin/install-vundle.sh b/bin/install-vundle.sh deleted file mode 100755 index e079d26..0000000 --- a/bin/install-vundle.sh +++ /dev/null @@ -1,9 +0,0 @@ -## Create bundle folder - -mkdir -p .vim/bundle - -## Clone Vundle -git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim - -## Install bundles -vim +BundleInstall +qall -- 2.43.0