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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-11-01 08:35:46 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20071101083546-w9tywil7o688gow7
Tags: 1:1.5.3.5-1
* new upstream point release.
  * git-config: handle --file option with relative pathname properly;
    git-config: print error message if the config file cannot be read;
    git-config: don't silently ignore options after --list (closes:
    #445208).

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
        global repo_config
254
254
 
255
255
        gets $fd_wt tree_id
256
 
        if {$tree_id eq {} || [catch {close $fd_wt} err]} {
 
256
        if {[catch {close $fd_wt} err]} {
257
257
                error_popup "write-tree failed:\n\n$err"
258
258
                ui_status {Commit failed.}
259
259
                unlock_index