You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/01 14:26:01 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #9094: Fix/git sync depth

kaxil commented on a change in pull request #9094:
URL: https://github.com/apache/airflow/pull/9094#discussion_r433265857



##########
File path: airflow/config_templates/config.yml
##########
@@ -1945,6 +1945,14 @@
       type: string
       example: ~
       default: ""
+    - name: git_sync_depth
+      description: |
+        Use a shallow clone with a history truncated to the specified number of commits.
+        0 - do not use shallow clone.
+      version_added: ~

Review comment:
       Yeah, we should, looks like a useful change.
   

##########
File path: airflow/config_templates/config.yml
##########
@@ -1945,6 +1945,14 @@
       type: string
       example: ~
       default: ""
+    - name: git_sync_depth
+      description: |
+        Use a shallow clone with a history truncated to the specified number of commits.
+        0 - do not use shallow clone.
+      version_added: ~

Review comment:
       ```suggestion
         version_added: 1.10.11
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org