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
9feed9c7
Kaydet (Commit)
9feed9c7
authored
May 31, 2012
tarafından
Korrawit Pruegsanusak
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lo-commit-stat: we don't have 'bootstrap' repo anymore
Change-Id: I2c5a73f992f204bccf8f1d125334d2746a1884fa
üst
f439d765
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lo-commit-stat
bin/lo-commit-stat
+2
-2
No files found.
bin/lo-commit-stat
Dosyayı görüntüle @
9feed9c7
...
...
@@ -387,7 +387,7 @@ sub usage()
" --bug-numbers print just fixed bug numbers\n"
.
" --rev-list use \"git rev-list\" instead of \"git log\"; useful to check\n"
.
" differences between branches\n"
.
" topdir directory with the libreoffice/
bootstrap
clone; the piece repos\n"
.
" topdir directory with the libreoffice/
core
clone; the piece repos\n"
.
" must be cloned in the main-repo-root/clone/<piece> subdirectories\n"
.
" git_arg extra parameters passed to the git command to define\n"
.
" the area of interest; The default command is \"git log\" and\n"
.
...
...
@@ -422,7 +422,7 @@ foreach my $arg (@ARGV) {
usage
();
exit
;
}
elsif
(
$arg
eq
'--no-pieces'
)
{
$piece
=
"
bootstrap
"
;
$piece
=
"
core
"
;
}
elsif
(
$arg
=~
m/--piece=(.*)/
)
{
$piece
=
$1
;
}
elsif
(
$arg
=~
m/--log-suffix=(.*)/
)
{
...
...
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