]> git.ipfire.org Git - thirdparty/git.git/commitdiff
What's in git.git (Jun 2008, issue #02; Sat, 21)
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2008 06:59:36 +0000 (23:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2008 06:59:36 +0000 (23:59 -0700)
whatsin.txt

index aa28622e7644411ea60cc08dd848f77654bf0206..24d88fa159057fba8cb45d95752b326c9db38661 100644 (file)
@@ -1,88 +1,43 @@
-What's in git.git (Jun 2008, issue #01; Wed, 18)
+What's in git.git (Jun 2008, issue #02; Sat, 21)
 
-  maint 4afbcab (diff.c: fix emit_line() again not to add extra line, 2008-06-16)
- master 8c6b578 (Fix approxidate("never") to always return 0, 2008-06-17)
+  maint 3b2bbe9 (Documentation: fix formatting in git-svn, 2008-06-20)
+ master 73f0362 (Correct documentation for git-push --mirror, 2008-06-20)
 ------------------------------------------------------------------------
 
-I am sending this out just as the final minute preview before 1.5.6 final,
-hopefully tomorrow night.
+* The 'maint' branch has now preparing for 1.5.6.1, with these noncritical
+  fixes.
 
-* The 'maint' branch has these fixes since the last announcement.
+Brandon Casey (2):
+  git-merge.sh: fix typo in usage message: sucesses --> succeeds
+  t7502-commit.sh: test_must_fail doesn't work with inline environment
+    variables
 
-Junio C Hamano (1):
-  diff.c: fix emit_line() again not to add extra line
+Dan McGee (1):
+  completion: add --graph to log command completion
 
-SZEDER Gábor (1):
-  diff: reset color before printing newline
+Jan Krüger (1):
+  Documentation: fix formatting in git-svn
 
 
 * The 'master' branch has these since the last announcement
-  in addition to the above.
+  in addition to the above.  Not much to see here (yet).
 
-Alejandro Mery (1):
-  git-am: head -1 is obsolete and doesn't work on some new systems
+Cristian Peraferrer (1):
+  Print errno upon failure to open the COMMIT_EDITMSG file
 
-Avery Pennarun (2):
-  git-svn: don't append extra newlines at the end of commit messages.
-  git-svn: test that extra blank lines aren't inserted in commit messages.
+Jakub Narebski (1):
+  t/README: Add 'Skipping Tests' section below 'Running Tests'
 
-Christian Couder (2):
-  documentation: bisect: remove bits talking about a bisection branch
-  Documentation: RelNotes-1.5.6: talk about renamed HTML files
+Lea Wiemann (1):
+  test-lib.sh: add --long-tests option
 
-Flavio Poletti (1):
-  git-instaweb: improve auto-discovery of httpd and call conventions.
+Lukas Sandström (1):
+  Add a helper script to send patches with Mozilla Thunderbird
 
-Jakub Narebski (2):
-  gitweb: Make it work with $GIT containing spaces
-  Use 'trash directory' thoroughly in t/test-lib.sh
+Shawn O. Pearce (1):
+  Correct documentation for git-push --mirror
 
-Johan Herland (3):
-  cpio is no longer used by git-clone
-  Consistency: Use "libcurl" instead of "cURL library" and "curl"
-  The "curl" executable is no longer required
-
-Junio C Hamano (8):
-  t4126: fix test that happened to work due to timing
-  sha1_file.c: dead code removal
-  GIT 1.5.6-rc3
-  Makefile: update check-docs target
-  Update RPM spec to drop curl executable requirement
-  create_tempfile: make sure that leading directories can be accessible by
-    peers
-  sha1_file.c: simplify parse_pack_index()
-  builtin-rerere: fix a small leak
-
-Lea Wiemann (2):
-  gitweb: quote commands properly when calling the shell
-  gitweb: remove unused parse_ref method
-
-Linus Torvalds (4):
-  Avoid cross-directory renames and linking on object creation
-  Make loose object file reading more careful
-  Simplify and rename find_sha1_file()
-  write_loose_object: don't bother trying to read an old object
-
-Mark Levedahl (1):
-  git-submodule - Fix errors regarding resolve_relative_url
-
-Mike Hommey (1):
-  Don't allocate too much memory in quote_ref_url
-
-Miklos Vajna (2):
-  run-command documentation: fix "memset()" parameter
-  path-list documentation: document all functions and data structures
-
-Olivier Marin (1):
-  Fix approxidate("never") to always return 0
-
-Pierre Habouzit (1):
-  Make git reflog expire honour core.sharedRepository.
-
-René Scharfe (1):
-  Ignore .gitattributes in bare repositories
-
-SZEDER Gábor (2):
-  git add: add long equivalents of '-u' and '-f' options
-  completion: add more 'git add' options
+Teemu Likonen (2):
+  bash: Add more option completions for 'git log'
+  Add target "install-html" the the top level Makefile