* [ANNOUNCE] GIT 1.6.1-rc2
@ 2008-12-08 2:53 Junio C Hamano
2008-12-15 8:32 ` [ANNOUNCE] GIT 1.6.1-rc3 Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2008-12-08 2:53 UTC (permalink / raw)
To: git; +Cc: linux-kernel
Another week, another rc. There are no outstanding features that should
graduate from 'next' anymore until final.
http://www.kernel.org/pub/software/scm/git/
git-1.6.1-rc2.tar.{gz,bz2} (source tarball)
git-htmldocs-1.6.1-rc2.tar.{gz,bz2} (preformatted docs)
git-manpages-1.6.1-rc2.tar.{gz,bz2} (preformatted docs)
The RPM binary packages for a few architectures are also there.
testing/git-*-1.6.1-rc2-1.fc9.$arch.rpm (RPM)
----------------------------------------------------------------
Changes since v1.6.1-rc1 are as follows:
Alex Riesen (3):
Make some of fwrite/fclose/write/close failures visible
Make chdir failures visible
Report symlink failures in merge-recursive
Alexander Gavrilov (2):
gitk: Make line origin search update the busy status
gitk: Add a menu option to start git gui
Christian Couder (2):
bisect: fix "git bisect skip <commit>" and add tests cases
Documentation: describe how to "bisect skip" a range of commits
Christian Stimming (1):
gitk: Update German translation
Davide Libenzi (1):
xdiff: give up scanning similar lines early
Deskin Miller (1):
git-svn: Make branch use correct svn-remote
Giuseppe Bilotta (2):
gitweb: make gitweb_check_feature a boolean wrapper
Update comment on gitweb_check/get_feature
Jakub Narebski (2):
gitweb: Fix handling of non-ASCII characters in inserted HTML files
gitweb: Make project specific override for 'grep' feature work
Jeff King (2):
add stage to gitignore
tag: delete TAG_EDITMSG only on successful tag
Johannes Sixt (1):
t4030-diff-textconv: Make octal escape sequence more portable
Junio C Hamano (17):
builtin-rm.c: explain and clarify the "local change" logic
git add --intent-to-add: fix removal of cached emptiness
git add --intent-to-add: do not let an empty blob be committed by accident
gitweb: fix 'ctags' feature check and others
gitweb: rename gitweb_check_feature to gitweb_get_feature
Makefile: introduce NO_PTHREADS
Install git-stage in exec-path
git-am --whitespace: do not lose the command line option
git-am: propagate -C<n>, -p<n> options as well
git-am: propagate --3way options as well
Test that git-am does not lose -C/-p/--whitespace options
git-am: rename apply_opt_extra file to apply-opt
Update draft release notes to 1.6.1
GIT 1.6.0.5
Update draft release notes for 1.6.1
Revert "git-stash: use git rev-parse -q"
Point "stale" 1.6.0.5 documentation from the main git documentation page
Linus Torvalds (1):
Add backslash to list of 'crud' characters in real name
Mark Burton (1):
git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror.
Matt McCutchen (1):
"git diff <tree>{3,}": do not reverse order of arguments
Miklos Vajna (8):
User's Manual: remove duplicated url at the end of Appendix B
git-stash: use git rev-parse -q
filter-branch: use git rev-parse -q
lost-found: use git rev-parse -q
pull: use git rev-parse -q
rebase: use git rev-parse -q
submodule: use git rev-parse -q
http.c: use 'git_config_string' to get 'curl_http_proxy'
Nguyễn Thái Ngọc Duy (1):
Extend index to save more flags
Paul Mackerras (3):
gitk: Fix context menu items for generating diffs when in tree mode
gitk: Highlight only when search type is "containing:".
gitk: Fix bug in accessing undefined "notflag" variable
Scott Chacon (1):
Add a built-in alias for 'stage' to the 'add' command
Thomas Rast (1):
fetch-pack: Avoid memcpy() with src==dst
Tor Arvid Lund (1):
git-p4: Fix bug in p4Where method.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ANNOUNCE] GIT 1.6.1-rc3
2008-12-08 2:53 [ANNOUNCE] GIT 1.6.1-rc2 Junio C Hamano
@ 2008-12-15 8:32 ` Junio C Hamano
2008-12-15 10:04 ` Anders Melchiorsen
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2008-12-15 8:32 UTC (permalink / raw)
To: git; +Cc: linux-kernel
I have fixed a few more smallish (old) bugs after I tagged this, which
will be in 'master' shortly, but it seems that this cycle is stabilizing
fairly nicely. Let's have a successful 1.6.1 tagged on 20th. Please hunt
and fix bugs until then.
http://www.kernel.org/pub/software/scm/git/
git-1.6.1-rc3.tar.{gz,bz2} (source tarball)
git-htmldocs-1.6.1-rc3.tar.{gz,bz2} (preformatted docs)
git-manpages-1.6.1-rc3.tar.{gz,bz2} (preformatted docs)
The RPM binary packages for a few architectures are also there.
testing/git-*-1.6.1-rc3-1.fc9.$arch.rpm (RPM)
----------------------------------------------------------------
Changes since v1.6.1-rc2 are as follows:
Alexander Gavrilov (1):
Documentation: Describe git-gui Tools menu configuration options.
Alexander Potashev (2):
Fix typos in documentation
Fix typo in comment in builtin-add.c
Alexey Borzenkov (1):
Define linkgit macro in [macros] section
Brandon Casey (1):
git-branch: display sha1 on branch deletion
Deskin Miller (1):
git-svn: Make following parents atomic
Jakub Narebski (1):
gitweb: Fix bug in insert_file() subroutine
Jeff King (5):
reorder ALLOW_TEXTCONV option setting
diff: allow turning on textconv explicitly for plumbing
diff: fix handling of binary rewrite diffs
diff: respect textconv in rewrite diffs
rebase: improve error messages about dirty state
Jim Meyering (1):
git-config.txt: fix a typo
Johannes Schindelin (1):
Get rid of the last remnants of GIT_CONFIG_LOCAL
Junio C Hamano (4):
builtin-checkout.c: check error return from read_cache()
read-cache.c: typofix in comment
work around Python warnings from AsciiDoc
Fix t4031
Linus Torvalds (1):
fsck: reduce stack footprint
Markus Heidelberg (1):
builtin-commit: remove unused message variable
Nicolas Pitre (1):
make sure packs to be replaced are closed beforehand
Ralf Wildenhues (1):
Improve language in git-merge.txt and related docs
Tor Arvid Lund (1):
git-p4: Fix regression in p4Where method.
YONETANI Tomokazu (1):
git-fast-import possible memory corruption problem
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] GIT 1.6.1-rc3
2008-12-15 8:32 ` [ANNOUNCE] GIT 1.6.1-rc3 Junio C Hamano
@ 2008-12-15 10:04 ` Anders Melchiorsen
2008-12-15 10:17 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Anders Melchiorsen @ 2008-12-15 10:04 UTC (permalink / raw)
To: Junio C Hamano, raa.lkml; +Cc: git
Junio C Hamano wrote:
> I have fixed a few more smallish (old) bugs after I tagged this, which
> will be in 'master' shortly, but it seems that this cycle is stabilizing
> fairly nicely. Let's have a successful 1.6.1 tagged on 20th. Please hunt
> and fix bugs until then.
Even though it is not a 1.6.1 regression, I wonder about the merge
conflict issue in
http://thread.gmane.org/gmane.comp.version-control.git/100859/focus=101182
The patch in that post improved things somewhat, by making a correct
commit. Of course, the working tree then silently loses a file, which
could be seen as being worse than a fatal failure.
Anders.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] GIT 1.6.1-rc3
2008-12-15 10:04 ` Anders Melchiorsen
@ 2008-12-15 10:17 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2008-12-15 10:17 UTC (permalink / raw)
To: Anders Melchiorsen; +Cc: Junio C Hamano, raa.lkml, git
"Anders Melchiorsen" <mail@cup.kalibalik.dk> writes:
> The patch in that post improved things somewhat, by making a correct
> commit. Of course, the working tree then silently loses a file, which
> could be seen as being worse than a fatal failure.
Thanks for a reminder. When resending for discussion, please make it
accompanied with a test case. In any case, let's leave anything iffy
after the final.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-12-15 10:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 2:53 [ANNOUNCE] GIT 1.6.1-rc2 Junio C Hamano
2008-12-15 8:32 ` [ANNOUNCE] GIT 1.6.1-rc3 Junio C Hamano
2008-12-15 10:04 ` Anders Melchiorsen
2008-12-15 10:17 ` 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).