8000 Comparing v1.3.5...v1.3.6 · gitonomy/gitlib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitonomy/gitlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.5
Choose a base ref
...
head repository: gitonomy/gitlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.6
Choose a head ref
  • 1 commit
  • 18 files changed
  • 1 contributor

Commits on Aug 5, 2022

  1. Added more type hinting & Fixed bug when parsing renamed files with s…

    …paces and/or non english-symbols (#194)
    
    * changed repo name in the composer
    
    * added path to the symlink RuntimeException exception-message
    
    * added more and better typehints into PHPDocs above methods
    
    * Regex didn't count for the rare case when the diff has quotation marks around the filenames (file names with non-english symbols for example)
    
    * replaced uninitialized $entry variable with $element
    
    * removed getRevisions() since revisions isn't a part of the Diff object
    
    * removed unused $fullname in the getCommit() method
    
    * - added more type hinting
    - introduced data property to Tag
    - added .idea to .gitignore
    
    * - changes that were requested by "
    continuous-integration/styleci/pr"
    - fixed composer.json
    
    * upped the number of characters that are shown to get a more verbose exception
    
    * added type annotation for file in the Diff class
    
    * - fixed parser to properly work with files
    - with umlauts added a test
    - made changes @lyrixx suggested
    
    * - made fixes for @continuous-integration/styleci/pr
    
    * - made one more fix for @continuous-integration/styleci/pr
    
    * - switches quotes for @continuous-integration/styleci/pr
    
    * added trailing \n to the gitignore
    tolik518 authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    33ae0a2 View commit details
    Browse the repository at this point in the history
Loading
0