diff options
| author | root <florian.doublet@hotmail.fr> | 2015-06-10 10:15:49 +0200 | 
|---|---|---|
| committer | root <florian.doublet@hotmail.fr> | 2015-06-10 12:25:37 +0200 | 
| commit | 6523bde25505cf05dce0c72b8f01a398f444f10c (patch) | |
| tree | 355e3c1be493f880e8f2d046653bb1f712e79b0a /lib/oxidized/output | |
| parent | cf2b493602045a7b3aad95ea329b1435d184d4e8 (diff) | |
add update for a node in log file
Diffstat (limited to 'lib/oxidized/output')
| -rw-r--r-- | lib/oxidized/output/git.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/oxidized/output/git.rb b/lib/oxidized/output/git.rb index 65cdd18..57b6f62 100644 --- a/lib/oxidized/output/git.rb +++ b/lib/oxidized/output/git.rb @@ -104,7 +104,9 @@ class Git < Output          :parents    => repo.empty? ? [] : [repo.head.target].compact,          :update_ref => 'HEAD',        ) +              index.write +      true      end    end  end | 
