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: ppl/gitx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ppl/gitx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pb/sidebar
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 21 files changed
  • 1 contributor

Commits on Sep 9, 2009

  1. Add start of a sourceview list

    This shows in a separate window for now, so we don't
    mess up the xibs. Once I'm satisfied with the result,
    I can put it into the main view with a single change :)
    pieter committed Sep 9, 2009
    Configuration menu
    Copy the full SHA
    c8cfe7a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2009

  1. Sidebar: populate with branches

    This is far from perfect, but should indicate
    which direction this is going in
    pieter committed Sep 10, 2009
    Configuration menu
    Copy the full SHA
    462e90d View commit details
    Browse the repository at this point in the history
  2. SideBar: Add branches as children

    This makes a nice tree, which should be more
    readable than the existing list. The local
    branches are expanded by default.
    pieter committed Sep 10, 2009
    Configuration menu
    Copy the full SHA
    bff9363 View commit details
    Browse the repository at this point in the history
  3. Sidebar: display a custom icon

    These are based on a contribution by Vincent Esche,
    but we'll probably have to change them a bit.
    pieter committed Sep 10, 2009
    Configuration menu
    Copy the full SHA
    ca479c7 View commit details
    Browse the repository at this point in the history
  4. Sidebar: hook up branch switching

    This is far from perfect, but at least you can
    use it to navigate the stuff a bit now :)
    pieter committed Sep 10, 2009
    Configuration menu
    Copy the full SHA
    23d5c01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c59d68b View commit details
    Browse the repository at this point in the history
  6. SideBar: Add ViewAction and ViewRemote objects

    These two new classes can represent items in our SourceList
    that refer to specific actions (such as comitting), or
    specific Remotes.
    pieter committed Sep 10, 2009
    Configuration menu
    Copy the full SHA
    fb3a170 View commit details
    Browse the repository at this point in the history
  7. Sidebar: Add "Commit" action

    When this tree leaf is selected, the view switches
    to the commit view.
    pieter committed Sep 10, 2009
    Configuration menu
    Copy the full SHA
    692a79c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2009

  1. WIP: Move the sidebar to the history view instead

    I'm not sure what we should do with the commit stuff, but
    this seems more reasonable
    pieter committed Sep 13, 2009
    Configuration menu
    Copy the full SHA
    ff1d305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3ee96 View commit details
    Browse the repository at this point in the history
  3. PBGitRevSpecifier: tweak "isSimpleRef" a bit

    For example, HEAD is a simple ref, but "stable..HEAD" isn't.
    pieter committed Sep 13, 2009
    Configuration menu
    Copy the full SHA
    d05deb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd381a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468e6bb View commit details
    Browse the repository at this point in the history
Loading