Skip to content
Snippets Groups Projects

Use a shorter format for the git logs shown on Phabricator.

Closed vlorentz requested to merge generated-differential-D2934-source into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -48,7 +48,7 @@ stage('Apply phabricator diff') {
echo "===== Changes applied before test ====="
echo
echo '```'
git log ${ORIGINAL_TAG}..
git log --format=oneline ${ORIGINAL_TAG}..
echo '```'
else
echo '**Attempts to apply the diff failed!**'
Loading