Skip to content

Commit 42cea2e

Browse files
committed
Better git clone (faster; without too much commit history)
1 parent 5217706 commit 42cea2e

14 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can download the latest tarball by clicking [here](https://github.com/sqlmap
1818

1919
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
2020

21-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
21+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2222

2323
sqlmap works out of the box with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on any platform.
2424

doc/translations/README-es-MX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Se puede descargar el "tarball" más actual haciendo clic [aquí](https://github
1717

1818
Preferentemente, se puede descargar sqlmap clonando el repositorio [Git](https://github.com/sqlmapproject/sqlmap):
1919

20-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
20+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2121

2222
sqlmap funciona con las siguientes versiones de [Python](http://www.python.org/download/) ** 2.6.x** y ** 2.7.x** en cualquier plataforma.
2323

@@ -26,7 +26,7 @@ Uso
2626

2727
Para obtener una lista de opciones básicas:
2828

29-
python sqlmap.py -h
29+
python sqlmap.py -h
3030

3131
Para obtener una lista de todas las opciones:
3232

doc/translations/README-fr-FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Vous pouvez télécharger le plus récent fichier tarball en cliquant [ici](http
1717

1818
De préférence, télécharger __sqlmap__ en le [clonant](https://github.com/sqlmapproject/sqlmap):
1919

20-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
20+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2121

2222
sqlmap fonctionne sur n'importe quel système d'exploitation avec la version **2.6.x** et **2.7.x** de [Python](http://www.python.org/download/)
2323

doc/translations/README-gr-GR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Κατά προτίμηση, μπορείτε να κατεβάσετε το sqlmap κάνοντας κλώνο το [Git](https://github.com/sqlmapproject/sqlmap) αποθετήριο:
2020

21-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
21+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2222

2323
Το sqlmap λειτουργεί χωρίς περαιτέρω κόπο με την [Python](http://www.python.org/download/) έκδοσης **2.6.x** και **2.7.x** σε όποια πλατφόρμα.
2424

doc/translations/README-hr-HR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Možete preuzeti zadnji tarball klikom [ovdje](https://github.com/sqlmapproject/
1818

1919
Po mogućnosti, možete preuzeti sqlmap kloniranjem [Git](https://github.com/sqlmapproject/sqlmap) repozitorija:
2020

21-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
21+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2222

2323
sqlmap radi bez posebnih zahtjeva korištenjem [Python](http://www.python.org/download/) verzije **2.6.x** i/ili **2.7.x** na bilo kojoj platformi.
2424

doc/translations/README-id-ID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Anda dapat mengunduh tarball versi terbaru [di sini]
1919

2020
Sebagai alternatif, Anda dapat mengunduh sqlmap dengan men-_clone_ repositori [Git](https://github.com/sqlmapproject/sqlmap):
2121

22-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
22+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2323

2424
sqlmap berfungsi langsung pada [Python](http://www.python.org/download/) versi **2.6.x** dan **2.7.x** pada platform apapun.
2525

doc/translations/README-it-IT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Puoi scaricare l'ultima tarball cliccando [qui](https://github.com/sqlmapproject
1818

1919
La cosa migliore sarebbe però scaricare sqlmap clonando la repository [Git](https://github.com/sqlmapproject/sqlmap):
2020

21-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
21+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2222

2323
sqlmap è in grado di funzionare con le versioni **2.6.x** e **2.7.x** di [Python](http://www.python.org/download/) su ogni piattaforma.
2424

doc/translations/README-ja-JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ wikiに載っているいくつかの機能のデモをスクリーンショッ
1919

2020
[Git](https://github.com/sqlmapproject/sqlmap) レポジトリをクローンして、sqlmapをダウンロードすることも可能です。:
2121

22-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
22+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2323

2424
sqlmapは、 [Python](http://www.python.org/download/) バージョン **2.6.x** または **2.7.x** がインストールされていれば、全てのプラットフォームですぐに使用できます。
2525

doc/translations/README-pt-BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Você pode baixar o arquivo tar mais recente clicando [aqui]
1919

2020
De preferência, você pode baixar o sqlmap clonando o repositório [Git](https://github.com/sqlmapproject/sqlmap):
2121

22-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
22+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2323

2424
sqlmap funciona em [Python](http://www.python.org/download/) nas versões **2.6.x** e **2.7.x** em todas as plataformas.
2525

doc/translations/README-tr-TR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Kurulum
2121

2222
Veya tercihen, [Git](https://github.com/sqlmapproject/sqlmap) reposunu klonlayarak indirebilirsiniz
2323

24-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
24+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2525

2626
sqlmap [Python](http://www.python.org/download/) sitesinde bulunan **2.6.x** and **2.7.x** versiyonları ile bütün platformlarda çalışabilmektedir.
2727

0 commit comments

Comments
 (0)