From: Junio C Hamano <junkio@cox.net>
To: git@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [ANNOUCNE] GIT 1.1.0
Date: Sun, 08 Jan 2006 17:20:49 -0800 [thread overview]
Message-ID: <7v4q4eurgu.fsf@assigned-by-dhcp.cox.net> (raw)
The latest feature release GIT 1.1.0 is available at the usual places:
http://www.kernel.org/pub/software/scm/git/
git-1.1.0.tar.{gz,bz2} (tarball)
RPMS/$arch/git-*-1.1.0-1.$arch.rpm (RPM)
This contains all the fixes present in 1.0.8, with the following
enhancements:
- "git clone -o $name" can name a branch other than "origin" to
be used to keep track of upstream (Johannes).
- Easier shared repository setup (Johannes).
- "git describe" command (Linus).
- "git --version" from an interim snapshot gives a more
descriptive version name than "1.0-GIT" (Linus).
- "git whatchanged" shows abbreviated object names by default.
- "git checkout -- paths" and "git checkout treeish paths" use
cwd relative pathname and work from a subdirectory.
- "git checkout [-b newbranch] branch" works from a
subdirectory and works on the entire tree.
- "git ls-tree" shows cwd relative pathnames by default; full
pathnames can be obtained with --full-name, just like "git
ls-files" (Linus and me).
- "git send-pack" and "git push" notice when the remote end
refuses to update a ref (e.g. hooks/update) and exits with an
error. This hopefully would help Cogito as well.
- "git fetch" and "git pull" automatically follows remote tags
while tracking branches.
- "git ls-files --others" can be used with "--directory" option
to omit the contents of directories without any tracked file
but instead to show the directories themselves (Linus). "git
status" uses this to unclutter "Untracked files" section.
- Optimized "git pack-redundant" (Lukas).
- "git daemon --base-path=/pub/git" can reroot the directory
tree exposed to the outside world, similar to DOCUMENT_ROOT
(Pasky).
- "git cherry" can be told not to show everything we have (Yann
Dirson).
- git URL can use [IPv6address/IPvFuture] literal addresses
(Hideaki).
next reply other threads:[~2006-01-09 1:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-09 1:20 Junio C Hamano [this message]
2006-01-09 8:49 ` [ANNOUCNE] GIT 1.1.0 Coywolf Qi Hunt
2006-01-09 9:41 ` Junio C Hamano
2006-01-09 10:38 ` Junio C Hamano
2006-01-09 11:09 ` Martin Langhoff
2006-01-11 9:25 ` Gerrit Pape
2006-01-09 20:43 ` lamikr
2006-01-09 22:22 ` Andreas Ericsson
2006-01-09 22:59 ` Junio C Hamano
2006-01-09 23:55 ` lamikr
2006-01-10 0:22 ` Andreas Ericsson
2006-01-10 1:21 ` Junio C Hamano
2006-01-10 14:49 ` Johannes Schindelin
2006-01-10 0:28 ` Junio C Hamano
2006-01-10 2:00 ` H. Peter Anvin
2006-01-10 3:05 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7v4q4eurgu.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).