1. 05 May, 2017 1 commit
    • remote: add function to create detached remotes · 4bc16c37
      Right now it is only possible to create remotes from a repository. While
      this is probably the most common use-case, there are commands which make
      sense even without a repository, e.g. the equivalence of `git
      ls-remote`. Add a new function `git_remote_create_detached`, which
      simply accepts a URL.
      Eric Myhre committed
  2. 11 May, 2015 1 commit
  3. 06 Jun, 2014 1 commit
  4. 07 Apr, 2014 1 commit
  5. 03 Oct, 2013 1 commit
  6. 31 Jan, 2013 1 commit
  7. 07 Jan, 2013 1 commit
  8. 04 Jan, 2013 1 commit
  9. 03 Jan, 2013 1 commit
  10. 16 Nov, 2012 2 commits
  11. 25 Oct, 2012 2 commits
  12. 04 Jun, 2012 1 commit
  13. 03 May, 2012 1 commit
    • 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
  14. 01 Apr, 2012 1 commit
  15. 19 Sep, 2011 1 commit