Skip to content

Commit

Permalink
Remove regex dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Widgren <stefan.widgren@gmail.com>
  • Loading branch information
stewid committed Apr 7, 2020
1 parent 24a3c74 commit 64f4ce4
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 11,999 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -115,11 +115,9 @@ valgrind:
# 3) Build and check updated package 'make check'
sync_libgit2:
-rm -f src/libgit2/deps/http-parser/*
-rm -f src/libgit2/deps/regex/*
-rm -rf src/libgit2/include
-rm -rf src/libgit2/src
-cp -f ../libgit2/deps/http-parser/* src/libgit2/deps/http-parser
-cp -f ../libgit2/deps/regex/* src/libgit2/deps/regex
-cp -r ../libgit2/include/ src/libgit2/include
-rm -f src/libgit2/include/git2/inttypes.h
-rm -f src/libgit2/include/git2/stdint.h
Expand Down
502 changes: 0 additions & 502 deletions src/libgit2/deps/regex/COPYING

This file was deleted.

7 changes: 0 additions & 7 deletions src/libgit2/deps/regex/config.h

This file was deleted.

1 comment on commit 64f4ce4

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/checkout.R:160:1: style: functions should have cyclomatic complexity of less than 15, this has 21.

checkout <- function(object = NULL,
^

R/config.R:56:1: style: functions should have cyclomatic complexity of less than 15, this has 18.

config <- function(repo = NULL, global = FALSE, user.name, user.email, ...) {
^

Please sign in to comment.