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: alexcorre/git-blame
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.12
Choose a base ref
...
head repository: alexcorre/git-blame
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 10 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 6, 2017

  1. chore(deps): add standard-version as dev dependency

    Alex Corre committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    43d5352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26a316 View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.4.12

    Alex Corre committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    170612c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1ac55d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #161 from alexcorre/standard-version

    use standard version
    alexcorre authored Mar 6, 2017
    Configuration menu
    Copy the full SHA
    3e6548e View commit details
    Browse the repository at this point in the history
  6. fix(deps): upgrade pathwatcher

    Alex Corre committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    44f8a5d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #162 from alexcorre/fix-patchwatcher

    fix(deps): upgrade pathwatcher
    alexcorre authored Mar 6, 2017
    Configuration menu
    Copy the full SHA
    fcdec30 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. feat(rewrite): convert coffeescript to es6 + rewrite with new atom gu…

    …tter apis (#171)
    
    * chore: convert main module to use babel
    
    * initial BlameGutter container w/ main toggle() func w/ caching
    
    * feat(gutter): use newer apis to resolve GitDirectory for text editor path
    
    * working with markers + decorators for single line
    
    * hardcoded 250px width for now
    
    * feat(blame): working blame for file + decorating multiple lines
    
    * cleanup + remove old views
    
    * render line view with alternating bg colors per commit. dont create markers for non-commits
    
    * chore: styles tweak
    
    * working tooltip
    
    * commit link working
    
    * tweaks
    
    * blameFormatter, blamer, gitCommander to es
    
    * gitCommander.js -> GitCommander.js
    
    * show gutter to the right of line numbers
    
    * resize mostly working
    
    * resize working properly
    
    * border 2px
    
    * style: tweak with a bit of padding and more contrast on alternating commits
    alexcorre authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    4513896 View commit details
    Browse the repository at this point in the history
  2. feat(yarn): use yarn

    Alex Corre committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    1116f5e View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0

    Alex Corre committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    44b4bab View commit details
    Browse the repository at this point in the history
Loading