Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-10-18 11:45:05 +0400
committerShawn O. Pearce <spearce@spearce.org>2007-10-18 11:45:05 +0400
commitde61e42b539ffbd28d2a2ba827bb0eb79767057b (patch)
treef5be9d09e5a0b93748619c3da8a06309ea30bef3 /git-am.sh
parente75c55844fd0ff96d00173574b1e49cc472ca928 (diff)
parent076d7aa5d406fea1a5dedff5e2c54e2716528222 (diff)
Merge branch 'jc/am-quiet'
* jc/am-quiet: git-am: fix typo in the previous one. git-am: make the output quieter.
Diffstat (limited to 'git-am.sh')
-rwxr-xr-xgit-am.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/git-am.sh b/git-am.sh
index b02ae6a76f..2514d07de2 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -394,9 +394,7 @@ do
stop_here $this
fi
- echo
printf 'Applying %s\n' "$SUBJECT"
- echo
case "$resolved" in
'')
@@ -452,10 +450,8 @@ do
fi
tree=$(git write-tree) &&
- echo Wrote tree $tree &&
parent=$(git rev-parse --verify HEAD) &&
commit=$(git commit-tree $tree -p $parent <"$dotest/final-commit") &&
- echo Committed: $commit &&
git update-ref -m "$GIT_REFLOG_ACTION: $SUBJECT" HEAD $commit $parent ||
stop_here $this