Commit Graph

13 Commits

Author SHA1 Message Date
Carlos Martín Nieto 668aa5dae1 Make the constants have types
While Go will assign the correct type to a const block when it
auto-creates the values, assigning makes the const be typeless and will
only gain it in each particular use.

Make each constant in the blocks have an assigned type.
2014-10-28 11:29:31 +01:00
Ben Navetta d4734a41d5 remove unused status version field 2014-09-04 10:17:31 -04:00
Ben Navetta 1520978dcd give status option flags their own type 2014-09-04 10:15:13 -04:00
Ben Navetta 80997c6fa5 fix status list to handle null head_to_index in entries 2014-08-25 23:18:00 -04:00
Ben Navetta 0059b26255 add thread locking to status api 2014-08-25 18:20:54 -04:00
Ben Navetta 33ae83f4d9 remove status_foreach binding 2014-08-25 18:15:36 -04:00
Ben Navetta c8529e79da don't return anything from StatusList.Free 2014-08-25 17:41:35 -04:00
Ben Navetta 1cb654e4f2 add git_status_foreach binding 2014-08-19 08:51:18 -04:00
Ben Navetta 8fd7c2c609 add StatusFile function 2014-08-18 23:12:45 -04:00
Ben Navetta a093e20a88 add status option support 2014-08-18 22:58:53 -04:00
Ben Navetta 0513670745 add StatusList.EntryCount() 2014-08-18 20:11:14 -04:00
Ben Navetta 37ccc4c00d add ByIndex, reorder to match other files 2014-08-18 20:04:32 -04:00
Ben Navetta 39d825a2a8 status data types 2014-08-18 19:42:34 -04:00