1. 14 6月, 2012 1 次提交
    • J
      revision: ignore side parents while running simplify-merges · 6e513ba3
      Junio C Hamano 提交于
      The simplify_merges() function needs to look at all history chain to
      find the closest ancestor that is relevant after the simplification,
      but after --first-parent traversal, side parents haven't been marked
      for relevance (they are irrelevant by definition due to the nature
      of first-parent-only traversal) nor culled from the parents list of
      resulting commits.
      
      We cannot simply remove these side parents from the parents list, as
      the output phase still wants to see the parents.  Instead, teach
      simplify_one() and its callees to ignore the later parents.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6e513ba3
  2. 09 6月, 2012 2 次提交
  3. 08 6月, 2012 7 次提交
    • J
      Merge branch 'mm/api-credentials-doc' · 02101c96
      Junio C Hamano 提交于
      Finishing touches...
      
      * mm/api-credentials-doc:
        docs: fix cross-directory linkgit references
      02101c96
    • J
      docs: fix cross-directory linkgit references · fe77b416
      Jeff King 提交于
      Most of our documentation is in a single directory, so using
      linkgit:git-config[1] just generates a relative link in the
      same directory. However, this is not the case with the API
      documentation in technical/*, which need to refer to
      git-config from the parent directory.
      
      We can fix this by passing a special prefix attribute when building
      in a subdirectory, and respecting that prefix in our linkgit
      definitions.
      
      We only have to modify the html linkgit definition.  For
      manpages, we can ignore this for two reasons:
      
        1. we do not generate actual links to the file in
           manpages, but instead just give the name and section of
           the linked manpage
      
        2. we do not currently build manpages for subdirectories,
           only html
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NMatthieu Moy <Matthieu.Moy@imag.fr>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      fe77b416
    • J
      Git 1.7.11-rc2 · a1a031d9
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a1a031d9
    • J
      Merge branch 'mm/api-credentials-doc' · dd3d0711
      Junio C Hamano 提交于
      * mm/api-credentials-doc:
        api-credentials.txt: add "see also" section
        api-credentials.txt: mention credential.helper explicitly
        api-credentials.txt: show the big picture first
        doc: fix xref link from api docs to manual pages
      dd3d0711
    • J
      Merge branch 'rr/maint-t3510-cascade-fix' · 1b829eee
      Junio C Hamano 提交于
      * rr/maint-t3510-cascade-fix:
        t3510 (cherry-pick-sequence): add missing '&&'
      1b829eee
    • J
      Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12' · 7c0382bb
      Junio C Hamano 提交于
      Regression fix for people with libsvn between 1.6.12 and 1.6.15, on
      which we tried to use the non-working platform auth providers.
      
      * jc/svn-auth-providers-unusable-at-1.6.12:
        git-svn: platform auth providers are working only on 1.6.15 or newer
      7c0382bb
    • J
      Merge branch 'cr/persistent-https' · ecde699a
      Junio C Hamano 提交于
      A remote helper that acts as a proxy and caches ssl session for the
      https:// transport is added to the contrib/ area.
      
      By Colby Ranger
      * cr/persistent-https:
        Add persistent-https to contrib
      ecde699a
  4. 06 6月, 2012 1 次提交
    • J
      Merge git://github.com/git-l10n/git-po · f623ca1c
      Junio C Hamano 提交于
      German and Chinese translation updates.
      
      By Ralf Thielow (4) and others
      via Jiang Xin (1) and Tran Ngoc Quan (1)
      * git://github.com/git-l10n/git-po:
        l10n: Update translation for Vietnamese
        l10n: de.po: add additional newline
        l10n: de.po: translate 2 new, 3 fuzzy messages
        l10n: de.po: translate 41 new messages
        l10n: de.po: translate 265 new messages
        l10n: zh_CN.po: translate 2 new, 3 fuzzy messages
        l10n: Update git.pot (5 new, 3 removed messages)
      f623ca1c
  5. 05 6月, 2012 6 次提交
  6. 04 6月, 2012 6 次提交
  7. 03 6月, 2012 1 次提交
  8. 02 6月, 2012 16 次提交