Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

import-upstream

Blame
    • Per Cederqvist's avatar
      2dd15083
      Don't unpack the upstream .git repository. · 2dd15083
      Per Cederqvist authored
      Starting with Bugzilla 4.4.7, the distributed tar files include a .git
      directory. Needless to say, unpacking that on top of our own .git
      directory results in chaos (including a changed "git remote" URL for
      origin).  Exlude the .git directory.
      
      The downside of this is that the pristine-tar diff file will be fairly
      large.
      2dd15083
      History
      Don't unpack the upstream .git repository.
      Per Cederqvist authored
      Starting with Bugzilla 4.4.7, the distributed tar files include a .git
      directory. Needless to say, unpacking that on top of our own .git
      directory results in chaos (including a changed "git remote" URL for
      origin).  Exlude the .git directory.
      
      The downside of this is that the pristine-tar diff file will be fairly
      large.