1. 22 Mar, 2013 1 commit
  2. 27 Jan, 2013 1 commit
  3. 12 Jan, 2013 1 commit
  4. 27 Nov, 2012 2 commits
  5. 30 Oct, 2012 1 commit
  6. 21 Aug, 2012 1 commit
  7. 19 Jun, 2012 1 commit
    • Make index add/append support core.filemode flag · da825c92
      This fixes git_index_add and git_index_append to behave more like
      core git, preserving old filemode data in the index when adding
      and/or appending with core.filemode = false.
      
      This also has placeholder support for core.symlinks and
      core.ignorecase, but those flags are not implemented (well,
      symlinks has partial support for preserving mode information in
      the same way that git does, but it isn't tested).
      Russell Belfer committed