Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
head.hackage
Commits
9c05b5d2
Commit
9c05b5d2
authored
3 weeks ago
by
Teo Camarasu
Browse files
Options
Downloads
Patches
Plain Diff
Fix unpack-patch not adding new files to the index
parent
ed5805b2
No related branches found
Branches containing commit
No related tags found
1 merge request
!408
Fix unpack-patch not adding new files to the index
Pipeline
#109563
passed
2 weeks ago
Stage: generate
Stage: dispatch
Pipeline: head.hackage
#109564
Changes
1
Pipelines
34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/patch-tool
+2
-1
2 additions, 1 deletion
scripts/patch-tool
with
2 additions
and
1 deletion
scripts/patch-tool
+
2
−
1
View file @
9c05b5d2
...
...
@@ -57,7 +57,8 @@ patch_pkg() {
fi
if
[
-n
"
$patched
"
]
;
then
git
-C
$pkg_dir
commit
-q
-a
-m
"head.hackage.org patch"
git
-C
$pkg_dir
add
.
# track changes or new files added by the patch
git
-C
$pkg_dir
commit
-q
-m
"head.hackage.org patch"
fi
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment