OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMMITS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/tools/
push-to-trunk.sh
123
COMMITS
=$(git log $LASTPUSH..HEAD --format=%H)
124
for commit in $
COMMITS
; do
220
echo ">>> Step $CURRENT_STEP: Fetch straggler
commits
that sneaked in \
231
echo ">>> Step $CURRENT_STEP: Squash
commits
into one."
/external/v8/tools/
push-to-trunk.sh
123
COMMITS
=$(git log $LASTPUSH..HEAD --format=%H)
124
for commit in $
COMMITS
; do
218
echo ">>> Step $CURRENT_STEP: Fetch straggler
commits
that sneaked in \
229
echo ">>> Step $CURRENT_STEP: Squash
commits
into one."
Completed in 291 milliseconds