Merge branch 'tr/reset-checkout-patch'
commit54f0bdc81103f45f12978b385a9519a235b03cc2
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Sep 2009 22:24:38 +0000 (7 15:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Sep 2009 22:24:38 +0000 (7 15:24 -0700)
treeee239eeafe0f59af72eca683e5e264b0c2a6fff5
parent8e4384fd4438a143af7125eb0f03312a318319fb
parent3c2eb80fe3f3c7efbb25e929df9f70d7c896a5ef
Merge branch 'tr/reset-checkout-patch'

* tr/reset-checkout-patch:
  stash: simplify defaulting to "save" and reject unknown options
  Make test case number unique
  tests: disable interactive hunk selection tests if perl is not available
  DWIM 'git stash save -p' for 'git stash -p'
  Implement 'git stash save --patch'
  Implement 'git checkout --patch'
  Implement 'git reset --patch'
  builtin-add: refactor the meat of interactive_add()
  Add a small patch-mode testing library
  git-apply--interactive: Refactor patch mode code
  Make 'git stash -k' a short form for 'git stash save --keep-index'
Documentation/git-checkout.txt
Documentation/git-stash.txt
builtin-add.c
builtin-checkout.c
builtin-reset.c
commit.h
git-add--interactive.perl
git-stash.sh