Experimental browser for the Atmosphere
{ "uri": "at://did:plc:hwevmowznbiukdf6uk5dwrrq/sh.tangled.repo.pull/3llywjbokci22", "cid": "bafyreidrwfjekhgh4gmaczjzx3ewylqbpnb3munctxzhuylx3bem5d5vou", "value": { "$type": "sh.tangled.repo.pull", "patch": "diff --git a/another b/another\nindex 9bfe6696560969188cd0861e616c89200cdf7750..d40b123520590789f69c458f5bc050a6525a97c5 100644\n--- a/another\n+++ b/another\n@@ -14,3 +14,5 @@\n here's a lot more stuff!\n more changes etc.\n \n+lorem ipsum dolor sit amet, consectetur adipiscing elit.\n+sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\ndiff --git a/foobar b/foobar\nindex 192d7ce133de44be31f7164269825679200eb3b2..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644\n--- a/foobar\n+++ b/foobar\n@@ -1,2 +0,0 @@\n-lets update main understand\n-asdf \ndiff --git a/letssee b/letssee\nindex e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e31f524e47af8ad6ee00ccc9e46f44042d8080e3 100644\n--- a/letssee\n+++ b/letssee\n@@ -0,0 +1 @@\n+aanaaohnaishetnaihten\ndiff --git a/main.py b/main.py\nnew file mode 100644\nindex 0000000000000000000000000000000000000000..ea55ace3c2d11132881179a493e20020fe7e53b4\n--- /dev/null\n+++ b/main.py\n@@ -0,0 +1,27 @@\n+# add numbers\n+\n+def add_numbers(a, b):\n+ \"\"\"\n+ Add two numbers together.\n+\n+ Args:\n+ a (int): The first number.\n+ b (int): The second number.\n+\n+ Returns:\n+ int: The sum of the two numbers.\n+ \"\"\"\n+ return a + b\n+\n+def main():\n+ \"\"\"\n+ Main function to demonstrate the add_numbers function.\n+ \"\"\"\n+ num1 = 5\n+ num2 = 10\n+ result = add_numbers(num1, num2)\n+ print(f\"The sum of {num1} and {num2} is {result}\")\n+\n+if __name__ == \"__main__\":\n+ main()\n+# This code defines a function to add two numbers and demonstrates its usage in the main function.\ndiff --git a/tree.go b/tree.go\nindex 88ad1c10c3bbc416ff355493ac0ac3e9300c67cc..532044ba5154eec55ac1836d50c5e1d56a1931d4 100644\n--- a/tree.go\n+++ b/tree.go\n@@ -64,3 +64,17 @@ \t}\n \n \treturn nts\n }\n+\n+// FileTreePath returns the file tree for a given path in the current commit.\n+// If the path is empty, it returns the file tree for the current commit.\n+// If the path is not empty, it returns the file tree for the given path.\n+// If the path is not a directory, it returns an error.\n+//\n+\n+func (g *GitRepo) FileTreePath(path string) ([]NiceTree, error) {\n+\t// this function does some thing\n+}\n+\n+func (g *GitRepo) FileTreePathCommit(path string, commitHash string) ([]NiceTree, error) {\n+\t// this function does some thing\n+}\ndiff --git a/xyz b/xyz\nindex 22623f382d6bb24d70632524c8eda276d6770275..3f3e78d69e4841e6b34156b9fe4dbcb9cd17dcfa 100644\n--- a/xyz\n+++ b/xyz\n@@ -1 +1,3 @@\n updating main with chnages3\n+\n+updaitng xyz again\n", "title": "another cool feature", "pullId": 5, "source": { "branch": "another-cool-feature" }, "targetRepo": "at://did:plc:hwevmowznbiukdf6uk5dwrrq/sh.tangled.repo/3llmbkfueu522", "targetBranch": "main" } }