Changes between Version 19 and Version 20 of TipAndDoc/scm/git
- Timestamp:
- May 2, 2013 1:18:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/scm/git
v19 v20 118 118 1. mitty@test:~/works/lab (master)$ mv .git/refs/remotes/* .git/refs/heads/ 119 119 1. mitty@test:~/works/lab (master)$ rmdir .git/refs/remotes/ 120 1. vim .git/packed-refs 121 {{{ 122 :%s/refs\/remotes\/tags/refs\/tags/g 123 :%s/refs\/remotes/refs\/heads/g 124 }}} 125 * リポジトリがある程度以上の大きさの場合、必要になる 126 * .git/packed-refs が存在しない場合はskipしてよい模様 120 127 * mitty@test:~/works/lab (master)$ git tag -l 121 128 {{{ … … 154 161 vmware/ 155 162 }}} 156 157 163 = git-http-backend = 158 164 * [https://www.kernel.org/pub/software/scm/git/docs/git-http-backend.html git-http-backend(1)]