From bb06786877cfc64eb8696872a2f3466f83e1b732 Mon Sep 17 00:00:00 2001 From: Andrew Jalbert Date: Sat, 11 Nov 2017 21:00:24 -0500 Subject: [PATCH 1/7] Added a comment --- Searches/Binary_Search.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Searches/Binary_Search.c b/Searches/Binary_Search.c index 9fa0dc2d78..79ac91916d 100644 --- a/Searches/Binary_Search.c +++ b/Searches/Binary_Search.c @@ -37,3 +37,5 @@ int main(void) : printf("Element is present at index %d\n", result); return 0; } + +// I'm testing git From e361ad37436d7534c0cea4caeee247324cd67f68 Mon Sep 17 00:00:00 2001 From: Andrew Jalbert Date: Sat, 11 Nov 2017 23:38:17 -0500 Subject: [PATCH 2/7] Remove comment --- Searches/Binary_Search.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Searches/Binary_Search.c b/Searches/Binary_Search.c index 79ac91916d..cb77ec6a15 100644 --- a/Searches/Binary_Search.c +++ b/Searches/Binary_Search.c @@ -38,4 +38,3 @@ int main(void) return 0; } -// I'm testing git From 7c101a02d2a23a7970d5c2580f5eed4ce28a0c91 Mon Sep 17 00:00:00 2001 From: Andrew Jalbert Date: Sun, 12 Nov 2017 00:16:42 -0500 Subject: [PATCH 3/7] Added comment --- Searches/Binary_Search.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Searches/Binary_Search.c b/Searches/Binary_Search.c index cb77ec6a15..549046ff8d 100644 --- a/Searches/Binary_Search.c +++ b/Searches/Binary_Search.c @@ -38,3 +38,6 @@ int main(void) return 0; } + +// This comment should be on the tests branch + From ef204b1c6586b9d38f4c3a30226024ba5af648a5 Mon Sep 17 00:00:00 2001 From: Andrew Jalbert Date: Fri, 17 Nov 2017 21:50:37 -0500 Subject: [PATCH 4/7] Deleted unnecessary comment --- Searches/Binary_Search.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Searches/Binary_Search.c b/Searches/Binary_Search.c index 549046ff8d..edb3965a76 100644 --- a/Searches/Binary_Search.c +++ b/Searches/Binary_Search.c @@ -39,5 +39,3 @@ int main(void) } -// This comment should be on the tests branch - From 116c7e3ac079ce2c2c22a538897e75035c1de04c Mon Sep 17 00:00:00 2001 From: Andrew Jalbert Date: Fri, 17 Nov 2017 21:58:52 -0500 Subject: [PATCH 5/7] Added useless comment to be merged with master --- Searches/Binary_Search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Searches/Binary_Search.c b/Searches/Binary_Search.c index edb3965a76..95076647b1 100644 --- a/Searches/Binary_Search.c +++ b/Searches/Binary_Search.c @@ -38,4 +38,4 @@ int main(void) return 0; } - +// If I do this correctly, this will end up being merged with branch master From 3b1886e2404bf94c3bbf31b8512d1812882bf66e Mon Sep 17 00:00:00 2001 From: Andrew Jalbert Date: Fri, 17 Nov 2017 23:14:21 -0500 Subject: [PATCH 6/7] Deleted stupid comment --- Searches/Binary_Search.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Searches/Binary_Search.c b/Searches/Binary_Search.c index 95076647b1..cb77ec6a15 100644 --- a/Searches/Binary_Search.c +++ b/Searches/Binary_Search.c @@ -38,4 +38,3 @@ int main(void) return 0; } -// If I do this correctly, this will end up being merged with branch master From 4ee61f3ef53bd26e29686417236f8ce76052dc92 Mon Sep 17 00:00:00 2001 From: Andrew Jalbert Date: Fri, 17 Nov 2017 23:17:39 -0500 Subject: [PATCH 7/7] Added a comment to the bottom of file. --- Searches/Binary_Search.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Searches/Binary_Search.c b/Searches/Binary_Search.c index cb77ec6a15..f99625a39d 100644 --- a/Searches/Binary_Search.c +++ b/Searches/Binary_Search.c @@ -38,3 +38,4 @@ int main(void) return 0; } +// I hope this works.