citusdata / pg_shard

ATTENTION: pg_shard is superseded by Citus, its more powerful replacement
https://github.com/citusdata/citus
GNU Lesser General Public License v3.0
1.06k stars 63 forks source link

Restore authorship information #19

Closed jasonmp85 closed 9 years ago

jasonmp85 commented 9 years ago

I wrote a little script to find the last person to touch each line in our codebase. It prepends a space to said lines, commits as that person, then removes the space (again as that person). The net effect should be no textual changes in this pull request but better authorship information for people digging into the codebase in the future.

jasonmp85 commented 9 years ago

Turns out GitHub uses git blame -w to filter out whitespace changes, so adding a space to lines is insufficient.