Skip to content
Snippets Groups Projects
  1. Mar 15, 2011
    • Radomir Dopieralski's avatar
      rebase: add -m/--message to rebase --collapse (issue2389) · ee349e228835
      Radomir Dopieralski authored
      When collapsing changesets with rebase, you get a chance to edit the commit
      message manually, but there is no way to pass this message from the command
      line. This patch adds a `--message` (with short form `-m`) and `--logfile`
      (with short form `-m`) options to the rebase command. These options suppresses
      the generation of the default commit message, and instead use the message
      provided in the option (in case of `-m`) or in the file it points to (in case
      of `-l`).
      
      If you use this option without the `--collapse` option, it will raise an
      error.
      
      Options documentation edited by Patrick Mezard <pmezard@gmail.com>
      ee349e228835
  2. Mar 13, 2011
  3. Jan 02, 2011
  4. Nov 20, 2010
  5. Oct 30, 2010
  6. Oct 26, 2010
  7. Jul 20, 2010
  8. Aug 27, 2010
  9. Aug 14, 2010
  10. Aug 13, 2010
  11. Aug 07, 2010
  12. Jul 20, 2010
  13. Jul 13, 2010
  14. Jul 12, 2010
  15. Jul 13, 2010
  16. Jun 06, 2010
    • Katsunori FUJIWARA's avatar
      help: show value requirement and multiple occurrence of options · 40c06bbf58be
      Katsunori FUJIWARA authored
      this helps users to know what kind of option is:
      
        - no value is required(flag option)
        - value is required
        - value is required, and multiple occurrences are allowed
      
      each kinds are shown as below:
      
       -f --force              force push
       -e --ssh CMD            specify ssh command to use
       -b --branch BRANCH [+]  a specific branch you would like to push
      
      if one or more 3rd type options are shown, explanation for '[+]' mark
      is also shown as footnote.
      40c06bbf58be
  17. Jun 08, 2010
  18. Jun 04, 2010
  19. May 20, 2010
  20. May 17, 2010
  21. Mar 23, 2010
  22. Mar 13, 2010
  23. Feb 07, 2010
  24. Mar 13, 2010
  25. Mar 02, 2010
  26. Mar 11, 2010
  27. Mar 10, 2010
    • Greg Ward's avatar
      rebase: improve help text · 86dc21148bdb
      Greg Ward authored
      - add a paragraph about default dest/source changesets
      - option help: say "changeset" not "revision"
      - option help: explain -b/--base better
      - clarify that -a/--abort and -c/--continue are different from the
        other options
      86dc21148bdb
    • Greg Ward's avatar
      rebase: improve help text · 23ab3b05bd66
      Greg Ward authored
      - add a paragraph about default dest/source changesets
      - option help: say "changeset" not "revision"
      - option help: explain -b/--base better
      - clarify that -a/--abort and -c/--continue are different from the
        other options
      23ab3b05bd66
    • Sune Foldager's avatar
      6227c8d669d5
  28. Feb 12, 2010
  29. Feb 09, 2010
  30. Feb 06, 2010
    • Stefano Tortarolo's avatar
      rebase: add --detach option to detach intermediate revisions (issue1950) · 66d954e76ffb
      Stefano Tortarolo authored
      When rebasing an intermediate revision, rebase keeps a parent relationship
      with the original parent. This option forces the removal of this relationship.
      In more depth, it 'fakes' null merges between the target revision and the
      ancestors of source, dropping every change from the ancestors.
      The result is that every change in source and its descendants will be rebased,
      ignoring the changes in its ancestors.
      66d954e76ffb
  31. Jan 31, 2010
    • Stefano Tortarolo's avatar
      rebase: refactoring · 38fe86fb16e3
      Stefano Tortarolo authored
      Separate rebase-specific functions, in order to provide a better base to
      extend rebase's capabilities.
      
      Note that this will be useful especially to share functions with 'adapt'.
      38fe86fb16e3
Loading