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

Commits on Sep 11, 2015

  1. pretty: Pass graph width to pretty formatting for use in '%>|(N)'

    Pass graph width to pretty formatting, so N in '%>|(N)' includes columns
    consumed by graph rendered when --graph option is in use.
    
    Example:
      git log --all --graph --pretty='format: [%>|(20)%h] %ar%d'
    
      All commit hashes should be aligned at 20th column from edge of the
      terminal, not from the edge of the graph.
    
    Signed-off-by: Josef Kufner <josef@kufner.cz>
    jkufner committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    a53ffd9 View commit details
    Browse the repository at this point in the history
  2. Add tests for "pretty: Pass graph width to pretty formatting for use …

    …in '%>|(N)'"
    
    Signed-off-by: Josef Kufner <josef@kufner.cz>
    jkufner committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    b7d2468 View commit details
    Browse the repository at this point in the history
  3. t4205: remove unnecessary use of qz_to_tab_space

    Many existing tests in this script pipes the result thru
    qz_to_tab_space, but the payload does not need any Q or Z to be replaced
    to tab or space. Redirect the input directly into iconv or use cat
    instead.
    
    Signed-off-by: Josef Kufner <josef@kufner.cz>
    jkufner committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    e3a15d6 View commit details
    Browse the repository at this point in the history
Loading