#!/bin/sh ########################################################################### # # Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file cr_objectives.sh # # @author (last) Behrouz NematiPour # @date (last) 29-Jun-2022 # @author (original) Behrouz NematiPour # @date (original) 08-Jan-2021 # ############################################################################ branch=$1 git -C /home/denali/Projects/application/ \ log $branch..HEAD \ --pretty=format:"commit : [%h|http://192.168.10.132:7990/projects/UI/repos/application/commits/%h] - %B" \ --no-merges \ | grep -v "Bamboo Commit:"