emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VC mode and git


From: Richard Stallman
Subject: Re: VC mode and git
Date: Thu, 26 Mar 2015 23:09:04 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Just to elaborate: neither vc-bzr nor vc-git nor vc-hg (the DVCS
  > interfaces) push on commit but our advertised bzr setup made bzr itself
  > push on commit by default (because it was a bound branch).

If Git has no feature comparable to a bound branch, that seems like a defect
compared with Bzr.  Perhaps we should supply that feature.

  > In the same way, you could set up a git post-commit hook that pushes if
  > you wish by placing a scipt with contents

  > --8<---------------cut here---------------start------------->8---
  > #!/bin/sh
  > git push
  > --8<---------------cut here---------------end--------------->8---

  > in .git/hooks/post-commit/.

That recommendation is rather cumbersome compared to our former
recommendations for Bzr, but that change would be a step up
in our Git recommendations for people starting with Git.

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! See stallman.org/skype.html.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]