Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope
Commits
c1b066c3
Commit
c1b066c3
authored
4 years ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
Use "human-readable" over unhyphenated version.
parent
495cd17d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#158841
passed
4 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.rst
+1
-1
1 addition, 1 deletion
README.rst
debian/control
+1
-1
1 addition, 1 deletion
debian/control
diffoscope/changes.py
+1
-1
1 addition, 1 deletion
diffoscope/changes.py
with
3 additions
and
3 deletions
README.rst
+
1
−
1
View file @
c1b066c3
...
...
@@ -9,7 +9,7 @@ diffoscope
diffoscope will try to get to the bottom of what makes files or
directories different. It will recursively unpack archives of many kinds
and transform various binary formats into more human
readable form to
and transform various binary formats into more human
-
readable form to
compare them. It can compare two tarballs, ISO images, or PDF just as
easily.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
c1b066c3
...
...
@@ -110,7 +110,7 @@ Recommends:
Description: in-depth comparison of files, archives, and directories
diffoscope will try to get to the bottom of what makes files or directories
different. It will recursively unpack archives of many kinds and transform
various binary formats into more human
readable form to compare them. It can
various binary formats into more human
-
readable form to compare them. It can
compare two tarballs, ISO images, or PDF just as easily. The differences can
be shown in a text or HTML report.
.
...
...
This diff is collapsed.
Click to expand it.
diffoscope/changes.py
+
1
−
1
View file @
c1b066c3
...
...
@@ -264,7 +264,7 @@ class Changes:
raise
ChangesFileException
(
"
Unknown problem while verifying signature
"
)
# contains verbose human
readable GPG information
# contains verbose human
-
readable GPG information
gpg_output_stderr
=
str
(
gpg_output_stderr
,
encoding
=
'
utf8
'
)
gpg_output
=
gpg_output
.
decode
(
encoding
=
'
UTF-8
'
)
...
...
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