-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: 1.6.14
-
Component/s: Git
-
None
-
Severity 2 - Major
"git add --patch" aka add --interactive fails with perl error
$ git add --interactive .
C:\Program Files (x86)\Git\bin\perl.exe: *** couldn't commit memory for cygwin heap, Win32 error 0
C:\Program Files (x86)\Git\bin\perl.exe: *** couldn't commit memory for cygwin heap, Win32 error 0
staged unstaged path
-
-
- Commands ***
1: status 2: update 3: revert 4: add untracked
5: patch 6: diff 7: quit 8: help
What now> 7
Bye.
- Commands ***
-
$ git add --patch .
C:\Program Files (x86)\Git\bin\perl.exe: *** couldn't commit memory for cygwin heap, Win32 error 0
C:\Program Files (x86)\Git\bin\perl.exe: *** couldn't commit memory for cygwin heap, Win32 error 0
No changes.
$ git status
- On branch master
- Changes to be committed:
- (use "git reset HEAD <file>..." to unstage)
# - modified: .gitignore
# - Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git checkout – <file>..." to discard changes in working directory)
# - modified: .gitignore
#