| Index: third_party/dom_distiller_js/update_domdistiller_js.sh
|
| diff --git a/third_party/dom_distiller_js/update_domdistiller_js.sh b/third_party/dom_distiller_js/update_domdistiller_js.sh
|
| index 97f06ef023b69c894ea5cf5dcac74c1b1171c86e..e6bbf8b5bb4ad01d2394380211bf87229c784891 100755
|
| --- a/third_party/dom_distiller_js/update_domdistiller_js.sh
|
| +++ b/third_party/dom_distiller_js/update_domdistiller_js.sh
|
| @@ -33,7 +33,7 @@
|
| # This extracts BUG= lines from the log, extracts the numbers part, removes
|
| # whitespace and deletes empty lines. Then, split on ',', sort, uniquify and
|
| # rejoin. Finally, remove the trailing ',' and concat to $bugs.
|
| - git log \
|
| + git log ${curr_gitsha}.. \
|
| | grep BUG= \
|
| | sed -e 's/.*BUG=\(.*\)/\1/' -e 's/\s*//g' -e '/^$/d' \
|
| | tr ',' '\n' \
|
|
|