diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-23 11:13:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-23 11:13:07 -0400 |
commit | 349bc7e1035493af601d0c338434b2c3600b98aa (patch) | |
tree | b80511c3cdd53c149feb6efc3e930a430c8583fb | |
parent | 6991fa586c1458627351bc51f8f2045dc7b0a77c (diff) |
file
-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]] |