Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Added snapgit gem #3

Merged
merged 9 commits into from
Mar 30, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added forwarding of arguments to lolcommit when using snapgit binary
  • Loading branch information
KrauseFx committed Mar 30, 2016
commit 4f72e30f1a069da3337757af1517951b1932657d
2 changes: 1 addition & 1 deletion bin/snapgit
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if ARGV.first == "init"
Lolcommits::Init.run_setup(bin_path)
else
# Wups, nothing we want to deal with, let's forward this to lolcommits
exec(bin_path)
exec("#{bin_path} #{ARGV.join(' ')}")
end