OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commitmsg
(Results
1 - 3
of
3
) sorted by null
/prebuilts/qemu-kernel/
update_emu_kernels.sh
48
printf "Upgrade emulator kernels $version\n\n" > emu_kernel.
commitmsg
82
printf "$branch - build: $build\n" >> emu_kernel.
commitmsg
101
printf "\nUpgrade $version kernel images to ${tot_commit}\n" >> ../emu_kernel.
commitmsg
102
git log --oneline HEAD...${last_commit} >> ../emu_kernel.
commitmsg
106
git commit -t emu_kernel.
commitmsg
108
rm emu_kernel.
commitmsg
/prebuilts/android-emulator/
update_emulator.sh
30
printf "Upgrade emulator to emu-master-dev build $build\n\n" > emulator.
commitmsg
33
git commit -t emulator.
commitmsg
35
rm emulator.
commitmsg
/device/google/dragon-kernel/
push-kernel.sh
70
commitmsg
=$(mktemp /tmp/msg.XXXXXX)
71
cat >>$
commitmsg
<<EOD
78
git log --graph --oneline $oldrev..$newrev >> $
commitmsg
82
git commit -t $
commitmsg
83
rm $
commitmsg
Completed in 960 milliseconds