1. 13 4月, 2008 9 次提交
  2. 12 4月, 2008 11 次提交
  3. 10 4月, 2008 6 次提交
    • J
      Merge branch 'maint' · 71349732
      Junio C Hamano 提交于
      * maint:
        git-fetch: fix status output when not storing tracking ref
        core-tutorial.txt: Fix showing the current behaviour.
        git-archive: ignore prefix when checking file attribute
        Fix documentation syntax of optional arguments in short options.
      71349732
    • J
      git-fetch: fix status output when not storing tracking ref · f59774ad
      Jeff King 提交于
      There was code in update_local_ref for handling this case,
      but it never actually got called. It assumed that storing in
      FETCH_HEAD meant a blank peer_ref name, but we actually have
      a NULL peer_ref in this case, so we never even made it to
      the update_local_ref function.
      
      On top of that, the display formatting was different from
      all of the other cases, probably owing to the fact that
      nobody had ever actually seen the output.
      
      This patch harmonizes the output with the other cases and
      moves the detection of this case into store_updated_refs,
      where we can actually trigger it.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f59774ad
    • J
      Merge branch 'maint-1.5.4' into maint · 179c94b2
      Junio C Hamano 提交于
      * maint-1.5.4:
        core-tutorial.txt: Fix showing the current behaviour.
        git-archive: ignore prefix when checking file attribute
        Fix documentation syntax of optional arguments in short options.
      179c94b2
    • C
      core-tutorial.txt: Fix showing the current behaviour. · abea85d1
      Carlos Rica 提交于
      The --root option from "git diff-tree" won't do nothing
      when is given to commands like git-whatchanged or git-log,
      because those always print the initial commit by default.
      
      This fixes the tutorial explaining the function of the
      log.showroot configuration variable.
      Signed-off-by: NCarlos Rica <jasampler@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      abea85d1
    • R
      git-archive: ignore prefix when checking file attribute · ac7fa277
      René Scharfe 提交于
      Ulrik Sverdrup noticed that git-archive doesn't correctly apply the attribute
      export-subst when the option --prefix is given, too.
      
      When it checked if a file has the attribute turned on, git-archive would try
      to look up the full path -- including the prefix -- in .gitattributes.  That's
      wrong, as the prefix doesn't need to have any relation to any existing
      directories, tracked or not.
      
      This patch makes git-archive ignore the prefix when looking up if value of the
      attribute export-subst for a file.
      Signed-off-by: NRene Scharfe <rene.scharfe@lsrfire.ath.cx>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      ac7fa277
    • C
      Fix documentation syntax of optional arguments in short options. · 3f36cbba
      Carlos Rica 提交于
      When an argument for an option is optional, like in -n from git-tag,
      puting a space between the option and the argument is interpreted
      as a missing argument for the option plus an isolated argument.
      Documentation now reflects the need to write the parameter following
      the option -n, as in "git tag -nARG", for instance.
      Signed-off-by: NCarlos Rica <jasampler@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3f36cbba
  4. 09 4月, 2008 7 次提交
    • J
      Merge branch 'jc/rename' · 2a5fe254
      Junio C Hamano 提交于
      * 'jc/rename' (early part):
        Optimize rename detection for a huge diff
      2a5fe254
    • J
      Merge branch 'gp/gitweb' · 018465d9
      Junio C Hamano 提交于
      * gp/gitweb:
        gitweb: fallback to system-wide config file (fixup)
        gitweb: fallback to system-wide config file if default config does not exist
      018465d9
    • J
      Merge branch 'mk/unpack-careful' · 3c993de9
      Junio C Hamano 提交于
      * mk/unpack-careful:
        t5300: add test for "index-pack --strict"
        receive-pack: allow using --strict mode for unpacking objects
        unpack-objects: fix --strict handling
        t5300: add test for "unpack-objects --strict"
        unpack-objects: prevent writing of inconsistent objects
      3c993de9
    • J
      Merge branch 'fl/send-email-outside' · 769f60ae
      Junio C Hamano 提交于
      * fl/send-email-outside:
        send-email: Don't require to be called in a repository
        Git.pm: Don't require repository instance for ident
        Git.pm: Don't require a repository instance for config
        var: Don't require to be in a git repository.
      769f60ae
    • J
      Merge branch 'jc/rebase' · 3ee5538a
      Junio C Hamano 提交于
      * jc/rebase:
        rebase [--onto O] A B: omit needless checkout
      3ee5538a
    • J
      Merge branch 'jk/add-i-mode' · ce47dc07
      Junio C Hamano 提交于
      * jk/add-i-mode:
        add--interactive: allow user to choose mode update
        add--interactive: ignore mode change in 'p'atch command
      ce47dc07
    • J
      Merge branch 'gs/pretty-hexval' · ba9f517b
      Junio C Hamano 提交于
      * gs/pretty-hexval:
        pretty.c: add %x00 format specifier.
      ba9f517b
  5. 08 4月, 2008 2 次提交
  6. 07 4月, 2008 5 次提交