What's in git.git today

Previous thread: [PATCH] fix skipping merge-order test with NO_OPENSSL=1. by Gerrit Pape on Wednesday, December 28, 2005 - 4:25 am. (1 message)

Next thread: Cogito: cg-push doesn't push tags? by H. Peter Anvin on Thursday, December 29, 2005 - 2:59 pm. (3 messages)
From: Junio C Hamano
Date: Wednesday, December 28, 2005 - 4:32 pm

GIT 1.0.6 was silently pushed out.  Again, it has one notable
fix among minor test fixes.

 - Do not mark tags fetched via --tags flag as mergeable.

   This is to fix "git pull --tags"; it tried to merge all of
   the tags by mistake --- it should not merge any of them.

I have verified that the patch by Gerrit to fix merge-order test
is correct, but have not got around to apply it yet.

The master branch has the following enhancements in addition to
what is in 1.0.6.  I intend to have 1.1 release with them early
next year, when I come back from the new year break.

 - "git clone -o branchname" to specify name of the branch used
   to keep track of the upstream (Johannes).
 
 - "core.sharedrepository" and "git init-db --shared" to help
   group writable repositories (Johannes).

 - IPV6 literal address in git networking protocol (Hideaki).

 - "git pack-redundant" is more efficient (Lukas).

 - "git describe" and associated Makefile changes to give GIT
   releases a bit more descriptive names (Linus and me).

 - "git checkout <treeish> <path>..." and "git checkout -- <path>..."
   can be used to restore named paths even from a subdirectory.

 - git-receive-pack propagates hooks' refusal to update back to
   git-send-pack.

I'll be away from the network and will be back on the second
week of January.  I wish everybody a happy new year.

-

Previous thread: [PATCH] fix skipping merge-order test with NO_OPENSSL=1. by Gerrit Pape on Wednesday, December 28, 2005 - 4:25 am. (1 message)

Next thread: Cogito: cg-push doesn't push tags? by H. Peter Anvin on Thursday, December 29, 2005 - 2:59 pm. (3 messages)