git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* checking for 'clean' bare repo before push
@ 2012-06-24 10:21 Neal Kreitzinger
  2012-06-25  5:35 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Kreitzinger @ 2012-06-24 10:21 UTC (permalink / raw)
  To: git

I'm being asked to provide commands to check for 'clean' state of bare 
repo before and after a git-push.  This request is based on the notion 
of checking for a clean worktree (git status) before a checkout, merge, 
etc on a non-bare repo and checking the worktree state after such 
operations.

Context:
Since the bare repo and non-bare clone repos in question only have 
branch master, and deny-non-ff is set for the bare repo, I don't think 
there are checks to be done before and after git-push in our case. 
git-gc and git-fsck could be possible, but don't seem normative for 
every single push.  git-gc has auto configurations, and git fsck is 
expensive.  It seems like routine git-gc obviates the need for git fsck.

Am I correct on this?

v/r,
neal

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-25  5:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 10:21 checking for 'clean' bare repo before push Neal Kreitzinger
2012-06-25  5:35 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).