Bug 16060 - prepare-ChangeLog ignores index-staged changes using git-add or git-rm
Summary: prepare-ChangeLog ignores index-staged changes using git-add or git-rm
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-19 23:37 PST by David Kilzer (:ddkilzer)
Modified: 2009-05-24 07:49 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2007-11-19 23:37:43 PST
* SUMMARY
After using "git-rm" or "git-add", the prepare-ChangeLog script doesn't see these changes staged in the index.

* STEPS TO REPRODUCE
1. git rm WebKitTools/mangleme/README
2. ./WebKitTools/Scripts/prepare-ChangeLog WebKitTools

* NOTES
To undo the above changes:
git checkout HEAD WebKitTools/mangleme/README
Comment 1 David Kilzer (:ddkilzer) 2009-05-24 07:49:14 PDT
Not sure why this didn't work at one time, but it works fine now.  Resolving as WORKSFORME.