git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] documentation: update the "Pushing changes to a public  repository" section
@ 2010-02-19 16:45 Elia Pinto
  2010-02-19 23:09 ` Santi Béjar
  0 siblings, 1 reply; 2+ messages in thread
From: Elia Pinto @ 2010-02-19 16:45 UTC (permalink / raw)
  To: git

Extracted from git v1.7.0 Release Notes:

* "git push" into a branch that is currently checked out (i.e. pointed at by
   HEAD in a repository that is not bare) is refused by default.

Update the user manual where necessary
---
 Documentation/user-manual.txt |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index fe6fb72..0897839 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1963,10 +1963,14 @@ As with `git fetch`, `git push` will complain
if this does not result in a
 handling this case.

 Note that the target of a "push" is normally a
-<<def_bare_repository,bare>> repository.  You can also push to a
-repository that has a checked-out working tree, but the working tree
-will not be updated by the push.  This may lead to unexpected results if
-the branch you push to is the currently checked-out branch!
+<<def_bare_repository,bare>> repository.  Until the version 1.7 you could
+also push to a repository that has a checked-out working tree,
+but the working tree will not be updated by the push.  This might lead to
+unexpected results if the branch you pushed to was the currently checked-out
+branch! From 1.7.0 git push" into a branch that is currently checked out
+(i.e. pointed at by   HEAD in a repository that is not bare)
+is refused by default.
+

 As with `git fetch`, you may also set up configuration options to
 save typing; so, for example, after
--
1.6.6

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

* Re: [PATCH] documentation: update the "Pushing changes to a public  repository" section
  2010-02-19 16:45 [PATCH] documentation: update the "Pushing changes to a public repository" section Elia Pinto
@ 2010-02-19 23:09 ` Santi Béjar
  0 siblings, 0 replies; 2+ messages in thread
From: Santi Béjar @ 2010-02-19 23:09 UTC (permalink / raw)
  To: Elia Pinto; +Cc: git

On Fri, Feb 19, 2010 at 5:45 PM, Elia Pinto <gitter.spiros@gmail.com> wrote:
> Extracted from git v1.7.0 Release Notes:
>
> * "git push" into a branch that is currently checked out (i.e. pointed at by
>   HEAD in a repository that is not bare) is refused by default.
>
> Update the user manual where necessary

It is a good change. I have some comments below, but I prefer when the
docs explain first the current behavior and afterwards, as a note or
alike, the prior behavior. Like this?

-repository that has a checked-out working tree, but the working tree
-will not be updated by the push.  This may lead to unexpected results if
-the branch you push to is the currently checked-out branch!
+repository that has a checked-out working tree, but not into a branch that is
+currently checked out (i.e. pointed at by HEAD in a repository that is not
+bare), as it is refused by default. This is not allowed by default because
+this may lead to unexpected results. Note that prior to the version 1.7 it was
+allowed.

> ---
>  Documentation/user-manual.txt |   12 ++++++++----
>  1 files changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
> index fe6fb72..0897839 100644
> --- a/Documentation/user-manual.txt
> +++ b/Documentation/user-manual.txt
> @@ -1963,10 +1963,14 @@ As with `git fetch`, `git push` will complain
> if this does not result in a
>  handling this case.
>
>  Note that the target of a "push" is normally a
> -<<def_bare_repository,bare>> repository.  You can also push to a
> -repository that has a checked-out working tree, but the working tree
> -will not be updated by the push.  This may lead to unexpected results if
> -the branch you push to is the currently checked-out branch!
> +<<def_bare_repository,bare>> repository.  Until the version 1.7 you could

This implies that in 1.7 you can.

> +also push to a repository that has a checked-out working tree,
> +but the working tree will not be updated by the push.  This might lead to
> +unexpected results if the branch you pushed to was the currently checked-out
> +branch! From 1.7.0 git push" into a branch that is currently checked out

Missing ".

> +(i.e. pointed at by   HEAD in a repository that is not bare)
> +is refused by default.
> +

Thanks,
Santi

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

end of thread, other threads:[~2010-02-19 23:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-19 16:45 [PATCH] documentation: update the "Pushing changes to a public repository" section Elia Pinto
2010-02-19 23:09 ` Santi Béjar

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).