|
From: Junio C Hamano <gitster <at> pobox.com>
Subject: What's cooking in git.git (Aug 2010, #03; Sun, 15) Newsgroups: gmane.comp.version-control.git Date: 2010-08-15 08:54:56 GMT (1 year, 25 weeks, 3 days, 9 hours and 49 minutes ago)
Here are the topics that have been cooking. Commits prefixed with '-' are
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.
--------------------------------------------------
[New Topics]
* ab/perl-install (2010-08-03) 1 commit
(merged to 'next' on 2010-08-14 at f2a27ee)
+ perl/Makefile: Unset INSTALL_BASE when making perl.mak
* ab/test (2010-08-14) 6 commits
- t/Makefile: Create test-results dir for smoke target
- Merge branch 'ab/test-no-skip'
- Merge branch 'ab/test-coverage'
- Merge branch 'ab/test-smoke'
- Merge branch 'ab/test-prereq'
- Merge branch 'ab/omit-aggregate-test-result-under-tap-harness'
(this branch uses ab/omit-aggregate-test-result-under-tap-harness, ab/test-coverage,
ab/test-no-skip, ab/test-prereq and ab/test-smoke.)
All the test-related topics seem to be almost ready for 'next', so I made
a single aggregate of them in preparation for merging (there is one fix-up
already still on 'pu', which is good).
* jc/maint-follow-rename-fix (2010-08-13) 2 commits
(merged to 'next' on 2010-08-14 at 16706d6)
+ diff --follow: do call diffcore_std() as necessary
+ diff --follow: do not waste cycles while recursing
* dj/fetch-tagopt (2010-08-11) 1 commit
- fetch: allow command line --tags to override config
* po/userdiff-csharp (2010-08-11) 1 commit
- Userdiff patterns for C#
--------------------------------------------------
[Graduated to "master"]
* bc/use-more-hardlinks-in-install (2010-07-23) 2 commits
(merged to 'next' on 2010-08-11 at 59dd30e)
+ Makefile: make hard/symbolic links for non-builtins too
+ Makefile: link builtins residing in bin directory to main git binary too
* jc/sha1-name-find-fix (2010-08-02) 1 commit
(merged to 'next' on 2010-08-11 at 51106a5)
+ sha1_name.c: fix parsing of ":/token" syntax
* jn/doc-pull (2010-08-02) 1 commit
(merged to 'next' on 2010-08-11 at a223479)
+ Documentation: flesh out “git pull” description
* jn/maint-gitweb-dynconf (2010-07-30) 1 commit
(merged to 'next' on 2010-08-11 at a94ce85)
+ gitweb: allow configurations that change with each request
* jn/parse-date-basic (2010-07-15) 1 commit
(merged to 'next' on 2010-08-11 at ca9fef0)
+ Export parse_date_basic() to convert a date string to timestamp
(this branch is used by rr/svn-export.)
* sp/fix-smart-http-deadlock-on-error (2010-08-06) 1 commit
(merged to 'next' on 2010-08-11 at 0a6369e)
+ smart-http: Don't deadlock on server failure
Will merge to 'maint' later.
* tr/rfc-reset-doc (2010-07-18) 5 commits
(merged to 'next' on 2010-08-11 at 8e7c8d1)
+ Documentation/reset: move "undo permanently" example behind "make topic"
+ Documentation/reset: reorder examples to match description
+ Documentation/reset: promote 'examples' one section up
+ Documentation/reset: separate options by mode
+ Documentation/git-reset: reorder modes for soft-mixed-hard progression
--------------------------------------------------
[Stalled]
* zl/mailinfo-recode-patch (2010-06-14) 2 commits
- add --recode-patch option to git-am
- add --recode-patch option to git-mailinfo
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
- limit "contains" traversals based on commit timestamp
- tag: speed up --contains calculation
* jn/commit-no-change-wo-status (2010-08-11) 10 commits
. t6040 (branch tracking): check “status” instead of “commit”
. commit: suppress status summary when no changes staged
. commit --dry-run: give advice on empty amend
. commit: give empty-commit avoidance code its own function
. t7508 (status): modernize style
. commit: split off the piece that writes status
. commit: split commit -s handling into its own function
. commit: split off a function to fetch the default log message
. wt-status: split off a function for printing submodule summary
. wt-status: split wt_status_print into digestible pieces
There seemed to be some doubts on removal of the "no changes" line?
--------------------------------------------------
[Cooking]
* jn/paginate-fix (2010-08-05) 13 commits
- merge-file: run setup_git_directory_gently() sooner
- var: run setup_git_directory_gently() sooner
- ls-remote: run setup_git_directory_gently() sooner
- index-pack: run setup_git_directory_gently() sooner
- Merge branch 'jn/maint-setup-fix' (early part) into HEAD
- config: run setup_git_directory_gently() sooner
- bundle: run setup_git_directory_gently() sooner
- apply: run setup_git_directory_gently() sooner
- grep: run setup_git_directory_gently() sooner
- shortlog: run setup_git_directory_gently() sooner
- git wrapper: allow setup_git_directory_gently() be called earlier
- setup: remember whether repository was found
- git wrapper: introduce startup_info struct
(this branch uses jn/maint-setup-fix.)
Merging this to 'pu' seems to break some tests...
* jn/merge-renormalize (2010-08-05) 12 commits
- merge-recursive --renormalize
- rerere: never renormalize
- rerere: migrate to parse-options API
- t4200 (rerere): modernize style
- ll-merge: let caller decide whether to renormalize
- ll-merge: make flag easier to populate
- Documentation/technical: document ll_merge
- merge-trees: let caller decide whether to renormalize
- merge-trees: push choice to renormalize away from low level
- t6038 (merge.renormalize): check that it can be turned off
- t6038 (merge.renormalize): try checkout -m and cherry-pick
- t6038 (merge.renormalize): style nitpicks
(this branch uses eb/double-convert-before-merge.)
There were heavy merge conflicts in t4200; I tried to be careful when
merging this, but extra sets of eyeballs from parties involved (Jonathan
and Szeder) would always be a good idea.
* ab/omit-aggregate-test-result-under-tap-harness (2010-08-11) 1 commit
- test-lib: Don't write test-results when HARNESS_ACTIVE
(this branch is used by ab/test.)
* ab/test-prereq (2010-08-11) 5 commits
- test-lib: Multi-prereq support only checked the last prereq
- tests: A SANITY test prereq for testing if we're root
- t/README: Document the predefined test prerequisites
- test-lib: Print missing prerequisites in test output
- test-lib: Add support for multiple test prerequisites
(this branch is used by ab/test.)
* ab/test-smoke (2010-08-08) 4 commits
- t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target
- t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .sh
- t/README: Document the Smoke testing
- tests: Infrastructure for Git smoke testing
(this branch is used by ab/test.)
* by/line-log (2010-08-11) 17 commits
- Document line history browser
- Add tests for line history browser
- Add --full-line-diff option
- Add --graph prefix before line history output
- Add parent rewriting to line history browser
- Make graph_next_line external to other part of git
- Make rewrite_parents public to other part of git
- Hook line history into cmd_log, ensuring a topo-ordered walk
- Print the line log
- map/take range to the parent of commits
- Add range clone functions
- Export three functions from diff.c
- Parse the -L options
- Refactor parse_loc
- Add the basic data structure for line level history
- parse-options: add two helper functions
- parse-options: enhance STOP_AT_NON_OPTION
* dg/local-mod-error-messages (2010-08-11) 5 commits
(merged to 'next' on 2010-08-14 at e684ca8)
+ t7609: test merge and checkout error messages
+ unpack_trees: group error messages by type
+ merge-recursive: distinguish "removed" and "overwritten" messages
+ merge-recursive: porcelain messages for checkout
+ Turn unpack_trees_options.msgs into an array + enum
* en/rebase-against-rebase-fix (2010-08-12) 2 commits
(merged to 'next' on 2010-08-14 at 1dea7b9)
+ pull --rebase: Avoid spurious conflicts and reapplying unnecessary patches
+ t5520-pull: Add testcases showing spurious conflicts from git pull --rebase
* gb/split-cmdline-errmsg (2010-08-07) 1 commit
(merged to 'next' on 2010-08-14 at 41146ff)
+ split_cmdline: Allow caller to access error string
* jl/submodule-ignore-diff (2010-08-06) 4 commits
(merged to 'next' on 2010-08-12 at ffe84bb)
+ Add tests for the diff.ignoreSubmodules config option
+ Add the 'diff.ignoreSubmodules' config setting
+ Submodules: Use "ignore" settings from .gitmodules too for diff and status
+ Submodules: Add the new "ignore" config option for diff and status
* jn/maint-plug-leak (2010-08-09) 3 commits
(merged to 'next' on 2010-08-14 at ec2ba20)
+ write-tree: Avoid leak when index refers to an invalid object
+ read-tree: stop leaking tree objects
+ core: Stop leaking ondisk_cache_entrys
* jn/svn-fe (2010-08-13) 16 commits
- t9010 (svn-fe): avoid symlinks in test
- t9010 (svn-fe): use Unix-style path in URI
- vcs-svn: Avoid %z in format string
- vcs-svn: Rename dirent pool to build on Windows
- compat: add strtok_r()
- treap: style fix
- vcs-svn: remove build artifacts on "make clean"
- svn-fe manual: Clarify warning about deltas in dump files
- Update svn-fe manual
- SVN dump parser
- Infrastructure to write revisions in fast-export format
- Add stream helper library
- Add string-specific memory pool
- Add treap implementation
- Add memory pool library
- Introduce vcs-svn lib
Added patches to port to Windows.
* js/detached-stash (2010-08-10) 9 commits
- Documentation: git stash branch now tolerates non-stash references.
- t3903-stash.sh: tests of git stash with stash-like arguments
- stash: teach git stash show to always tolerate stash-like arguments.
- stash: teach git stash branch to tolerate stash-like arguments
- stash: teach git stash drop to fail early if the specified revision is not a stash reference
- stash: teach git stash pop to fail early if the argument is not a stash ref
- stash: introduce is_stash_ref and assert_stash_ref functions.
- stash: extract stash-like check into its own function
- stash: refactor - create pop_stash function
Sent out comments...
* mm/rebase-i-exec (2010-08-13) 4 commits
(merged to 'next' on 2010-08-14 at 17620dc)
+ git-
|
|