* [ANNOUNCE] GIT 0.99.9l aka 1.0rc4
@ 2005-12-04 9:21 Junio C Hamano
2005-12-04 20:16 ` Horst von Brand
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2005-12-04 9:21 UTC (permalink / raw)
To: git, linux-kernel
GIT 0.99.9l aka 1.0rc4 is found at a new location.
RPM
http://kernel.org:/pub/software/git/RPMS/
Debian [*1*]
http://kernel.org:/pub/software/git/debian/
This is mostly fixes, with some improvements. As I said on the
git list earlier, no more major feature/semantics changes after
this is expected until 1.0.
Highlights are:
- After a conflicting merge, the index file is left unmerged.
As before, after such conflicting merge, "git diff" can be
used to view the differences between the half-merged file and
"our" branch version by default, but now you can say "git
diff --base" and "git diff --theirs" to view the differences
since the merge-base version and the other branch's version,
respectively.
- git-daemon and other git native protocols allow user-relative
paths (e.g. git://host/~user/repo). git-daemon's path
whitelist check used to be done with the realpath (i.e. what
getcwd() returns) in 0.99.9k and later "master" branch
versions, but it was changed back to check against what the
requester asked.
- The commands have been future-proofed so that they refuse to
operate on repositories from future unknown versions, to
avoid corrupting them by mistake.
- Bisect can take pathspec to cut down the number of revisions
that need to be tested.
- Many low-level commands have been updated to work better from
subdirectories (much of the barebone porcelain wrappers that
deal with the whole repository or the whole tree still need
to be run from the top level, though).
- Merge used to fail when it removed a file (fixed).
- When only GIT_OBJECT_DIRECTORY was exported things broke
since 0.99.9k (fixed).
- Comes with updated gitk.
[Footnote]
*1* It appears Debian finally has an official maintainer, so I
am inclined to stop building and supplying the debs starting
from the next version --- one less thing to worry about for me.
I hope the Debian side splits the packages along the same line
as we do RPMs.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANNOUNCE] GIT 0.99.9l aka 1.0rc4
2005-12-04 9:21 [ANNOUNCE] GIT 0.99.9l aka 1.0rc4 Junio C Hamano
@ 2005-12-04 20:16 ` Horst von Brand
2005-12-04 20:49 ` H. Peter Anvin
0 siblings, 1 reply; 3+ messages in thread
From: Horst von Brand @ 2005-12-04 20:16 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, linux-kernel
Junio C Hamano <junkio@cox.net> wrote:
> GIT 0.99.9l aka 1.0rc4 is found at a new location.
What would that new location be?
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANNOUNCE] GIT 0.99.9l aka 1.0rc4
2005-12-04 20:16 ` Horst von Brand
@ 2005-12-04 20:49 ` H. Peter Anvin
0 siblings, 0 replies; 3+ messages in thread
From: H. Peter Anvin @ 2005-12-04 20:49 UTC (permalink / raw)
To: Horst von Brand; +Cc: Junio C Hamano, git, linux-kernel
Horst von Brand wrote:
> Junio C Hamano <junkio@cox.net> wrote:
>
>>GIT 0.99.9l aka 1.0rc4 is found at a new location.
>
> What would that new location be?
If you get RPMS, you want to get them from:
http://www.kernel.org/pub/software/scm/git/RPMS/$basearch/
I don't believe non-RPMs have changed.
-hpa
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-04 20:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-04 9:21 [ANNOUNCE] GIT 0.99.9l aka 1.0rc4 Junio C Hamano
2005-12-04 20:16 ` Horst von Brand
2005-12-04 20:49 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox