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

Unified Diff: man/src/git-freeze.txt

Issue 2052113002: Make git-freeze bail out if the user has too much untracked data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Final comment Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « man/man1/git-freeze.1 ('k') | tests/git_common_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/src/git-freeze.txt
diff --git a/man/src/git-freeze.txt b/man/src/git-freeze.txt
index 4a53832526fc0b1c50a7bf2b4f20759bee22706a..f9042519d4fb2db6eea66ac09ca4812cef1833de 100644
--- a/man/src/git-freeze.txt
+++ b/man/src/git-freeze.txt
@@ -26,10 +26,25 @@ with 'git add', 'git mv', 'git rm', etc.). A commit with the message
`FREEZE.unindexed` will contain all changes which were not in your index at the
time you ran git freeze (freshly modified files, new files, etc.).
+By default `git freeze` will only freeze up to 100MB of untracked files. See
+'CONFIGURATION VARIABLES' for more details.
+
+
EXAMPLE
-------
demo:1[]
+
+CONFIGURATION VARIABLES
+-----------------------
+
+depot-tools.freeze-size-limit
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+This sets the size limit as an integer number of megabytes of untracked files
+that git-freeze will be willing to put in suspended animation. A 0 or negative
+limit disables the size-limit check entirely. *100* by default.
+
+
SEE ALSO
--------
linkgit:git-thaw[1]
« no previous file with comments | « man/man1/git-freeze.1 ('k') | tests/git_common_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698