aboutsummaryrefslogtreecommitdiff
path: root/checkout-index.c
Commit message (Expand)AuthorAge
* Avoid C99 initializersShawn Pearce2006-07-10
* Close the index file between writing and committingJohannes Schindelin2006-07-08
* Make index file locking code reusable to others.Junio C Hamano2006-06-06
* Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-20
|\
| * index: make the index file format extensible.Junio C Hamano2006-04-24
* | Fix users of prefix_path() to free() only when necessaryJohannes Schindelin2006-05-06
* | checkout-index: plug memory leak from prefix_path()Junio C Hamano2006-05-05
|/
* Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2006-04-02
* Add --temp and --stage=all options to checkout-index.Shawn Pearce2006-03-05
* Teach git-checkout-index to read filenames from stdin.Shawn Pearce2006-03-01
* "Assume unchanged" gitJunio C Hamano2006-02-08
* checkout-index: fix checking out specific path.Junio C Hamano2005-12-13
* checkout-index: allow checking out from higher stages.Junio C Hamano2005-12-07
* checkout-index: work from subdirectory.Junio C Hamano2005-11-28
* Merge branch 'fixes'Junio C Hamano2005-10-17
|\
| * make checkout-index '-a' flag saner.Linus Torvalds2005-10-17
* | Return error when not checking out an entry due to dirtiness.Junio C Hamano2005-10-04
|/
* Big tool rename.Junio C Hamano2005-09-07