Applied, thanks.
- Carsten
On Mar 24, 2010, at 8:16 PM, David Maus wrote:
Attached patch for org-attach-commit in org-attach.el removes the
dependency on the xargs command to remove files in the repository that
were deleted in the attachment directory.
Simply capture output of git ls-files
Attached patch for org-attach-commit in org-attach.el removes the
dependency on the xargs command to remove files in the repository that
were deleted in the attachment directory.
Simply capture output of git ls-files --deleted -z in a temporary
buffer, get the filenames from there via string-spli