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
3.1 KiB
93 lines
3.1 KiB
![]()
17 years ago
|
Subject: What's in git.git (Aug 2008, #05; Wed, 20)
|
||
|
X-maint-at: 9b99e641c11044dba661f574f9098d362a3f0ef8
|
||
|
X-master-at: ea3594e04184475226109a21e71c539ff5f139fd
|
||
|
X-maint-was: 26e08a0190cb3354e43bab13ea693a5c826a8fe1
|
||
|
X-master-was: c6670b348cb19c74a6d7f6943df4871eb0d8295f
|
||
|
|
||
|
What's in git.git (Aug 2008, #05; Wed, 20)
|
||
|
|
||
|
maint 9b99e64 (Update draft release notes for 1.6.0.1)
|
||
|
master ea3594e (Update draft release notes for 1.6.1)
|
||
|
------------------------------------------------------------------------
|
||
|
|
||
|
I have to say I've been very productive since 1.6.0 relase and it is _not_
|
||
|
a good thing. Many minor bugs are discovered by the list regulars, but
|
||
|
they really should have been found and fixed during the -rc period.
|
||
|
Let's try to do better in this cycle.
|
||
|
|
||
|
Anyway, thanks everybody for finding and fixing bugs and supplying bugfix
|
||
|
patches with test cases. Perhaps we would need a 1.6.0.1 this weekend.
|
||
|
|
||
|
* The 'maint' branch has these fixes since the last announcement.
|
||
|
|
||
|
Jeff King (2):
|
||
|
mailinfo: avoid violating strbuf assertion
|
||
|
decorate: allow const objects to be decorated
|
||
|
|
||
|
Jim Meyering (2):
|
||
|
git format-patch: avoid underrun when format.headers is empty or all NLs
|
||
|
remote.c: remove useless if-before-free test
|
||
|
|
||
|
Johannes Sixt (1):
|
||
|
Install templates with the user and group of the installing personality
|
||
|
|
||
|
Junio C Hamano (5):
|
||
|
diff --check: do not get confused by new blank lines in the middle
|
||
|
for-each-ref: cope with tags with incomplete lines
|
||
|
completion: find out supported merge strategies correctly
|
||
|
"git-merge": allow fast-forwarding in a stat-dirty tree
|
||
|
Update draft release notes for 1.6.0.1
|
||
|
|
||
|
Tarmigan Casebolt (1):
|
||
|
Add hints to revert documentation about other ways to undo changes
|
||
|
|
||
|
|
||
|
* The 'master' branch has these since the last announcement
|
||
|
in addition to the above.
|
||
|
|
||
|
Brian Downing (2):
|
||
|
Make xdi_diff_outf interface for running xdiff_outf diffs
|
||
|
Use strbuf for struct xdiff_emit_state's remainder
|
||
|
|
||
|
Dmitry Potapov (6):
|
||
|
teach index_fd to work with pipes
|
||
|
correct argument checking test for git hash-object
|
||
|
correct usage help string for git-hash-object
|
||
|
use parse_options() in git hash-object
|
||
|
add --path option to git hash-object
|
||
|
add --no-filters option to git hash-object
|
||
|
|
||
|
Jeff King (2):
|
||
|
run-command: add pre-exec callback
|
||
|
spawn pager via run_command interface
|
||
|
|
||
|
Jim Meyering (3):
|
||
|
add boolean diff.suppress-blank-empty config option
|
||
|
SubmittingPatches: fix a typo
|
||
|
reword --full-index description
|
||
|
|
||
|
Johannes Schindelin (1):
|
||
|
checkout --track: make up a sensible branch name if '-b' was omitted
|
||
|
|
||
|
Johannes Sixt (1):
|
||
|
Revert "Windows: Use a customized struct stat that also has the st_blocks
|
||
|
member."
|
||
|
|
||
|
Junio C Hamano (4):
|
||
|
imap-send.c: more style fixes
|
||
|
xdiff-interface: hide the whole "xdiff_emit_state" business from the
|
||
|
caller
|
||
|
compat: introduce on_disk_bytes()
|
||
|
Update draft release notes for 1.6.1
|
||
|
|
||
|
Pierre Habouzit (1):
|
||
|
Enable threaded delta search on *BSD and Linux.
|
||
|
|
||
|
Robert Shearman (4):
|
||
|
git-imap-send: Allow the program to be run from subdirectories of a git
|
||
|
tree
|
||
|
git-imap-send: Support SSL
|
||
|
imap-send.c: style fixes
|
||
|
Documentation: Improve documentation for git-imap-send(1)
|
||
|
|