You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.7 KiB

16 years ago
To: git@vger.kernel.org
Subject: What's in git.git (Aug 2009, #01; Wed, 05)
X-maint-at: f0df1293acdba9513cae17e2c63b4169f1347371
X-master-at: 3f55e4107f7906134df029f9a5c44864f9258110
X-maint-was: 0a53e9ddeaddad63ad106860237bbf53411d11a7
X-master-was: e6580020057afd207b7cfb9c96905f99e13cfe4d
What's in git.git (Aug 2009, #01; Wed, 05)
maint f0df129 (Merge branch 'maint-1.6.3' into maint)
master 3f55e41 (Merge branch 'sb/read-tree')
------------------------------------------------------------------------
The 1.6.4 release seems to have been quite solid, and there is no
brown-paper-bag bugfixes on 'maint' yet ;-).
A handful of topics have graduated to 'master'.
* The 'maint' branch has these fixes since the last announcement.
Björn Steinbrink (1):
config: Keep inner whitespace verbatim
Erik Faye-Lund (1):
send-email: remove debug trace
Jakub Narebski (1):
gitweb/README: Document $base_url
Jens Lehmann (1):
Documentation: git submodule: add missing options to synopsis
Matthieu Moy (1):
Better usage string for reflog.
Miklos Vajna (1):
hg-to-git: don't import the unused popen2 module
* The 'master' branch has these since the last announcement
in addition to the above.
André Goddard Rosa (1):
Fix typos on pt_BR/gittutorial.txt translation
Geoffrey Irving (1):
git fast-export: add --no-data option
Giuseppe Bilotta (1):
gitweb: fix 'Use of uninitialized value' error in href()
Jeff King (2):
show: suppress extra newline when showing annotated tag
show: add space between multiple items
Johannes Schindelin (1):
parse-opt: optionally show "--no-" option string
Junio C Hamano (1):
apply: notice creation/removal patches produced by GNU diff
Michael J Gruber (3):
t6010-merge-base.sh: Depict the octopus test graph
git-merge-base/git-show-branch: Cleanup documentation and usage
git-merge-base/git-show-branch --merge-base: Documentation and test
Michał Kiedrowicz (1):
init-db: migrate to parse-options
Nanako Shiraishi (1):
git init: optionally allow a directory argument
Nick Edelen (1):
Shift object enumeration out of upload-pack
Santi Béjar (2):
t5520-pull: Test for rebased upstream + fetch + pull --rebase
pull: support rebased upstream + fetch + pull --rebase
Stephen Boyd (7):
read-tree: convert unhelpful usage()'s to helpful die()'s
read-tree: migrate to parse-options
write-tree: migrate to parse-options
verify-tag: migrate to parse-options
verify-pack: migrate to parse-options
prune-packed: migrate to parse-options
technical-docs: document tree-walking API
Wesley J. Landaker (2):
Documentation: git-send-email: fix submission port number
Documentation: git-send-email: correct statement about standard ports