Code

Merge branch 'mh/attr'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2011 04:19:12 +0000 (21:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2011 04:19:12 +0000 (21:19 -0700)
commite5cfcb04e0acc5f3b51e6d69487028315b33e4c9
tree02297f4bb6d65645f02ef53c82d2d9ccab180862
parent0dc691a4f3dcb67dd948eb97efcf7098059988c1
parentd68e1c183c056ae583a45b610d086ac078886154
Merge branch 'mh/attr'

* mh/attr:
  Unroll the loop over passes
  Change while loop into for loop
  Determine the start of the states outside of the pass loop
  Change parse_attr() to take a pointer to struct attr_state
  Increment num_attr in parse_attr_line(), not parse_attr()
  Document struct match_attr
  Add a file comment
attr.c