Changes between Version 19 and Version 20 of TipAndDoc/scm/git


Ignore:
Timestamp:
May 2, 2013 1:18:08 AM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/scm/git

    v19 v20  
    118118 1. mitty@test:~/works/lab (master)$ mv .git/refs/remotes/* .git/refs/heads/ 
    119119 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してよい模様 
    120127 * mitty@test:~/works/lab (master)$ git tag -l 
    121128{{{ 
     
    154161vmware/ 
    155162}}} 
    156  
    157163 = git-http-backend = 
    158164 * [https://www.kernel.org/pub/software/scm/git/docs/git-http-backend.html git-http-backend(1)]