diff options
-rw-r--r-- | doc/bugs/assistant_committer_crash_on_OSX_when_adding_lots_of_files.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/assistant_committer_crash_on_OSX_when_adding_lots_of_files.mdwn b/doc/bugs/assistant_committer_crash_on_OSX_when_adding_lots_of_files.mdwn new file mode 100644 index 000000000..fd5242fdf --- /dev/null +++ b/doc/bugs/assistant_committer_crash_on_OSX_when_adding_lots_of_files.mdwn @@ -0,0 +1,10 @@ +I've had a report of the assistant failing to commit when there are a lot +of files on OSX Yosemite. + +<pre> +Committer crashed: git: createProcess: runInteractiveProcess: exec: resource exhausted (Argument list too long) +[2015-03-22 23:14:42 CET] Committer: warning Committer crashed: git: createProcess: runInteractiveProcess: exec: resource exhausted (Argument list too +long) +</pre> + +Probably need to tune the command length limit for !linux. --[[Joey]] |