Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Issue 9562011: Add git diff python tool that outputs file:line in front of diff output. (Closed)

Created:
8 years, 9 months ago by jbates
Modified:
8 years, 9 months ago
Reviewers:
scheib, Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Add git diff python tool that outputs file:line in front of diff output. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124499

Patch Set 1 #

Total comments: 8

Patch Set 2 : thakis feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -0 lines) Patch
A tools/git/git-diff-ide.py View 1 1 chunk +93 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jbates
8 years, 9 months ago (2012-03-01 17:58:34 UTC) #1
jbates
thakis: ptal
8 years, 9 months ago (2012-03-01 19:52:45 UTC) #2
scheib
Love the concept. I'm not strong enough in Python to catch any errors there. The ...
8 years, 9 months ago (2012-03-01 19:55:54 UTC) #3
Nico
LGTM with some nits below. I would've thought that this is doable with some flag ...
8 years, 9 months ago (2012-03-01 21:57:13 UTC) #4
jbates
https://chromiumcodereview.appspot.com/9562011/diff/1/tools/git/git-diff-ide.py File tools/git/git-diff-ide.py (right): https://chromiumcodereview.appspot.com/9562011/diff/1/tools/git/git-diff-ide.py#newcode44 tools/git/git-diff-ide.py:44: if line.startswith('diff ') or \ On 2012/03/01 21:57:13, Nico ...
8 years, 9 months ago (2012-03-01 22:26:00 UTC) #5
Nico
8 years, 9 months ago (2012-03-01 22:27:17 UTC) #6
lgtm++

Powered by Google App Engine
This is Rietveld 408576698