David Catmull
David Catmull
Sometimes a file's mode may be changed (with chmod) without changing its content. Git recognizes this difference. The diff view should be updated to show mode changes.
As of git 1.7.10, `git merge` will always prompt for a description. Therefore, GUI apps should start doing the same.
- Find which remote(s) the commit is on - Figure out which service a remote is (GitHub, Bitbucket, etc.) from its push/pull URL - Construct the commit URL and send...
Render .md files as GitHub markdown (or plain markdown) instead of plain text. I got the idea from pieter/gitx#7 - I thought that was what they were doing, but they...
- Drag another branch (or multiple*) to the current branch does a `merge` - Drag the current branch to another branch does a `rebase` - Drag a commit (or multiple*)...
Use the GitHub API to find comments for commits, and display them in the diff.
I've had this problem in GitX, so we should get it fixed here. History lines don't properly flow around new roots. https://picasaweb.google.com/lh/photo/Cn3svzZM9rf0Q6_VKPO7y8wVzZhN0jUyN2Z8puV-3ec?feat=directlink
When renaming a branch that has slashes in the name, open the dialog with the text after the last slash selected.
- Find the highest level file matching certain types (*.xcproj, *.xcworkspace, *.sln) - Show an icon in the title bar or toolbar for each type, click to open the project...
As the icon for a remote repository, show the site's favicon. If it's a directory on the same machine, use a folder icon. Sending a request for "/favicon.ico" doesn't always...