include/git2/blame.h


Log

Author Commit Date CI Message
Russell Belfer 702efc89 2014-04-30T10:57:42 Make init_options fns use unsigned ints and macro Use an unsigned int for the version and add a helper macro so the code is simplified (and so the error message is a common string).
Matthew Bowen b9f81997 2014-03-05T21:49:23 Added function-based initializers for every options struct. The basic structure of each function is courtesy of arrbee.
Juan Rubén 899bd19a 2014-02-24T21:20:57 Document enumerator and rewording
Juan Rubén c7c83394 2014-02-21T00:22:07 Add option to limit blame to first parent
Russell Belfer e9d5e5f3 2014-01-28T16:25:42 Some fixes for Windows x64 warnings
Ben Straub 8adea28a 2013-11-05T11:42:42 Blame: change signature to be more binding-friendly
Ben Straub 364d800b 2013-10-10T14:53:07 Move flag dependencies into docs and code.
Ben Straub c1ca2b67 2013-10-10T14:30:05 Include signatures in blame hunks
Ben Straub f7db1b6f 2013-09-25T14:46:59 Trim API, document which parts aren't done
Ben Straub 25c47aae 2013-09-20T14:31:51 Detect boundaries, support limiting commit range
Ben Straub ceab4e26 2013-09-16T16:20:38 Port blame from git.git
Ben Straub 1a68c168 2013-02-07T19:22:31 Fix spelling, remove pesky consts
Ben Straub edcb6ee6 2013-02-07T10:33:56 Introduce git_blame_buffer
Ben Straub 168e9d74 2013-02-05T19:24:01 Change API based on @arrbee's feedback
Ben Straub 2532c903 2013-02-05T15:01:30 Initial blame API