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

Issue 2052113002: Make git-freeze bail out if the user has too much untracked data. (Closed)

Created:
4 years, 6 months ago by agable
Modified:
4 years, 6 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Refactor git_common config and die #

Patch Set 3 : Rebase #

Patch Set 4 : Address comments #

Total comments: 13

Patch Set 5 : Respond to comment #

Total comments: 3

Patch Set 6 : Final comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -9 lines) Patch
M git_common.py View 1 2 3 4 5 4 chunks +79 lines, -1 line 0 comments Download
M man/html/git-freeze.html View 2 5 chunks +16 lines, -3 lines 0 comments Download
M man/man1/git-freeze.1 View 2 5 chunks +11 lines, -5 lines 0 comments Download
M man/src/git-freeze.txt View 2 1 chunk +15 lines, -0 lines 0 comments Download
M tests/git_common_test.py View 1 2 3 4 2 chunks +63 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
agable
resurrecting https://codereview.chromium.org/311243003/
4 years, 6 months ago (2016-06-09 22:33:44 UTC) #1
iannucci
oops forgot to publish comments https://codereview.chromium.org/2052113002/diff/1/git_common.py File git_common.py (right): https://codereview.chromium.org/2052113002/diff/1/git_common.py#newcode348 git_common.py:348: def get_config(option, default=None): would ...
4 years, 6 months ago (2016-06-16 00:24:20 UTC) #2
agable
https://codereview.chromium.org/2052113002/diff/1/git_common.py File git_common.py (right): https://codereview.chromium.org/2052113002/diff/1/git_common.py#newcode348 git_common.py:348: def get_config(option, default=None): On 2016/06/16 at 00:24:20, iannucci wrote: ...
4 years, 6 months ago (2016-06-16 12:47:32 UTC) #3
agable
https://codereview.chromium.org/2052113002/diff/1/git_common.py File git_common.py (right): https://codereview.chromium.org/2052113002/diff/1/git_common.py#newcode403 git_common.py:403: untracked_size = sum( On 2016/06/16 at 00:24:20, iannucci wrote: ...
4 years, 6 months ago (2016-06-16 15:26:55 UTC) #4
agable
+tandrii since iannucci@ is on vacation, and because this depends on https://codereview.chromium.org/2075603002
4 years, 6 months ago (2016-06-21 14:11:59 UTC) #6
tandrii(chromium)
https://codereview.chromium.org/2052113002/diff/60001/git_common.py File git_common.py (right): https://codereview.chromium.org/2052113002/diff/60001/git_common.py#newcode404 git_common.py:404: untracked_size += os.stat(f).st_size / MB don't divide here, otherwise ...
4 years, 6 months ago (2016-06-21 14:43:38 UTC) #7
agable
https://codereview.chromium.org/2052113002/diff/60001/git_common.py File git_common.py (right): https://codereview.chromium.org/2052113002/diff/60001/git_common.py#newcode404 git_common.py:404: untracked_size += os.stat(f).st_size / MB On 2016/06/21 at 14:43:37, ...
4 years, 6 months ago (2016-06-22 11:16:51 UTC) #8
tandrii(chromium)
LGTM % comment for even shorter parser() https://codereview.chromium.org/2052113002/diff/60001/tests/git_common_test.py File tests/git_common_test.py (right): https://codereview.chromium.org/2052113002/diff/60001/tests/git_common_test.py#newcode832 tests/git_common_test.py:832: with open('bigfile', ...
4 years, 6 months ago (2016-06-22 14:20:50 UTC) #9
agable
https://codereview.chromium.org/2052113002/diff/80001/git_common.py File git_common.py (right): https://codereview.chromium.org/2052113002/diff/80001/git_common.py#newcode782 git_common.py:782: return On 2016/06/22 at 14:20:50, tandrii(chromium) wrote: > actually, ...
4 years, 6 months ago (2016-06-22 14:43:39 UTC) #10
tandrii(chromium)
lgtm
4 years, 6 months ago (2016-06-22 14:45:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2052113002/100001
4 years, 6 months ago (2016-06-22 14:47:25 UTC) #13
commit-bot: I haz the power
4 years, 6 months ago (2016-06-22 14:51:26 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/tools/depot_tools/+/02b3c98b76feee...

Powered by Google App Engine
This is Rietveld 408576698