Re: [Orgmode] [patch] org-attach.el: Remove dependency on xargs

2010-03-24 Thread Carsten Dominik
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

[Orgmode] [patch] org-attach.el: Remove dependency on xargs

2010-03-24 Thread David Maus
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