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: silvio/git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sfr/describe-everywhere
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 19, 2014

  1. builtin/describe: add displayname_string function

    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
    silvio committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    744ff37 View commit details
    Browse the repository at this point in the history
  2. builtin/describe: add suffix_string function

    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
    silvio committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    4d92637 View commit details
    Browse the repository at this point in the history
  3. builtin/describe: add describe_string and helper function

    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
    silvio committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    d3fb1c4 View commit details
    Browse the repository at this point in the history
  4. pretty: new format specifier for describe string

    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
    silvio committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    315d53d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2014

  1. describe: for %i we dont have a commit flag like SEEN

    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
    silvio committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    5ba8915 View commit details
    Browse the repository at this point in the history
  2. pretty: better to clear the buffer

    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
    silvio committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    efb686d View commit details
    Browse the repository at this point in the history
  3. describe: pretty-format: some settings changed

    * we search tag too, not only annotated
    * abbrev to 7
    * max_candidates from 10 to 25
    
    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
    silvio committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    7247236 View commit details
    Browse the repository at this point in the history
Loading