keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.91k stars 1.23k forks source link

Move saltpack to it's own repo? #1872

Closed gabriel closed 8 years ago

gabriel commented 8 years ago

Do we want to move saltpack out of keybase/client/go into keybase/saltpack since this is our "kitchen sink" repo and saltpack is a separate more standard-y thing?

0xhaven commented 8 years ago

I think this is a good idea. Just create a new keybase/saltpack repo and git filter-branch --prune-empty --subdirectory-filter go/saltpack/ (Preserving the commit log with just that directory, like jacobhaven/saltpack)

Then a few imports will need to be re-written, but that's about it.

gabriel commented 8 years ago

@strib we should do this history preserving move for kbfs too?

strib commented 8 years ago

@gabriel: yeah eventually. There's a JIRA for it already. Though some people will argue that we should put it into the kitchen sink repo, rather than its own.