1. 03 8月, 2017 3 次提交
    • J
      revision: add rev_input_given flag · 7ba82629
      Jeff King 提交于
      Normally a caller that invokes setup_revisions() has to
      check rev.pending to see if anything was actually queued for
      the traversal. But they can't tell the difference between
      two cases:
      
        1. The user gave us no tip from which to start a
           traversal.
      
        2. The user tried to give us tips via --glob, --all, etc,
           but their patterns ended up being empty.
      
      Let's set a flag in the rev_info struct that callers can use
      to tell the difference.  We can set this from the
      init_all_refs_cb() function.  That's a little funny because
      it's not exactly about initializing the "cb" struct itself.
      But that function is the common setup place for doing
      pattern traversals that is used by --glob, --all, etc.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      7ba82629
    • J
      t6018: flesh out empty input/output rev-list tests · 0c5dc743
      Jeff King 提交于
      In 751a2ac6 (rev-list --exclude: tests, 2013-11-01), we
      added a few tests for handling "empty" inputs with rev-list
      (i.e., where the user gave us some pattern but it turned out
      not to queue any objects for traversal), all of which were
      marked as failing.
      
      In preparation for working on this area of the code, let's
      give each test a more descriptive name. Let's also include
      one more case which we should cover: feeding a --glob
      pattern that doesn't match anything.
      
      We can also drop the explanatory comment; we'll be
      converting these to expect_success in the next few patches,
      so the discussion isn't necessary.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      0c5dc743
    • J
      Merge tag 'l10n-2.14.0-rnd2' of git://github.com/git-l10n/git-po · 384a8b27
      Junio C Hamano 提交于
      l10n for Git 2.14.0 round 2
      
      * tag 'l10n-2.14.0-rnd2' of git://github.com/git-l10n/git-po:
        l10n: zh_CN: review for git v2.14.0 l10n
        l10n: ko.po: Update Korean translation
        l10n: zh_CN: for git v2.14.0 l10n round 2
        l10n: de.po: various fixes in German translation
        l10n: ru.po: update Russian translation
        l10n: fr.po v2.14.0 rnd 2
        l10n: fr.po Fix some french typos
        l10n: fr.po Fix typo
        l10n: fr.po Fix some translations
        l10n: de.po: update German translation
        l10n: vi.po (3213t): Updated 9 new strings
        l10n: Update Catalan translation
        l10n: bg.po: Updated Bulgarian translation (3213t)
      384a8b27
  2. 02 8月, 2017 3 次提交
  3. 01 8月, 2017 13 次提交
  4. 30 7月, 2017 3 次提交
  5. 27 7月, 2017 7 次提交
  6. 26 7月, 2017 2 次提交
  7. 25 7月, 2017 5 次提交
  8. 24 7月, 2017 3 次提交
  9. 22 7月, 2017 1 次提交