Archives for the tag: diff

Stash’s Pseudo Line Numbers

Stash is Atlassian's Git repository management tool, and one useful feature is to view your source code and diffs right inside your web browser. In Stash 1.0, we built the source and diff views with a column-based layout, where the line numbers were contained in a div of their own, and the source or diff in another adjacent div and the two sides are synced up using careful use of CSS line-height and padding. This was so we could do things like the having the Blame column

Continue reading »

What is Version Control: Diffs and Patches

This post is part of the Atlassian DVCS Guide » Much of the blog content was written in conjunction with Steve Losh. Steve is a programmer, photographer, blues dancer and musician. Check out Steve's projects to see some of the cool things he has worked on, or jump over to his Bitbucket account and get straight to the source. Making the Switch to Distributed Version Control Many individuals, teams, and organizations are thinking about making the switch to distributed version control systems

Continue reading »