1. 05207a2 Start conforming code to "git subcmd" style part 2 by Heikki Orsila · 17 years ago
  2. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 17 years ago
  3. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  4. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  5. 4ed7cd3 Improve use of lockfile API by Brandon Casey · 17 years ago
  6. 663af34 Full rework of quote_c_style and write_name_quoted. by Pierre Habouzit · 17 years ago
  7. 7fb1011 Rework unquote_c_style to work on a strbuf. by Pierre Habouzit · 17 years ago
  8. e6c019d Drop strbuf's 'eof' marker, and make read_line a first class citizen. by Pierre Habouzit · 17 years ago
  9. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  10. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  11. baffc0e Make every builtin-*.c file #include "builtin.h" by Peter Hagervall · 18 years ago
  12. 30ca07a _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. by Junio C Hamano · 18 years ago
  13. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  14. 095c424 Use PATH_MAX instead of MAXPATHLEN by Jonas Fonseca · 19 years ago
  15. f7f0fbf Make checkout_all void. by David Rientjes · 19 years ago
  16. bb266cb Merge branch 'mk/rename' by Junio C Hamano · 19 years ago
  17. e414156 Make git-checkout-index a builtin by Junio C Hamano · 19 years ago[Renamed (92%) from checkout-index.c]
  18. 344c52a Avoid C99 initializers by Shawn Pearce · 19 years ago
  19. 6244b24 Close the index file between writing and committing by Johannes Schindelin · 19 years ago
  20. 021b6e4 Make index file locking code reusable to others. by Junio C Hamano · 19 years ago
  21. 283c8ee Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-tree by Junio C Hamano · 19 years ago
  22. be65e7d Fix users of prefix_path() to free() only when necessary by Johannes Schindelin · 19 years ago
  23. dc46da2 checkout-index: plug memory leak from prefix_path() by Junio C Hamano · 19 years ago
  24. bad68ec index: make the index file format extensible. by Junio C Hamano · 19 years ago
  25. 5142db6 Fix sparse warnings about usage of 0 instead of NULL by Rene Scharfe · 19 years ago
  26. de84f99 Add --temp and --stage=all options to checkout-index. by Shawn Pearce · 19 years ago
  27. 9debe63 Teach git-checkout-index to read filenames from stdin. by Shawn Pearce · 19 years ago
  28. 5f73076 "Assume unchanged" git by Junio C Hamano · 19 years ago
  29. f4f9ada checkout-index: fix checking out specific path. by Junio C Hamano · 19 years ago
  30. 3bd348a checkout-index: allow checking out from higher stages. by Junio C Hamano · 19 years ago
  31. c3e9a65 checkout-index: work from subdirectory. by Junio C Hamano · 19 years ago
  32. 2b2dabc Merge branch 'fixes' by Junio C Hamano · 19 years ago
  33. a65a686 make checkout-index '-a' flag saner. by Linus Torvalds · 19 years ago
  34. 4b12dae Return error when not checking out an entry due to dirtiness. by Junio C Hamano · 19 years ago
  35. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (89%) from checkout-cache.c]
  36. 31f584c [PATCH] fix git-checkout-cache segfault on parisc by James Bottomley · 20 years ago
  37. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  38. d46ad9c [PATCH] checkout-cache: add usage string. by Junio C Hamano · 20 years ago
  39. 12dccc1 Make fiel checkout function available to the git library by Linus Torvalds · 20 years ago
  40. d7f6ea3 [PATCH] Allow symlinks in the leading path in checkout-cache --prefix= by Junio C Hamano · 20 years ago
  41. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  42. 415e96c [PATCH] Implement git-checkout-cache -u to update stat information in the cache. by Junio C Hamano · 20 years ago
  43. 5d728c8 Rename cache_match_stat() to ce_match_stat() by Brad Roberts · 20 years ago
  44. 1126b41 [PATCH] checkout-cache fix by Junio C Hamano · 20 years ago
  45. aceedfe [patch] git: fix memory leak #2 in checkout-cache.c by Ingo Molnar · 20 years ago
  46. 36997b4 Date: Thu Apr 14 08:26:38 2005 +0200 by Ingo Molnar · 20 years ago
  47. d5f415e [PATCH] create subdirs for symlinks by Kay Sievers · 20 years ago
  48. 8ae0a8c [PATCH] git and symlinks as tracked content by Kay Sievers · 20 years ago
  49. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  50. 32718b6 [PATCH] checkout-cache: add "-n" option by James Bottomley · 20 years ago
  51. bb233d6 Add support for a "GIT_INDEX_FILE" environment variable. by Linus Torvalds · 20 years ago
  52. 65bb491 Add the ability to prefix something to the pathname to "checkout-cache.c" by Linus Torvalds · 20 years ago
  53. d9f98ee Ignore any unmerged entries for "checkout-cache -a". by Linus Torvalds · 20 years ago
  54. a38800f [PATCH] Better error message from checkout-cache for unmerged files. by Junio C Hamano · 20 years ago
  55. fa06d44 Fix total permission bogosity in "checkout-cache.c". by Linus Torvalds · 20 years ago
  56. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  57. ccc4feb Convert the index file reading/writing to use network byte order. by Linus Torvalds · 20 years ago
  58. 2de381f [PATCH] Consolidate the error handling by Petr Baudis · 20 years ago
  59. 29d76d4 Make "checkout-cache" silently skip up-to-date files. by Linus Torvalds · 20 years ago
  60. cfd88e2 Make the default directory permissions more lax. by Linus Torvalds · 20 years ago
  61. 83adac3 Make "read-tree" read the tree into the current directory cache. by Linus Torvalds · 20 years ago
  62. 8d3af1d Fix "checkout-cache.c" mis-use of read_sha1_file() interface. by Linus Torvalds · 20 years ago
  63. f7391ce Fix up "checkout-cache" a bit by Linus Torvalds · 20 years ago
  64. 33db5f4 Add a "checkout-cache" command which does what the name suggests. by Linus Torvalds · 20 years ago