On Mon, Jul 21, 2008 at 12:29 AM, Jakub Narebski <jnareb@gmail.com> wrote:I've been feeling guilty about not writing a summary yet, sorry for that :(. * stats.py bug -t: Calculates a 'score' for a specific commit, representing how likely it is to be a bugfix. There are four metrics used to determine this: "Commits x reverts another commit y", "Commit x belongs to one of the specified branches (e.g., 'maint')", "The diff for commit x contains a specific phrase", "The msg for commit x contains a specific phrase". A rating can be given to each metric by the user. * stats.py bug -a: Aggregates the 'bug -t' metric over a range of commits. The default is the last 10 commits on HEAD. This routine is optimized to not recalculate metrics/to not redo work that was already done in a 'bug -t' call for another commit. As such there is a set setup time to determine the type of the first commit, after which calculation time increases at a much lower pace. (So 'bug -a' on 10 commits might take 4 seconds, and running it over 11 commits might take only 4.5".) a commit 'belongs to' a branch when the commit is made on that branch. This has been moved to 'diff -r'. I think the rest is a nice summary of what I've been doing :). My deadline is August 1 since my vacation starts then and I can't work during my vacation (all hail American tax laws), but David is confident that I will have a finished product before then, and I plan not to let him down on that expectation. I tried to as best as I could :). No, thank you! Thanks for writing up this summary, very nicely done. -- Cheers, Sverre Rabbelier -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Mailing List | ixgbe: fix several counter register errata |
| Linux Kernel Mailing List |
