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: 96379f043f
Choose a base ref
...
head repository: git/git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eea9c1e78f
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 5, 2019

  1. tag: fix formatting

    Wrap usage line at '<tagname>'. Also, wrap strings with '\n' at the end
    of string fragments instead of at the beginning of the next string
    fragment.
    
    Convert a space-indent into a tab-indent for style.
    
    Signed-off-by: Denton Liu <liu.denton@gmail.com>
    Signed-off-by: Junio C Hamano <gitster@pobox.com>
    Denton-L authored and gitster committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    01dc801 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. tag: advise on nested tags

    Robert Dailey reported confusion on the mailing list about a nested
    tag which was most likely created by mistake. Jeff King noted that
    this isn't a very common case and creating a tag-to-a-tag can be a
    user-error.
    
    Suggest that it may be a mistake with an advice message when
    creating such a tag.  Those who do want to create a tag that point
    at another tag regularly can turn it off with the usual advice
    mechanism.
    
    Reported-by: Robert Dailey <rcdailey.lists@gmail.com>
    Helped-by: Jeff King <peff@peff.net>
    Helped-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
    Signed-off-by: Denton Liu <liu.denton@gmail.com>
    [jc: fixed test style and tweaked the log message]
    Signed-off-by: Junio C Hamano <gitster@pobox.com>
    Denton-L authored and gitster committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    eea9c1e View commit details
    Browse the repository at this point in the history
Loading