1. 08 May, 2012 14 commits
  2. 07 May, 2012 8 commits
  3. 06 May, 2012 2 commits
  4. 05 May, 2012 9 commits
  5. 04 May, 2012 5 commits
  6. 03 May, 2012 2 commits
    • Support reading attributes from index · f917481e
      Depending on the operation, we need to consider gitattributes
      in both the work dir and the index.  This adds a parameter to
      all of the gitattributes related functions that allows user
      control of attribute reading behavior (i.e. prefer workdir,
      prefer index, only use index).
      
      This fix also covers allowing us to check attributes (and
      hence do diff and status) on bare repositories.
      
      This was a somewhat larger change that I hoped because it had
      to change the cache key used for gitattributes files.
      Russell Belfer committed
    • notes: add git_note_default_ref() · 630c5a4a
      Add git_note_default_ref to allow easy retrieval of the currently set
      default notes reference.
      Michael Schubert committed