Package: git-core
Version: 1:1.5.3~rc3-1
Severity: grave
Tags: experimental
Justification: renders package unusable


  When I try to do a git-rebase, it fails. Then I tried to do the
git-am's by hand on the .dotest/???? but it failed again. It seems it
can't find .dotest/info for whichever reason. Attached is an sh -x
trace:

 sh -x /usr/bin/git-am foo.patch
+ USAGE='[--signoff] [--dotest=<dir>] [--utf8 | --no-utf8] [--binary] [--3way]
  [--interactive] [--whitespace=<option>] [-C<n>] [-p<n>] <mbox>...
  or, when resuming [--skip | --resolved]'
+ . git-sh-setup
++ unset CDPATH
++ '[' -z '' ']'
++ LONG_USAGE='Usage: /usr/bin/git-am [--signoff] [--dotest=<dir>] [--utf8 | 
--no-utf8] [--binary] [--3way]
  [--interactive] [--whitespace=<option>] [-C<n>] [-p<n>] <mbox>...
  or, when resuming [--skip | --resolved]'
++ case "$1" in
++ '[' -z '' ']'
++ : .git
+++ GIT_DIR=.git
+++ git rev-parse --git-dir
++ GIT_DIR=/home/madcoder/dev/mmsx/.git
++ : /home/madcoder/dev/mmsx/.git/objects
+ set_reflog_action am
+ '[' -z '' ']'
+ GIT_REFLOG_ACTION=am
+ export GIT_REFLOG_ACTION
+ require_work_tree
++ git rev-parse --is-inside-work-tree
+ test true = true
++ git rev-parse --is-inside-git-dir
+ test false = false
+ git var GIT_COMMITTER_IDENT
+ prec=4
+ dotest=.dotest
+ sign=
+ utf8=t
+ keep=
+ skip=
+ interactive=
+ resolved=
+ binary=
+ resolvemsg=
+ git_apply_opt=
+ case "$#" in
+ case "$1" in
+ break
+ test -d .dotest
++ cat .dotest/last
+ last=1
++ cat .dotest/next
+ next=1
+ test 1 '!=' 0
+ test 1 -gt 1
+ test -d .dotest
+ case "$#,$skip$resolved" in
+ false
+ die 'previous dotest directory .dotest still exists but mbox given.'
+ echo 'previous dotest directory .dotest still exists but mbox given.'
previous dotest directory .dotest still exists but mbox given.
+ exit 1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to