addurl: Avoid a redundant git ignores check for speed
Ensure that checkCanAdd is used everywhere a file is added to git, so git add is run with -f, presumably avoiding the work it would usually do to check ignores.
This commit is contained in:
parent
d10cbaa084
commit
1610d94776
4 changed files with 69 additions and 47 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 5"""
|
||||
date="2020-09-29T16:58:18Z"
|
||||
content="""
|
||||
Implemented the git add -f optimisation. Unsure how much of an optimisation
|
||||
it really is tho.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue