some code reformatting
[rsync/rsync.git] / options.c
1998-07-17 Andrew Tridgellfixed a problem with rsync buffering the debug output...
1998-07-02 Andrew Tridgelldon't need to send --progress option to server as the...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-07-01 Andrew Tridgelladded a --partial option which tells rsync to keep...
1998-06-18 Andrew Tridgell--help changes suggested by Francois
1998-06-01 Andrew Tridgellupdated the usage info
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c