1. 10 10月, 2006 2 次提交
    • N
      add commit count options to git-shortlog · 4e27fb06
      Nicolas Pitre 提交于
      This patch does 3 things:
      
      1) Output the number of commits along with the name for each author
         (nice to know for long lists spending more than a screen worth of
         commit lines).
      
      2) Provide a switch (-n) to sort authors according to their number of
         commits instead of author alphabetic order.
      
      3) Provide a switch (-s) to supress commit lines and only keep a
         summary of authors and the number of commits for each of them.
      
      And for good measure a short usage is displayed with -h.
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      4e27fb06
    • J
      Fix git-revert · 96779be4
      Junio C Hamano 提交于
      Defaulting to $replay for the sake of fixing cherry-pick was not
      done conditionally, which broke git-revert.
      
      Noticed by Luben.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      96779be4
  2. 09 10月, 2006 2 次提交
  3. 08 10月, 2006 2 次提交
  4. 07 10月, 2006 4 次提交
  5. 06 10月, 2006 8 次提交
  6. 05 10月, 2006 3 次提交
  7. 04 10月, 2006 3 次提交
  8. 03 10月, 2006 5 次提交
  9. 02 10月, 2006 4 次提交
  10. 01 10月, 2006 5 次提交
    • J
      GIT 1.4.3-rc1 · 1965efb1
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      1965efb1
    • J
      Merge branch 'maint' · 284fe4be
      Junio C Hamano 提交于
      * maint:
        git-diff -B output fix.
        Fix git-am safety checks
        Fix duplicate xmalloc in builtin-add
      284fe4be
    • J
      Merge branch 'jc/gitpm' · 69de8cc8
      Junio C Hamano 提交于
      * jc/gitpm: (52 commits)
        Remove -fPIC which was only needed for Git.xs
        Git.pm: Kill Git.xs for now
        Revert "Make it possible to set up libgit directly (instead of from the environment)"
        Revert "Git.pm: Introduce fast get_object() method"
        Revert "Convert git-annotate to use Git.pm"
        Fix compilation with Sun CC
        pass DESTDIR to the generated perl/Makefile
        Eliminate Scalar::Util usage from private-Error.pm
        Convert git-annotate to use Git.pm
        Git.pm: Introduce fast get_object() method
        Make it possible to set up libgit directly (instead of from the environment)
        Work around sed and make interactions on the backslash at the end of line.
        Git.pm: Introduce ident() and ident_person() methods
        Convert git-send-email to use Git.pm
        Git.pm: Add config() method
        Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @inc munging
        INSTALL: a tip for running after building but without installing.
        Perly Git: make sure we do test the freshly built one.
        Git.pm: Don't #define around die
        Git.xs: older perl do not know const char *
        ...
      69de8cc8
    • J
      Merge branch 'jc/diff-stat' · dd0c367e
      Junio C Hamano 提交于
      * jc/diff-stat:
        diff --stat: ensure at least one '-' for deletions, and one '+' for additions
        diff --stat=width[,name-width]: allow custom diffstat output width.
        diff --stat: color output.
        diff --stat: allow custom diffstat output width.
      dd0c367e
    • J
      Merge branch 'lt/web' · 99692dc2
      Junio C Hamano 提交于
      * lt/web:
        gitweb: tree view: hash_base and hash are now context sensitive
        gitweb: History: blob and tree are first, then commitdiff, etc
        gitweb: Remove redundant "commit" from history
        gitweb: Don't use quotemeta on internally generated strings
        gitweb: Add snapshot to shortlog
        gitweb: Factor out gitweb_have_snapshot()
        gitweb: Remove redundant "commit" link from shortlog
        gitweb: "alternate" starts with shade (i.e. 1)
        gitweb: Add history and blame to git_difftree_body()
        gitweb: Remove excessively redundant entries from git_difftree_body
        Revert "gitweb: extend blame to show links to diff and previous"
        gitweb: Quote filename in HTTP Content-Disposition: header
        gitweb: Add git_url subroutine, and use it to quote full URLs
        gitweb: Split validate_input into validate_pathname and validate_refname
        gitweb: Use "return" instead of "return undef" for some subs
        gitweb: Strip trailing slashes from $path in git_get_hash_by_path
        gitweb: extend blame to show links to diff and previous
        gitweb: Remove redundant "tree" link
        gitweb: tree view: eliminate redundant "blob"
      99692dc2
  11. 30 9月, 2006 2 次提交