Skip to content

Fix badly resolved merge conflicts from PR #4 - #5

Merged
pidoshva merged 1 commit into
mainfrom
fix/merge-conflicts
Feb 23, 2026
Merged

Fix badly resolved merge conflicts from PR #4#5
pidoshva merged 1 commit into
mainfrom
fix/merge-conflicts

Conversation

@pidoshva

Copy link
Copy Markdown
Owner

Summary

  • Restores correct gifify.sh — argument parsing loop, fps variable, no duplicate declarations
  • Restores correct install.sh — clean do_uninstall()/do_install() functions, no old spliced code
  • Restores correct README.md — proper # gifify title, no old content appended after License

The merge of PR #4 (gifify-init → main) incorrectly resolved conflicts by mixing old code into the rewritten files.

Test plan

  • shellcheck gifify.sh install.sh passes clean
  • bash gifify.sh --help shows usage
  • bash gifify.sh --version shows 1.1.0
  • bash gifify.sh nonexistent.mp4 shows error
  • ./install.sh installs correctly
  • ./install.sh --uninstall removes cleanly

The merge of gifify-init into main incorrectly spliced old code into
the rewritten files:
- install.sh: old download/zsh code mixed into do_uninstall(), do_install() body replaced
- gifify.sh: argument parsing loop removed, duplicate variable declarations
- README.md: wrong title, old content appended after License section

Restores the correct versions from the gifify-init branch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pidoshva
pidoshva merged commit 822dd1e into main Feb 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant