mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +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
 | 
					    fi
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  # set the subject
 | 
					  # 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}")
 | 
					  SUBJECTS+=("#${pull}: ${subject}")
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
gitamcleanup=false
 | 
					gitamcleanup=false
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user