]> git.ipfire.org Git - thirdparty/git.git/commitdiff
What's in
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 Feb 2009 04:01:31 +0000 (20:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Feb 2009 04:01:31 +0000 (20:01 -0800)
whats/in/2009/02/02.txt [new file with mode: 0644]

diff --git a/whats/in/2009/02/02.txt b/whats/in/2009/02/02.txt
new file mode 100644 (file)
index 0000000..bd3dafd
--- /dev/null
@@ -0,0 +1,121 @@
+To: git@vger.kernel.org
+Subject: What's in git.git (Feb 2009, #02; Wed, 11)
+X-maint-at: e5887c1bda12b31ea7af0ce798bfdee308e1b176
+X-master-at: 30aa4fb15fa408596dea59cdc9f00c94eeaa69f1
+X-maint-was: b59122f86f23007fce374f92de7f6e0a73793026
+X-master-was: 621f1b4bcf40f1469fc59202248df35619e33c82
+
+What's in git.git (Feb 2009, #02; Wed, 11)
+
+  maint e5887c1 (Prepare for 1.6.1.4.)
+ master 30aa4fb (Merge branch 'maint')
+------------------------------------------------------------------------
+
+There are handful of fixes for 1.6.1.4 on maint that are also in master.
+
+The 'notes' topic has been kicked out of master for now.  
+
+I think 'master' is ready to be tagged as v1.6.2-rc1, but I'll be giving a
+few days for people to try out the current 'master' before doing so.  I've
+merged git-svn updates, but haven't pulled either git-gui or gitk updates
+yet, which need to happen before -rc1.
+
+------------------------------------------------------------------------
+
+* The 'maint' branch has these fixes since the last announcement.
+
+Christian Couder (1):
+  rev-list: fix showing distance when using --bisect-all
+
+Elijah Newren (1):
+  fast-export: ensure we traverse commits in topological order
+
+Junio C Hamano (3):
+  revision traversal and pack: notice and die on missing commit
+  Make repack less likely to corrupt repository
+  Prepare for 1.6.1.4.
+
+Matt McCutchen (1):
+  gitweb: add $prevent_xss option to prevent XSS by repository content
+
+Shawn O. Pearce (2):
+  Clear the delta base cache during fast-import checkpoint
+  Clear the delta base cache if a pack is rebuilt
+
+
+* The 'master' branch has these since the last announcement
+  in addition to the above.
+
+Alexandre Julliard (1):
+  Describe notable git.el changes in the release notes
+
+Anton Gyllenberg (1):
+  test case for regression caused by git-svn empty symlink fix
+
+Deskin Miller (1):
+  git-svn: Print revision while searching for earliest use of path
+
+Eric Kidd (1):
+  filter-branch: Add more error-handling
+
+Eric Wong (2):
+  git-svn: allow disabling expensive broken symlink checks
+  git-svn: fix broken symlink workaround when switching branches
+
+Johannes Schindelin (3):
+  Let ls-files strip trailing slashes in submodules' paths
+  submodule: warn about non-submodules
+  Add two extra tests for git rebase
+
+Johannes Sixt (4):
+  Make test-path-utils more robust against incorrect use
+  Move sanitary_path_copy() to path.c and rename it to
+    normalize_path_copy()
+  Test and fix normalize_path_copy()
+  Remove unused normalize_absolute_path()
+
+Junio C Hamano (8):
+  Revert "Merge branch 'js/notes'"
+  Modernize t5400 test script
+  remote prune: warn dangling symrefs
+  Warn use of "origin" when remotes/origin/HEAD is dangling
+  Drop double-semicolon in C
+  receive-pack: receive.denyDeleteCurrent
+  builtin-receive-pack.c: do not initialize statics to 0
+  Squelch overzealous "ignoring dangling symref" in an empty repository
+
+Lars Hjemli (1):
+  tree.c: allow read_tree_recursive() to traverse gitlink entries
+
+Michael J Gruber (1):
+  Fix the installation path for html documentation
+
+Pat Notz (1):
+  Fix contrib/hooks/post-receive-email for new duplicate branch
+
+René Scharfe (1):
+  Fix GIT_CEILING_DIRECTORIES on Windows
+
+Sam Vilain (1):
+  git-svn: abstract out a block into new method other_gs()
+
+Santi Béjar (1):
+  doc/bundle: Use the more conventional suffix '.bundle'
+
+Sitaram Chamarty (1):
+  Documentation: clarify commits affected by gitk --merge
+
+Stephan Beyer (3):
+  add -p: get rid of Git.pm warnings about unitialized values
+  Makefile: resort filenames alphabetically
+  Generalize and libify index_is_dirty() to index_differs_from(...)
+
+Ted Pavlic (2):
+  completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable
+    errors.
+  completion: Get rid of tabbed indentation in comments. Replace with
+    spaces.
+
+Todd Zullinger (1):
+  git-web--browse: Fix check for /bin/start
+