From 56dbc25dfdff68cbd75e162aae3fb0295e873faa Mon Sep 17 00:00:00 2001 From: SIMRAN MAKHIJA Date: Thu, 14 Mar 2024 16:02:52 -0400 Subject: [PATCH 1/4] add gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4475fd1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rust-rocksdb"] + url = https://github.com/rust-rocksdb/rust-rocksdb.git + active = true \ No newline at end of file From 5acc4d0d1cb40d6e9b06804a96e32bfc11ed4aa8 Mon Sep 17 00:00:00 2001 From: SIMRAN MAKHIJA Date: Thu, 14 Mar 2024 16:05:04 -0400 Subject: [PATCH 2/4] Removed submodule --- .gitmodules | 3 --- rust-rocksdb | 1 - 2 files changed, 4 deletions(-) delete mode 160000 rust-rocksdb diff --git a/.gitmodules b/.gitmodules index 4475fd1..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "rust-rocksdb"] - url = https://github.com/rust-rocksdb/rust-rocksdb.git - active = true \ No newline at end of file diff --git a/rust-rocksdb b/rust-rocksdb deleted file mode 160000 index dc9a000..0000000 --- a/rust-rocksdb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dc9a0002cc76b25ab56d322e7b7a84556f772db7 From 170e2efcca88d4227bd96fb75e518b6788da3475 Mon Sep 17 00:00:00 2001 From: SIMRAN MAKHIJA Date: Thu, 14 Mar 2024 16:08:29 -0400 Subject: [PATCH 3/4] fix submodule --- .gitmodules | 3 +++ rust-rocksdb | 1 + 2 files changed, 4 insertions(+) create mode 160000 rust-rocksdb diff --git a/.gitmodules b/.gitmodules index e69de29..eb81371 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rust-rocksdb"] + path = rust-rocksdb + url = https://github.com/rust-rocksdb/rust-rocksdb.git diff --git a/rust-rocksdb b/rust-rocksdb new file mode 160000 index 0000000..dc9a000 --- /dev/null +++ b/rust-rocksdb @@ -0,0 +1 @@ +Subproject commit dc9a0002cc76b25ab56d322e7b7a84556f772db7 From 8ea4221e105dcf4a65e293e303db3e8452e9ef81 Mon Sep 17 00:00:00 2001 From: Aditya Ajmera Date: Thu, 14 Mar 2024 17:07:58 -0400 Subject: [PATCH 4/4] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..90f05b8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Catalog Team 1