~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to Documentation/git-diff.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-11-19 12:32:11 UTC
  • mfrom: (1.1.25)
  • Revision ID: package-import@ubuntu.com-20071119123211-h8x0kryv8anhjoot
Tags: 1:1.5.3.6-1
* debian/implicit: add proper dependencies to support 'parallel build'
  through make -j (thx Daniel Schepler for the patch).
* debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
  the selftests.
* debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
  new; check /etc/mailname if author email is unknown (closes: #448655).
* debian/gitweb.docs: new; install gitweb/README.
* new upstream point release.
  * git-cvsimport: really convert underscores in branch names to dots with
    -u (closes: #446495).
  * git-mailsplit: with maildirs not only process cur/, but also new/
    (closes: #447396).
* debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
  new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
  subject prefix configurable (closes: #428418).

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        the diff to the named paths (you can give directory
83
83
        names and get diff for all files under them).
84
84
 
 
85
Output format
 
86
-------------
 
87
include::diff-format.txt[]
85
88
 
86
89
EXAMPLES
87
90
--------