1. 09 11月, 2007 1 次提交
  2. 08 11月, 2007 1 次提交
  3. 07 11月, 2007 1 次提交
  4. 06 11月, 2007 4 次提交
    • J
      send-pack: require --verbose to show update of tracking refs · b50fa2bd
      Jeff King 提交于
      This is really an uninteresting detail, and it just takes
      attention away from the actual push updates and posssible
      errors.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      b50fa2bd
    • J
      receive-pack: don't mention successful updates · 3b70da2b
      Jeff King 提交于
      The proposed updates are already shown to the user by
      send-pack, so there's no point. We continue to show errors,
      since they are unexpected.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3b70da2b
    • J
      more terse push output · f7673490
      Jeff King 提交于
      This changes the output of send-pack to match the new,
      more terse fetch output. It looks like this:
      
      To git://host.tld/path/to/repo
       + f3325dc...3b91d1c hasforce -> mirror/hasforce (forced update)
         f3325dc..bb022dc  master -> mirror/master
       ! [rejected]        needsforce -> mirror/needsforce (non-fast forward)
       * [new branch]      newbranch -> mirror/newbranch
       * [new tag]         v1.0 -> v1.0
      
      instead of:
      
      updating 'refs/heads/mirror/hasforce' using 'refs/heads/hasforce'
        from f3325dca9c4a34d74012c0e159254f454930cec7
        to   3b91d1c310ca9d7b547b85466dd876e143498304
      updating 'refs/heads/mirror/master' using 'refs/heads/master'
        from f3325dca9c4a34d74012c0e159254f454930cec7
        to   bb022dc363d5c2aa9aa3026beb9706d44fbe1328
      error: remote 'refs/heads/mirror/needsforce' is not an ancestor of
       local  'refs/heads/needsforce'.
       Maybe you are not up-to-date and need to pull first?
      updating 'refs/heads/mirror/newbranch' using 'refs/heads/newbranch'
        from 0000000000000000000000000000000000000000
        to   3b91d1c310ca9d7b547b85466dd876e143498304
      updating 'refs/tags/v1.0'
        from 0000000000000000000000000000000000000000
        to   bb022dc363d5c2aa9aa3026beb9706d44fbe1328
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f7673490
    • D
      Build in ls-remote · 8951d7c1
      Daniel Barkalow 提交于
      This actually replaces peek-remote with ls-remote, since peek-remote
      now handles everything. peek-remote remains an a second name for
      ls-remote, although its help message now gives the "ls-remote" name.
      Signed-off-by: NDaniel Barkalow <barkalow@iabervon.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      8951d7c1
  5. 03 11月, 2007 14 次提交
  6. 02 11月, 2007 14 次提交
  7. 01 11月, 2007 5 次提交
    • J
      Merge branch 'sp/mergetool' · 6959893b
      Junio C Hamano 提交于
      * sp/mergetool:
        mergetool: avoid misleading message "Resetting to default..."
        mergetool: add support for ECMerge
        mergetool: use path to mergetool in config var mergetool.<tool>.path
      6959893b
    • J
      Merge branch 'sp/help' · 452b8005
      Junio C Hamano 提交于
      * sp/help:
        shell should call the new setup_path() to setup $PATH
        include $PATH in generating list of commands for "help -a"
        use only the $PATH for exec'ing git commands
        list_commands(): simplify code by using chdir()
        "current_exec_path" is a misleading name, use "argv_exec_path"
        remove unused/unneeded "pattern" argument of list_commands
        "git" returns 1; "git help" and "git help -a" return 0
      452b8005
    • J
      Merge branch 'kh/commit' · 37701381
      Junio C Hamano 提交于
      * kh/commit:
        Export rerere() and launch_editor().
        Introduce entry point add_interactive and add_files_to_cache
        Enable wt-status to run against non-standard index file.
        Enable wt-status output to a given FILE pointer.
      37701381
    • B
      cvsexportcommit: fix for commits that do not have parents · 6b6012e6
      Brad King 提交于
      Previously commits without parents would fail to export with a
      message indicating that the commits had more than one parent.
      Instead we should use the --root option for git-diff-tree in
      place of a parent.
      Signed-off-by: NBrad King <brad.king@kitware.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6b6012e6
    • J
      Merge branch 'maint' to catch up with 1.5.3.5 · afc05f9f
      Junio C Hamano 提交于
      afc05f9f