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:
[email protected]


Reply via email to