https://bugzilla.wikimedia.org/show_bug.cgi?id=36271
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Sync .git objects as well |Sync .git/HEAD and |so that Special:Version |.git/refs/heads objects |displays the correct git |with sync-* so that |hash |Special:Version displays | |the correct git hash --- Comment #8 from Bryan Davis <[email protected]> --- Syncing the entire .git directory is unnecessary. The php code (GitInfo.php) only needs .git/HEAD and the .git/refs/heads/* files to extract the SHA1. Updated bug summary to clarify the scope of this issue (sync-* scripts). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
