Linux内核开发  - 讨论区

标题:[zeuux-linux] Fwd: [ANNOUNCE] GIT 1.5.6.1

2008年06月26日 星期四 17:09

WANG Cong xiyou.wangcong在gmail.com
星期四 六月 26 17:09:53 CST 2008

----- Forwarded message from Junio C Hamano <> -----

From: Junio C Hamano <>
Date: Wed, 25 Jun 2008 23:21:36 -0700
To: git at vger.kernel.org
cc: linux-kernel at vger.kernel.org
Subject: [ANNOUNCE] GIT 1.5.6.1

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

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

  git-1.5.6.1.tar.{gz,bz2}			(tarball)
  git-htmldocs-1.5.6.1.tar.{gz,bz2}		(preformatted docs)
  git-manpages-1.5.6.1.tar.{gz,bz2}		(preformatted docs)
  RPMS/$arch/git-*-1.5.6.1-1.$arch.rpm	(RPM)

GIT v1.5.6.1 Release Notes
==========================

Fixes since v1.5.6
------------------

* Last minute change broke loose object creation on AIX.

* (performance fix) We used to make $GIT_DIR absolute path early in the
  programs but keeping it relative to the current directory internally
  gives 1-3 per-cent performance boost.

* bash completion knows the new --graph option to git-log family.


* git-diff -c/--cc showed unnecessary "deletion" lines at the context
  boundary.

* git-for-each-ref ignored %(object) and %(type) requests for tag
  objects.

* git-merge usage had a typo.

* Rebuilding of git-svn metainfo database did not take rewriteRoot
  option into account.

* Running "git-rebase --continue/--skip/--abort" before starting a
  rebase gave nonsense error messages.

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

Changes since v1.5.6 are as follows:

Brandon Casey (2):
      git-merge.sh: fix typo in usage message: sucesses --> succeeds
      t7502-commit.sh: test_must_fail doesn't work with inline environment variables

Dan McGee (1):
      completion: add --graph to log command completion

Dmitry Potapov (1):
      fix update-hook-example to work with packed tag references

Jan Krüger (2):
      Documentation: fix formatting in git-svn
      git-svn: make rebuild respect rewriteRoot option

Jeff King (2):
      for-each-ref: implement missing tag values
      clone: create intermediate directories of destination repo

Junio C Hamano (2):
      diff -c/--cc: do not include uninteresting deletion before leading context
      GIT 1.5.6.1

Linus Torvalds (1):
      Make git_dir a path relative to work_tree in setup_work_tree()

Michele Ballabio (1):
      parse-options.c: fix documentation syntax of optional arguments

Patrick Higgins (1):
      Workaround for AIX mkstemp()

Stephan Beyer (4):
      git-rebase.sh: Add check if rebase is in progress
      api-builtin.txt: update and fix typo
      api-parse-options.txt: Introduce documentation for parse options API
      Extend parse-options test suite

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

----- End forwarded message -----

-- 
Hi, I'm a .signature virus, please copy/paste me to help me spread
all over the world.

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-linux]

2008年06月26日 星期四 17:19

Xia Qingran qingran在zeuux.org
星期四 六月 26 17:19:13 CST 2008

Wow... Good!

WANG Cong wrote:
> ----- Forwarded message from Junio C Hamano <> -----
>
> From: Junio C Hamano <>
> Date: Wed, 25 Jun 2008 23:21:36 -0700
> To: git at vger.kernel.org
> cc: linux-kernel at vger.kernel.org
> Subject: [ANNOUNCE] GIT 1.5.6.1
>
> The latest maintenance release GIT 1.5.6.1 is available at the
> usual places:
>
>   http://www.kernel.org/pub/software/scm/git/
>
>   git-1.5.6.1.tar.{gz,bz2}			(tarball)
>   git-htmldocs-1.5.6.1.tar.{gz,bz2}		(preformatted docs)
>   git-manpages-1.5.6.1.tar.{gz,bz2}		(preformatted docs)
>   RPMS/$arch/git-*-1.5.6.1-1.$arch.rpm	(RPM)
>
> GIT v1.5.6.1 Release Notes
> ==========================
>
> Fixes since v1.5.6
> ------------------
>
> * Last minute change broke loose object creation on AIX.
>
> * (performance fix) We used to make $GIT_DIR absolute path early in the
>   programs but keeping it relative to the current directory internally
>   gives 1-3 per-cent performance boost.
>
> * bash completion knows the new --graph option to git-log family.
>
>
> * git-diff -c/--cc showed unnecessary "deletion" lines at the context
>   boundary.
>
> * git-for-each-ref ignored %(object) and %(type) requests for tag
>   objects.
>
> * git-merge usage had a typo.
>
> * Rebuilding of git-svn metainfo database did not take rewriteRoot
>   option into account.
>
> * Running "git-rebase --continue/--skip/--abort" before starting a
>   rebase gave nonsense error messages.
>
> ----------------------------------------------------------------
>
> Changes since v1.5.6 are as follows:
>
> Brandon Casey (2):
>       git-merge.sh: fix typo in usage message: sucesses --> succeeds
>       t7502-commit.sh: test_must_fail doesn't work with inline environment variables
>
> Dan McGee (1):
>       completion: add --graph to log command completion
>
> Dmitry Potapov (1):
>       fix update-hook-example to work with packed tag references
>
> Jan Krüger (2):
>       Documentation: fix formatting in git-svn
>       git-svn: make rebuild respect rewriteRoot option
>
> Jeff King (2):
>       for-each-ref: implement missing tag values
>       clone: create intermediate directories of destination repo
>
> Junio C Hamano (2):
>       diff -c/--cc: do not include uninteresting deletion before leading context
>       GIT 1.5.6.1
>
> Linus Torvalds (1):
>       Make git_dir a path relative to work_tree in setup_work_tree()
>
> Michele Ballabio (1):
>       parse-options.c: fix documentation syntax of optional arguments
>
> Patrick Higgins (1):
>       Workaround for AIX mkstemp()
>
> Stephan Beyer (4):
>       git-rebase.sh: Add check if rebase is in progress
>       api-builtin.txt: update and fix typo
>       api-parse-options.txt: Introduce documentation for parse options API
>       Extend parse-options test suite
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
> ----- End forwarded message -----
>
>   


-- 
夏清然
Xia Qingran
qingran at zeuux.org


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-linux]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号