1. 17 May, 2012 2 commits
  2. 16 May, 2012 1 commit
  3. 14 May, 2012 2 commits
  4. 03 May, 2012 2 commits
  5. 02 May, 2012 1 commit
  6. 01 Apr, 2012 1 commit
  7. 23 Feb, 2012 1 commit
  8. 15 Feb, 2012 1 commit
    • Add git notes API · bf477ed4
      This commit adds basic git notes support to libgit2, namely:
      
      * git_note_read
      * git_note_message
      * git_note_oid
      * git_note_create
      * git_note_remove
      
      In the long run, we probably want to provide some convenience callback
      mechanism for merging and moving (filter-branch) notes.
      
      Signed-off-by: schu <schu-github@schulog.org>
      schu committed