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: jedie/PyHardLinkBackup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: jedie/PyHardLinkBackup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 9 commits
  • 19 files changed
  • 1 contributor

Commits on Feb 8, 2016

  1. Work-a-round for Windows MAX_PATH limit: Use \\?\ path prefix interna…

    …lly.
    
    Squashed commit of the following:
    
    commit b3f561f
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Mon Feb 8 10:04:19 2016 +0100
    
        patch utime, works on Linux and Windows
    
    commit df37be4
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Mon Feb 8 09:58:25 2016 +0100
    
        fix chmod tests
    
    commit 2123bd7
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Mon Feb 8 09:58:16 2016 +0100
    
        fix missing method on linux
    
    commit b9b658d
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Mon Feb 8 09:46:25 2016 +0100
    
        WIP: Patch all needed Path2() methods
    
    commit aafab93
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Fri Feb 5 21:20:49 2016 +0100
    
        WIP
    
    commit 8b6feef
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Fri Feb 5 16:00:54 2016 +0100
    
        Bugfix: Don't add \\?\ two times
    
    commit 2eebafe
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Fri Feb 5 15:32:10 2016 +0100
    
        Use extended_path in Path2(), see: #18
    
    commit ca082d5
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Fri Feb 5 00:31:37 2016 +0100
    
        work-a-round for strange error:
    
        https://travis-ci.org/jedie/PyHardLinkBackup/jobs/107117924#L521
    
    commit fe0d508
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Fri Feb 5 00:25:39 2016 +0100
    
        use extended_path property
    
    commit ebdeedb
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Fri Feb 5 00:14:47 2016 +0100
    
        more fixes and tests
    
    commit 0d521c9
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Thu Feb 4 23:31:42 2016 +0100
    
        fix
    
    commit 666c2cb
    Author: JensDiemer <git@jensdiemer.de>
    Date:   Thu Feb 4 23:16:37 2016 +0100
    
        wip
    jedie committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    c9634ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb29eda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f2cf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05eef91 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. typo

    jedie committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    fe0614f View commit details
    Browse the repository at this point in the history
  2. add pathlib_revised

    jedie committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    e8d17ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c32ca7f View commit details
    Browse the repository at this point in the history
  4. fix AppVeyor

    jedie committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    94fcc9a View commit details
    Browse the repository at this point in the history
  5. v0.9.0

    jedie committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    69a9c5f View commit details
    Browse the repository at this point in the history
Loading