mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	hack: update cherry-pick script to show subject when patch is split
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
		@@ -169,7 +169,7 @@ for pull in "${PULLS[@]}"; do
 | 
			
		||||
    fi
 | 
			
		||||
  }
 | 
			
		||||
  # set the subject
 | 
			
		||||
  subject=$(grep "^Subject" "/tmp/${pull}.patch" | sed -e 's/Subject: \[PATCH\] //g')
 | 
			
		||||
  subject=$(grep -m 1 "^Subject" "/tmp/${pull}.patch" | sed -e 's/Subject: \[PATCH//g' | sed 's/.*] //')
 | 
			
		||||
  SUBJECTS+=("#${pull}: ${subject}")
 | 
			
		||||
done
 | 
			
		||||
gitamcleanup=false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user