Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
af20dd7b
Kaydet (Commit)
af20dd7b
authored
Kas 18, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
check-merged.sh: Fix an obvious typo.
Change-Id: I4761c730df5f418060697458b604c602713f4a0e
üst
4cbe6f95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
check-merged.sh
bin/check-merged.sh
+1
-1
No files found.
bin/check-merged.sh
Dosyayı görüntüle @
af20dd7b
...
...
@@ -19,7 +19,7 @@ EOF
}
function
collect_change_ids
{
git log
`
git merge-base origin/master
origin/feature/opengl-vcl
`
..
"
$1
"
|
\
git log
`
git merge-base origin/master
"
$1
"
`
..
"
$1
"
|
\
sed
's/^commit /XXXcommitXXX/g'
|
\
tr
'\n'
';'
|
\
sed
's/XXXcommitXXX/\n/g'
|
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment