summaryrefslogtreecommitdiffstats
path: root/fish/reopen.c
Commit message (Collapse)AuthorAgeFilesLines
* fish: Change 'int argc' to 'size_t argc' throughout.Richard W.M. Jones2010-10-231-1/+1
| | | | | Cherry picked from commit 6391d1a7cfa10337a75465c72d49df3c9ebc65ca and backported to stable-1.2 branch.
* fish: Make '-x' option enable traces instead of using separate echo path.Richard Jones2010-05-141-0/+4
| | | | | | | | | | | Previously we had separate code paths for echoing commands (-x) and tracing (guestfs_set_trace). This just unifies that so that the guestfish -x option enables tracing. (cherry picked from commit 8e007581c91a5193e6aec0f6f9aeb379a935c9d4 and commit a96d70113ffcd01f55262c3d0fbe711bee759fec and commit 87eecb507ee09a62f3a12f5f75d3417a09c0c8d4 which are all logically part of the same fix)
* Guestfish: Add 'reopen' command to reopen the libguestfs handle.Richard W.M. Jones2009-07-111-0/+70