Skip to content
Snippets Groups Projects
  1. Sep 03, 2013
  2. Aug 28, 2013
  3. Aug 26, 2013
    • Katsunori FUJIWARA's avatar
      histedit: add description about "histedit --outgoing" to command help · bd5c1b49
      Katsunori FUJIWARA authored
      Before this patch, there is no explicit description that argument is
      treated as the URL of the destination repository when "--outgoing" is
      specified.
      
      This patch adds description about "histedit --outgoing" to command
      help of it.
      bd5c1b49
    • Katsunori FUJIWARA's avatar
      histedit: add description about basic histedit function to command help · 62375360
      Katsunori FUJIWARA authored
      Before this patch, there is no explicit description that histedit
      edits changesets between specified ancestor and the parent of the
      working directory: users may notice it by error message "REV is not an
      ancestor of working directory".
      
      This patch adds description about basic histedit function to command
      help of it.
      
      This patch uses term "ancestor" instead of "parent", because it seems
      to be more suitable, and almost all (error) messages already use it.
      62375360
  4. Sep 03, 2013
  5. Aug 02, 2013
  6. Aug 01, 2013
  7. Jul 31, 2013
  8. Aug 02, 2013
  9. Aug 01, 2013
  10. Jul 26, 2013
  11. Jul 28, 2013
    • Matt Mackall's avatar
      checklink: work around sshfs brain-damage (issue3636) · cfdae231
      Matt Mackall authored
      With the follow_symlinks option, sshfs will successfully create links
      while claiming it encountered an I/O error. In addition, depending on
      the type of link, it may subsequently be impossible to delete the link
      via sshfs. Our existing link to '.' will cause sshfs to think the link
      is a directory, and thus cause unlink to give EISDIR. Links to
      non-existent names or circular links will cause the created link to not even
      be visible.
      
      Thus, we need to create a new temporary file and link to that. We'll
      still get a failure, but we'll be able to remove the link.
      cfdae231
    • Matt Mackall's avatar
      import: cut commit messages at --- unconditionally (issue2148) · 9e8298a3
      Matt Mackall authored
      We used to do this based on X-mailer: mentioning git, but git doesn't
      put X-mailer in its git-format-patch output.
      9e8298a3
  12. Jul 27, 2013
  13. Jul 26, 2013
  14. Jul 25, 2013
  15. Jul 26, 2013
  16. Jul 25, 2013
  17. Jul 22, 2013
  18. Jul 25, 2013
  19. Jul 21, 2013
Loading