17 Feb, 2015

1 commit


10 Feb, 2015

3 commits


07 Feb, 2015

2 commits


06 Feb, 2015

1 commit


01 Feb, 2015

1 commit


31 Jan, 2015

3 commits

  • Add an explanation for how to set up git so that patman can find the alias
    file. Fix up the get_maintainers message too.

    Reported-by: Scott Wood
    Signed-off-by: Simon Glass

    Simon Glass
     
  • True commit lines start at column zero. Anything that is indented
    is part of the commit message instead. I noticed this by trying to
    run buildman with commit e3a4facdfc07179ebe017a07b8de6224a935a9f3
    as master, which contained a reference to a Linux commit inside
    the commit message. ProcessLine saw that as a genuite commit
    line, and thus buildman tried to build it, and died with an
    exception because that SHA is not present in the U-Boot tree.

    Signed-off-by: Scott Wood
    Acked-by: Simon Glass

    Scott Wood
     
  • When run with the --dry-run argument patman prints out information
    showing what it would do. This information currently doesn't line up
    with what patman/git send-email really do. Some basic examples:
    - If an email address is addressed via "Series-cc" and "Patch-cc" patman
    shows that email address would be CC-ed two times.
    - If an email address is addressed via "Series-to" and "Patch-cc" patman
    shows that email address would be sent TO and CC-ed.
    - If an email address is addressed from a combination of tag aliases,
    get_maintainer.pl output, "Series-cc", "Patch-cc", etc patman shows
    that the email address would be CC-ed multiple times.

    Patman currently does try to send duplicate emails like the --dry-run
    output shows, but "git send-email" intelligently removes duplicate
    addresses so this patch shouldn't change the non-dry-run functionality.

    Change patman's output and email addressing to line up with the
    "git send-email" logic. This trims down patman's dry-run output and
    prevents confusion about what patman will do when emails are actually
    sent.

    Signed-off-by: Peter Tyser
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Peter Tyser
     

30 Jan, 2015

11 commits


19 Jan, 2015

1 commit


15 Jan, 2015

17 commits