1. 22 4月, 2005 3 次提交
    • L
      Add support for a "GIT_INDEX_FILE" environment variable. · bb233d69
      Linus Torvalds 提交于
      We use that to specify alternative index files, which can be useful
      if you want to (for example) generate a temporary index file to do
      some specific operation that you don't want to mess with your main
      one with.
      
      It defaults to the regular ".git/index" if it hasn't been specified.
      bb233d69
    • L
      Add the ability to prefix something to the pathname to "checkout-cache.c" · 65bb4914
      Linus Torvalds 提交于
      This basically makes it trivial to use checkout-cache as a "export as
      tree" function. Just read the desired tree into the index, and do a
      
      	checkout-cache --prefix=export-dir/ -a
      
      and checkout-cache will "export" the cache into the specified directory.
      
      NOTE! The final "/" is important. The exported name is literally just
      prefixed with the specified string, so you can also do something like
      
      	checkout-cache --prefix=.merged- Makefile
      
      to check out the currently cached copy of "Makefile" into the file
      ".merged-Makefile".
      65bb4914
    • L
      Fix NSEC compile problem, and properly parse the rev-tree cmd line. · 94dfb7f2
      Linus Torvalds 提交于
      The rev-tree thing just happened to work. It shouldn't have.
      94dfb7f2
  2. 21 4月, 2005 14 次提交
  3. 20 4月, 2005 16 次提交
  4. 19 4月, 2005 7 次提交