[git-webkit] Use cwd as default path
https://bugs.webkit.org/show_bug.cgi?id=235048
<rdar://problem/87360213>

Reviewed by Aakash Jain.

Re-landing, infrastructure now handles git-webkit calls appropriately.

* Scripts/git-webkit: Use default path behavior.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@288572 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index b506c4e..d74e978 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,17 @@
 2022-01-25  Jonathan Bedard  <jbedard@apple.com>
 
+        [git-webkit] Use cwd as default path
+        https://bugs.webkit.org/show_bug.cgi?id=235048
+        <rdar://problem/87360213>
+
+        Reviewed by Aakash Jain.
+
+        Re-landing, infrastructure now handles git-webkit calls appropriately.
+
+        * Scripts/git-webkit: Use default path behavior.
+
+2022-01-25  Jonathan Bedard  <jbedard@apple.com>
+
         [EWS] Support pull requests in Trigger (Follow-up fix)
         https://bugs.webkit.org/show_bug.cgi?id=235545
         <rdar://problem/87992990>
diff --git a/Tools/Scripts/git-webkit b/Tools/Scripts/git-webkit
index 4b72707..3387ad3 100755
--- a/Tools/Scripts/git-webkit
+++ b/Tools/Scripts/git-webkit
@@ -67,7 +67,6 @@
 
 if '__main__' == __name__:
     sys.exit(program.main(
-        path=os.path.dirname(__file__),
         identifier_template=is_webkit_filter('Canonical link: https://commits.webkit.org/{}'),
         subversion=is_webkit_filter('https://svn.webkit.org/repository/webkit'),
         additional_setup=is_webkit_filter(additional_setup),