1. 26 10月, 2006 8 次提交
    • J
      Merge branch 'jc/web' · 40eaac5a
      Junio C Hamano 提交于
      * jc/web:
        gitweb: Print commit message without title in commitdiff only if there is any
        gitweb: Filter out commit ID from @difftree in git_commit and git_commitdiff
        gitweb: Get rid of git_print_simplified_log
        gitweb: Show project's README.html if available
        gitweb: Do not automatically append " git" to custom site name
        gitweb: Make search type a popup menu
        gitweb: Restore object-named links in item lists
        gitweb: use for-each-ref to show the latest activity across branches
      40eaac5a
    • J
      Merge for-each-ref to sync gitweb fully with 'next' · 9ee93dce
      Junio C Hamano 提交于
      9ee93dce
    • J
      Merge branch 'jc/web-blame' · 8e95026f
      Junio C Hamano 提交于
      * jc/web-blame:
        gitweb: spell "blame --porcelain" with -p
        blame: Document and add help text for -f, -n, and -p
        gitweb: blame porcelain: lineno and orig lineno swapped
        Remove git-annotate.perl and create a builtin-alias for git-blame
        gitweb: use blame --porcelain
        git-blame --porcelain
        blame.c: move code to output metainfo into a separate function.
        git-blame: --show-number (and -n)
        git-blame: --show-name (and -f)
        blame.c: whitespace and formatting clean-up.
        Gitweb - provide site headers and footers
        gitweb: blame: Mouse-over commit-8 shows author and date
        gitweb: blame: print commit-8 on the leading row of a commit-block
        Revert 954a6183
        gitweb: prepare for repositories with packed refs.
        gitweb: make leftmost column of blame less cluttered.
      8e95026f
    • J
      Merge branch 'maint' · 7756b1f1
      Junio C Hamano 提交于
      * maint:
        xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of lines
        Update cherry documentation.
        Refer to git-rev-parse:Specifying Revisions from git.txt
        git-fetch.sh printed protocol fix
        RPM package re-classification.
        Documentation: note about contrib/.
        git-svn: fix symlink-to-file changes when using command-line svn 1.4.0
        Set $HOME for selftests
      7756b1f1
    • P
      xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of lines · 70da769a
      Petr Baudis 提交于
      This removes the '#' and '(' tests and adds a '$' test instead although I have
      no idea what it is actually good for - but hey, if that's what GNU diff does...
      
      Pasky only went and did as Junio sayeth.
      Signed-off-by: NPetr Baudis <pasky@suse.cz>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      70da769a
    • J
      Update cherry documentation. · 6e7d76ba
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      6e7d76ba
    • J
      Refer to git-rev-parse:Specifying Revisions from git.txt · d47107d8
      Junio C Hamano 提交于
      The brief list given in "Symbolic Identifiers" section of the
      main documentation is good enough for overview, but help the
      reader to find a more comrehensive list as needed.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      d47107d8
    • T
      git-fetch.sh printed protocol fix · ddaf7314
      Tuncer Ayaz 提交于
      We have supported https:// protocol for some time and in 1.4.3
      added ftp:// protocol.  The transfer were still reported to be
      over http.
      
      [jc: Tuncer used substring parameter substitution ${remote%%:*}
       but I am deferring it to a later day.  We should replace
       colon-expr with substring substitution after everybody's shell
       can grok it someday, but we are not in a hurry. ]
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      ddaf7314
  2. 25 10月, 2006 7 次提交
  3. 24 10月, 2006 12 次提交
  4. 23 10月, 2006 13 次提交