Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bluekeyes/go-gitdiff issues and pull requests
#52 - Examples on usage
Issue -
State: open - Opened by gabrie30 2 months ago
- 2 comments
#51 - Error in parsing patch with tabulations: `gitdiff: line 15: invalid line operation: '\t'`
Issue -
State: closed - Opened by frenchbeast 3 months ago
- 7 comments
#50 - [20240820] Add support for tabs along with space
Pull Request -
State: closed - Opened by frenchbeast 3 months ago
- 1 comment
#49 - Update Go and golangci-lint versions
Pull Request -
State: closed - Opened by bluekeyes 4 months ago
#48 - Add String() methods to parsed types
Pull Request -
State: closed - Opened by bluekeyes 4 months ago
#47 - Converting a patch into a diff
Issue -
State: closed - Opened by neurosnap 4 months ago
- 5 comments
#46 - Return preamble when a patch has no files
Pull Request -
State: closed - Opened by bluekeyes 5 months ago
#45 - Support empty patches
Issue -
State: closed - Opened by neurosnap 5 months ago
- 4 comments
#44 - Follow git logic when parsing patch identities
Pull Request -
State: closed - Opened by bluekeyes 7 months ago
#43 - `ParsePatchHeader` failing on dependabot emails
Issue -
State: closed - Opened by alam-chime 7 months ago
- 2 comments
Labels: bug
#42 - Accept empty emails in ParsePatchIdentity
Pull Request -
State: closed - Opened by bluekeyes 9 months ago
#41 - git patch with empty emails causing parse errors
Issue -
State: closed - Opened by ajinabraham 9 months ago
- 1 comment
#39 - isSourceLine ignore line "--------------------------------------"
Issue -
State: closed - Opened by nemax over 1 year ago
- 4 comments
#38 - Fix parsing of mode lines with trailing space
Pull Request -
State: closed - Opened by bluekeyes almost 2 years ago
#37 - gitdiff: line 63: git file header: invalid mode line: invalid syntax
Issue -
State: closed - Opened by prologic almost 2 years ago
- 6 comments
#36 - Add option to control patch subject cleaning
Pull Request -
State: closed - Opened by bluekeyes about 2 years ago
#35 - Test with Go 1.19, upgrade golangci-lint
Pull Request -
State: closed - Opened by bluekeyes about 2 years ago
#34 - Slightly simplify patch header parsing
Pull Request -
State: closed - Opened by bluekeyes about 2 years ago
#33 - Add options to ParsePatchHeader
Issue -
State: closed - Opened by bluekeyes about 2 years ago
Labels: parsing
#32 - Split apply logic by fragment type
Pull Request -
State: closed - Opened by bluekeyes over 2 years ago
#31 - patch_header.go: Fix build issue with older go versions
Pull Request -
State: closed - Opened by goldsteinn almost 3 years ago
- 1 comment
#30 - Support non-strict patch application
Issue -
State: open - Opened by bluekeyes about 3 years ago
Labels: enhancement, applying
#29 - Return errors for empty text fragments
Pull Request -
State: closed - Opened by bluekeyes about 3 years ago
#28 - Fix out-of-bounds panic parsing timestamps
Pull Request -
State: closed - Opened by bluekeyes about 3 years ago
#27 - Fix EOF error for some files without final newline
Pull Request -
State: closed - Opened by bluekeyes over 3 years ago
#26 - Implement full decoding support for patch subjects
Issue -
State: open - Opened by bluekeyes over 3 years ago
Labels: enhancement, parsing
#25 - Add emoji support in email subjects
Pull Request -
State: closed - Opened by jmcampanini over 3 years ago
- 1 comment
#24 - Fix parsing for file names with spaces
Pull Request -
State: closed - Opened by bluekeyes over 3 years ago
#23 - File name parsing fails for file names with spaces
Issue -
State: closed - Opened by bluekeyes over 3 years ago
Labels: bug, parsing
#22 - Remove deprecated actions commands
Pull Request -
State: closed - Opened by bluekeyes over 3 years ago
#21 - Discrepancy between Gitlab diff API and go-gitdiff parsed output.
Issue -
State: closed - Opened by chakravarthysm almost 4 years ago
- 2 comments
Labels: question
#20 - Working/relax email requirements
Pull Request -
State: closed - Opened by gwd about 4 years ago
#19 - Remove "appendix" information from commit message
Pull Request -
State: closed - Opened by gwd about 4 years ago
- 2 comments
#18 - Separate out "appendix" material?
Issue -
State: closed - Opened by gwd about 4 years ago
- 1 comment
#17 - ParsePatchHeader: Copy functionality of git mailinfo's cleanup_subject
Pull Request -
State: closed - Opened by gwd about 4 years ago
- 2 comments
#16 - Implement the equivalent of git/mailinfo.c:cleanup_subject() (i.e., remove [PATCH] from title)
Issue -
State: closed - Opened by gwd about 4 years ago
#15 - Make patch date parsing simpler and stricter
Pull Request -
State: closed - Opened by bluekeyes over 4 years ago
#14 - Allow unpadded days in patch headers
Pull Request -
State: closed - Opened by bluekeyes over 4 years ago
#13 - 'ParsePatchDate' is broken :/
Issue -
State: closed - Opened by sevki over 4 years ago
- 4 comments
Labels: bug, parsing
#12 - Add validation for parsed files
Issue -
State: open - Opened by bluekeyes over 4 years ago
Labels: enhancement, parsing
#11 - Split apply logic by fragment type
Issue -
State: closed - Opened by bluekeyes over 4 years ago
Labels: applying
#10 - Reconsider source inputs for apply functions
Issue -
State: open - Opened by bluekeyes over 4 years ago
- 1 comment
Labels: applying
#9 - Check for leftover content after a full delete
Pull Request -
State: closed - Opened by bluekeyes over 4 years ago
#8 - Set NewMode when mode does not change
Issue -
State: closed - Opened by bluekeyes over 4 years ago
- 1 comment
Labels: wontfix, parsing
#7 - Rename PatchHeader.Message to .Body
Pull Request -
State: closed - Opened by bluekeyes over 4 years ago
#6 - Add ParsePatchHeader and related types
Pull Request -
State: closed - Opened by bluekeyes over 4 years ago
#5 - Add Apply convenience function to match Parse
Pull Request -
State: closed - Opened by bluekeyes over 4 years ago
#4 - Add top-level Apply() function
Issue -
State: closed - Opened by bluekeyes almost 5 years ago
Labels: enhancement, applying
#3 - Use GitHub actions for testing and linting
Pull Request -
State: closed - Opened by bluekeyes almost 5 years ago
#2 - Fix flushing when data is larger than the buffer
Pull Request -
State: closed - Opened by bluekeyes almost 5 years ago
#1 - Flush() is going to endless loop
Issue -
State: closed - Opened by ikruglov almost 5 years ago
- 2 comments
Labels: bug, applying