diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2010-02-10 11:46:57 +0100 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2010-02-10 11:46:57 +0100 |
commit | 529a39e4e5da2e6cfff9e7716e970744a3672988 (patch) | |
tree | 23b099a2b72d1c15e7584520bf17aeb410408fe8 /build | |
parent | 2e4e1f046142dc33e31a0c09cdac0de5e01795de (diff) |
export-gdbus.sh: fixed incorrect comment
The comment documented the behavior of import-gdbus.sh (cut-and-paste
error).
Diffstat (limited to 'build')
-rwxr-xr-x | build/export-gdbus.sh | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/build/export-gdbus.sh b/build/export-gdbus.sh index 8cbd4a24..3020742b 100755 --- a/build/export-gdbus.sh +++ b/build/export-gdbus.sh @@ -4,15 +4,10 @@ # syncevolution git repository. Pass the path # to a gdbus repository (default: ../libgdbus). # -# The script switches to the "gdbus" branch -# in the syncevolution repo and then merges all -# patches committed to the "master" branch in the -# gdbus repo, updating the "gdbus" branch -# as it goes along. -# -# The original commit IDs are recorded -# at the end of each commit message. - +# The script generates .patch files for all changes +# made in the current branch to files which are +# shared with gdbus. The resulting files can +# be imported with "git am". set -e set -x |