HomeSort by relevance Sort by last modified time
    Searched refs:pretty_git_log (Results 1 - 2 of 2) sorted by null

  /external/libaom/
update_libaom.sh 90 pretty_git_log="$(git log \
96 if [ -z "$pretty_git_log" ]; then
98 pretty_git_log="$(git log \
105 echo "$pretty_git_log"
107 if [ `echo "$pretty_git_log" | wc -l` -eq 20 ]; then
113 pretty_git_log="$(git log \
  /external/libvpx/
update_libvpx.sh 85 pretty_git_log="$(git log \
91 if [ -z "$pretty_git_log" ]; then
93 pretty_git_log="$(git log \
100 echo "$pretty_git_log"
102 if [ `echo "$pretty_git_log" | wc -l` -eq 20 ]; then

Completed in 632 milliseconds