From 9740ea30255d0c452bba3b7dd7572948c4c5c295 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 20 Jul 2008 23:59:36 -0700 Subject: [PATCH] What's in git.git (Jun 2008, issue #04; Wed, 25) --- whatsin.txt | 107 ++++++++++++++++++++++++------------------------------------ 1 file changed, 42 insertions(+), 65 deletions(-) rewrite whatsin.txt (88%) diff --git a/whatsin.txt b/whatsin.txt dissimilarity index 88% index 6cc28fa3c5..8395f2e96e 100644 --- a/whatsin.txt +++ b/whatsin.txt @@ -1,65 +1,42 @@ -What's in git.git (Jun 2008, issue #03; Mon, 23) - - maint 010a2da (Extend parse-options test suite, 2008-06-22) - master 112db55 (Shrink the git binary a bit by avoiding unnecessary inline functions, 2008-06-22) ------------------------------------------------------------------------- - -There are a few more fixes destined for maint, being tested in next first. - -* The 'maint' branch has these fixes since the last announcement. - -Michele Ballabio (1): - parse-options.c: fix documentation syntax of optional arguments - -Stephan Beyer (3): - api-builtin.txt: update and fix typo - api-parse-options.txt: Introduce documentation for parse options API - Extend parse-options test suite - - -* The 'master' branch has these since the last announcement - in addition to the above. - -Jakub Narebski (2): - gitweb: Separate filling list of projects info - gitweb: Separate generating 'sort by' table header - -Jeff King (5): - fix whitespace violations in test scripts - mask necessary whitespace policy violations in test scripts - avoid whitespace on empty line in automatic usage message - avoid trailing whitespace in zero-change diffstat lines - enable whitespace checking of test scripts - -Junio C Hamano (1): - diff -c/--cc: do not include uninteresting deletion before leading - context - -Karl Hasselström (2): - Clean up builtin-update-ref's option parsing - Make old sha1 optional with git update-ref -d - -Linus Torvalds (3): - racy-git: an empty blob has a fixed object name - Make git_dir a path relative to work_tree in setup_work_tree() - Shrink the git binary a bit by avoiding unnecessary inline functions - -Marius Storm-Olsen (3): - Add an optional argument to commit/status -u|--untracked-files - option - Add argument 'no' commit/status option -u|--untracked-files - Add configuration option for default untracked files mode - -Nanako Shiraishi (2): - environment.c: remove unused function - config.c: make git_env_bool() static - -Pieter de Bie (1): - builtin-fast-export: Add importing and exporting of revision marks - -Rafael Garcia-Suarez (1): - gitweb: remove git_blame and rename git_blame2 to git_blame - -René Scharfe (1): - Teach new attribute 'export-ignore' to git-archive - +What's in git.git (Jun 2008, issue #04; Wed, 25) + + maint 74b1e12 (git-svn: make rebuild respect rewriteRoot option, 2008-06-24) + master 85fe23e (verify-pack: test for detection of index v2 object CRC mismatch, 2008-06-24) +------------------------------------------------------------------------ + +We'd need a maint release soon to push out the mkstemp() breakage but not +tonight. There are a handful changes that are in 'master' and 'next' that +need backport/backmerge before 1.5.6.1 happens. + +* The 'maint' branch has these fixes since the last announcement. + +Jan Krüger (1): + git-svn: make rebuild respect rewriteRoot option + +Patrick Higgins (1): + Workaround for AIX mkstemp() + + +* The 'master' branch has these since the last announcement + in addition to the above. + +Jeff King (1): + clone: create intermediate directories of destination repo + +Junio C Hamano (2): + pre-rebase hook update + Ship sample hooks with .sample suffix + +Michele Ballabio (1): + t9301-fast-export.sh: Remove debug line + +Nicolas Pitre (8): + call init_pack_revindex() lazily + implement some resilience against pack corruptions + test case for pack resilience against corruptions + refactor pack structure allocation + optimize verify-pack a bit + move show_pack_info() where it belongs + verify-pack: check packed object CRC when using index version 2 + verify-pack: test for detection of index v2 object CRC mismatch + -- 2.11.4.GIT