diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-17 17:14:11 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-17 17:14:11 +0100 |
commit | 38df7275f1263bc64bbf87e6ee7576aa6de176d2 (patch) | |
tree | 83366719882f1a190420da1f0d51751ba424d6b8 /include | |
parent | f5891fb69914cf3fbb33ead92e8709684d7fbdf8 (diff) |
git.sh: remove unnecessary comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/git.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git.sh b/include/git.sh index 7b0e9a4e..4fa904ba 100644 --- a/include/git.sh +++ b/include/git.sh @@ -135,8 +135,6 @@ git_am_patches() done; : } -# can delete from multi- and single-tree projects. -# called from script/trees when downloading sources. nuke() { e "config/${1%/}/nuke.list" f missing || while read -r nukefile; do |