File: playtree-save-refs

package info (click to toggle)
dgit 13.19
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,084 kB
  • sloc: perl: 13,953; sh: 7,268; makefile: 340; python: 334; tcl: 69
file content (10 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e
set -o pipefail
shopt -s inherit_errexit # #514862, wtf
find -name .git -type d -exec sh -xec '
	cd "$1"
	git for-each-ref \
 --format='\''update refs/dgit-test-keep/g%(objectname) %(objectname)'\'' \
' x "{}" \; | \
	sort -u | git update-ref --stdin