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

« back to all changes in this revision

Viewing changes to git-gui/lib/diff.tcl

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-06-19 17:32:30 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20070619173230-g0xnsa5lw7uvmk80
Tags: 1:1.5.2.2-1
* new upstream point release.
  * Fix typo in remote branch example in git user manual (closes: #427502).
* debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
  remove; applied upstream.
* debian/versions.upstream: new; ordered list of upstream versions,
  starting with 1.0.0.
* debian/changelog.upstream.sh: new; create changelog.upstream from git
  shortlog using debian/versions.upstream.
* debian/changelog.upstream: re-created through changelog.upstream.sh.
* debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
  new; git-svn: trailing slash in prefix is mandatory with --branches/-b
  (closes: #429443).

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
        lappend cmd -p
147
147
        lappend cmd --no-color
148
 
        if {$repo_config(gui.diffcontext) > 0} {
 
148
        if {$repo_config(gui.diffcontext) >= 0} {
149
149
                lappend cmd "-U$repo_config(gui.diffcontext)"
150
150
        }
151
151
        if {$w eq $ui_index} {