diff options
author | Dan Zwell <dzwell@zwell.net> | 2009-08-11 13:50:00 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2009-08-12 07:41:52 -0700 |
commit | dd6451f9c7c5a36d3006231b618ac6da06c7c7b4 (patch) | |
tree | 2c182bb5a63e821925eeb689d7392910b3f26575 /po/git-gui.pot | |
parent | 2112be76508aa5d480a8cefeb634444acefcf598 (diff) | |
download | git-dd6451f9c7c5a36d3006231b618ac6da06c7c7b4.tar.gz |
git-gui: Limit display to a maximum number of files
When there is a large number of new or modified files,
"display_all_files" takes a long time, and git-gui appears to hang.
This change limits the number of files that are displayed. This
limit can be set as gui.maxfilesdisplayed, and is 5000 by default.
A warning is shown the first time the list of files is truncated
in this GUI session. Subsequent truncations are not mentioned to
the user.
Signed-off-by: Dan Zwell <dzwell@zwell.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'po/git-gui.pot')
-rw-r--r-- | po/git-gui.pot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/po/git-gui.pot b/po/git-gui.pot index 53b7d3634d..074582d979 100644 --- a/po/git-gui.pot +++ b/po/git-gui.pot @@ -90,6 +90,11 @@ msgstr "" msgid "Ready." msgstr "" +#: git-gui.sh:1726 +#, tcl-format +msgid "Displaying only %s of %s files." +msgstr "" + #: git-gui.sh:1819 msgid "Unmodified" msgstr "" |