Re: Shallow Push?

2015-07-22 Thread Samuel Williams
: Samuel Williams space.ship.travel...@gmail.com writes: Is it possible to only push what is required to checkout the latest HEAD? What is the receiving repository expected to have? Does it have everything that is required to checkout the back-then latest HEAD the last time a push was made

Trying to push into empty repo, get fatal: bad revision 'HEAD'

2015-03-31 Thread Samuel Williams
I have set up a remote repository like so: remote $ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true sharedrepository = 1 worktree = /srv/http/www.site.com [receive] denyNonFastforwards = true denyCurrentBranch = updateInstead This repo is