Ticket #162 (new defect)
Git target renaming empty directories in disjunct operation [PATCH]
| Reported by: | jhs | Owned by: | lele |
|---|---|---|---|
| Priority: | major | Milestone: | VersionOne |
| Component: | git | Version: | 0.9 |
| Keywords: | git rename disjunct | Cc: | jhs@… |
Description
The git target fails to rename empty directories during disjunct operation because it does not notice that the actual directory is called something-TAILOR-HACKED-TEMP-NAME.
The attached patch corrects the bug. It is based on my patch from #161; however the first hunk should apply to the current darcs tree.
Attachments
Change History
Changed 5 years ago by jhs
-
attachment
001-tailor_git_target_disjunct_empty_directory_rename.patch
added
Note: See
TracTickets for help on using
tickets.

Patch against the patch from #161 that fixes the problem