git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] GIT 1.2.1
@ 2006-02-16  6:25 Junio C Hamano
  2006-02-18  4:31 ` Michael Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2006-02-16  6:25 UTC (permalink / raw)
  To: git; +Cc: linux-kernel

The latest maintenance release GIT 1.2.1 is available at the
usual places:

	http://www.kernel.org/pub/software/scm/git/

	git-1.2.1.tar.{gz,bz2}			(tarball)
	RPMS/$arch/git-*-1.2.1-1.$arch.rpm	(RPM)


Nothing earth-shattering but cleanups and cleanups and cleanups.

All the interesting things are happening in "master" and "pu",
which will be a topic for a separate message.

----------------------------------------------------------------

Changes since v1.2.0 are as follows:

Fernando J. Pereda:
      Print an error if cloning a http repo and NO_CURL is set

Fredrik Kuivinen:
      s/SHELL/SHELL_PATH/ in Makefile

Josef Weidendorfer:
      More useful/hinting error messages in git-checkout

Junio C Hamano:
      Documentation: git-commit in 1.2.X series defaults to --include.
      Documentation: git-ls-files asciidocco.
      bisect: remove BISECT_NAMES after done.
      combine-diff: diff-files fix.
      combine-diff: diff-files fix (#2)
      checkout: fix dirty-file display.

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

* RE: [ANNOUNCE] GIT 1.2.1
@ 2006-02-16  6:47 Brown, Len
  2006-02-16 21:41 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Brown, Len @ 2006-02-16  6:47 UTC (permalink / raw)
  To: Junio C Hamano, git; +Cc: linux-kernel

Happy to notice Documentation/git-send-email
to standardize greg's scripts, but don't see it in the release.

anybody using it?

-Len

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

* Re: [ANNOUNCE] GIT 1.2.1
  2006-02-16  6:47 Brown, Len
@ 2006-02-16 21:41 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2006-02-16 21:41 UTC (permalink / raw)
  To: Brown, Len; +Cc: Junio C Hamano, git, linux-kernel

On Thu, Feb 16, 2006 at 01:47:28AM -0500, Brown, Len wrote:
> Happy to notice Documentation/git-send-email
> to standardize greg's scripts, but don't see it in the release.
> 
> anybody using it?

I used it to send out my last 2 round of git patches (usb and i2c).  I
like it a lot better than my original script, Ryan's done a great job of
cleaning up my horrible perl code.

thanks,

greg k-h

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

* Re: [ANNOUNCE] GIT 1.2.1
  2006-02-16  6:25 [ANNOUNCE] GIT 1.2.1 Junio C Hamano
@ 2006-02-18  4:31 ` Michael Fischer
  2006-02-18 10:39   ` Andreas Ericsson
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Fischer @ 2006-02-18  4:31 UTC (permalink / raw)
  To: git


*sigh*

I got confused about git pull origin and git pull master.

Tutorial seems to tell me I should have said git pull origin
and left well enough alone. 

Now I get:

fatal: you need to resolve your current index first

How do I do that?

TIA.


Michael
-- 
Michael Fischer                         Happiness is a config option.
michael@visv.net                        Recompile and be happy. 

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

* Re: [ANNOUNCE] GIT 1.2.1
  2006-02-18  4:31 ` Michael Fischer
@ 2006-02-18 10:39   ` Andreas Ericsson
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Ericsson @ 2006-02-18 10:39 UTC (permalink / raw)
  To: Michael Fischer; +Cc: git

Michael Fischer wrote:
> *sigh*
> 
> I got confused about git pull origin and git pull master.
> 
> Tutorial seems to tell me I should have said git pull origin
> and left well enough alone. 
> 
> Now I get:
> 
> fatal: you need to resolve your current index first
> 
> How do I do that?
> 

If you just want to clean the index so you can pull from origin again, 
you should be able to just do

	$ git reset --hard origin

If you've got local changes that has caused conflicts in the index you 
need to fix that up first and commit them.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

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

end of thread, other threads:[~2006-02-18 10:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-16  6:25 [ANNOUNCE] GIT 1.2.1 Junio C Hamano
2006-02-18  4:31 ` Michael Fischer
2006-02-18 10:39   ` Andreas Ericsson
  -- strict thread matches above, loose matches on Subject: below --
2006-02-16  6:47 Brown, Len
2006-02-16 21:41 ` Greg KH

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