So I'm trying to figure out if there's some logic behind the similarly named files in the API includes:
includes/api/ApiQueryAllimages.php includes/api/ApiQueryAllImages.php includes/api/ApiQueryAllmessages.php includes/api/ApiQueryAllMessages.php includes/api/ApiQueryAllpages.php includes/api/ApiQueryAllPages.php
The capitalized versions dont exist before:
commit 720c1b7be0d881f782e227ac7a2b86eab996fff3 Author: Petr Onderka gsvick@gmail.com Date: Wed Apr 11 17:10:22 2012 +0200
Corrected capitalization in the file and class names of API modules
Change-Id: I8f317e458ee0f8706434e43a7890cda530595e64
And the non-capitalized versions haven't been edited after.
So there's this broken git history.
On Fri, Nov 9, 2012 at 10:16 AM, OQ overlordq@gmail.com wrote:
So I'm trying to figure out if there's some logic behind the similarly named files in the API includes:
Actually nevermind, I realized those uncapitalized files in my directory are untracked, some reason they weren't cleaned up, and I forgot I took out the --follow argument to git log. So . . .yea, I need my coffee.
wikitech-l@lists.wikimedia.org