Code

Merge branch 'js/reflog-delete'
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Mar 2008 06:34:26 +0000 (22:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Mar 2008 06:34:26 +0000 (22:34 -0800)
commitd33046c1ed2182a4f73b741e47ab28b1570805c5
tree36bb9474d82a6d8ec9a60a41065883af2dd1ce73
parent5628a7a309e11c413138291b215a8cecedaddd24
parentb683c08082d73484596dcf1236449228d4a9eb98
Merge branch 'js/reflog-delete'

* js/reflog-delete:
  t3903-stash.sh: Add tests for new stash commands drop and pop
  git-reflog.txt: Document new commands --updateref and --rewrite
  t3903-stash.sh: Add missing '&&' to body of testcase
  git-stash: add new 'pop' subcommand
  git-stash: add new 'drop' subcommand
  git-reflog: add option --updateref to write the last reflog sha1 into the ref
  refs.c: make close_ref() and commit_ref() non-static
  git-reflog: add option --rewrite to update reflog entries while expiring
  reflog-delete: parse standard reflog options
  builtin-reflog.c: fix typo that accesses an unset variable
  Teach "git reflog" a subcommand to delete single entries