Here are the topics that have been cooking. Commits prefixed with '-' are
@ -11,13 +11,105 @@ only in 'pu' while commits prefixed with '+' are in 'next'. The ones
@@ -11,13 +11,105 @@ only in 'pu' while commits prefixed with '+' are in 'next'. The ones
marked with '.' do not appear in any of the integration branches, but I am
still holding onto them.
v1.7.2-rc3 has been tagged and hopefully we can have the final release
this weekend. I've moved some fixes from 'pu' to 'next' but I'd like to
defer them for a bit longer.
I've ended up merging a few more fixes to 'master'; please give it a good
final round of testing so that we can have the real thing mid next week.
I recall there was another round of re-roll planned for this one.
* rr/svn-export (2010-06-10) 7 commits
- Add LICENSE
- Add SVN dump parser
- Add infrastructure to write revisions in fast-export format
- Add stream helper library
- Add library for string-specific memory pool
- Add cpp macro implementation of treaps
- Add memory pool library
I recall there was another round of re-roll planned for this one.
* jk/tag-contains (2010-07-05) 4 commits
- Why is "git tag --contains" so slow?
- default core.clockskew variable to one day
@ -117,11 +163,26 @@ I recall there was another round of re-roll planned for this one.
@@ -117,11 +163,26 @@ I recall there was another round of re-roll planned for this one.
- git --paginate: do not commit pager choice too early
- tests: local config file should be honored from subdirs of toplevel
- t7006: test pager configuration for several git commands
- t7006 (pager): introduce helper for parameterized tests
* rr/svn-export (2010-07-15) 8 commits
- Add SVN dump parser
- Add infrastructure to write revisions in fast-export format
- Add stream helper library
- Add string-specific memory pool
- vcs-svn: treap_search should return NULL for missing items
- Add treap implementation
- Add memory pool library
- Introduce vcs-svn lib
(this branch uses jn/parse-date-basic.)
* hv/autosquash-config (2010-07-14) 1 commit
- add configuration variable for --autosquash option of interactive rebase
* jh/graph-next-line (2010-07-13) 2 commits
- Enable custom schemes for column colors in the graph API
- Make graph_next_line() available in the graph.h API
* jl/add-n-ignore-missing (2010-07-10) 1 commit
- git add: Add the "--ignore-missing" option for the dry run
* ar/string-list-foreach (2010-07-03) 2 commits
- Convert the users of for_each_string_list to for_each_string_list_item macro
@ -132,15 +193,6 @@ I recall there was another round of re-roll planned for this one.
@@ -132,15 +193,6 @@ I recall there was another round of re-roll planned for this one.
- New remote helper: git-remote-ext
- New remote helper git-remote-fd
* ab/submodule-add-f (2010-07-05) 1 commit
(merged to 'next' on 2010-07-14 at 4ab3d00)
+ git submodule: add submodules with git add -f <path>
* bc/maint-makefile-fixes (2010-07-06) 2 commits
(merged to 'next' on 2010-07-14 at 294ab08)
+ Makefile: work around ksh's failure to handle missing list argument to for loop
@ -150,24 +202,9 @@ I recall there was another round of re-roll planned for this one.
@@ -150,24 +202,9 @@ I recall there was another round of re-roll planned for this one.
- setup_revisions(): Allow walking history in a submodule
@ -185,10 +222,6 @@ I recall there was another round of re-roll planned for this one.
@@ -185,10 +222,6 @@ I recall there was another round of re-roll planned for this one.
+ Add a rename + D/F conflict testcase
+ Add additional testcases for D/F conflicts
* jn/grep-open (2010-07-02) 1 commit
(merged to 'next' on 2010-07-14 at c057fd6)
+ grep -O: Do not pass color sequences as filenames to pager
* ab/i18n (2010-07-10) 1 commit
- Add infrastructure for translating Git with gettext