1. 28 Aug, 2017 2 commits
  2. 20 Apr, 2017 1 commit
  3. 19 Jul, 2016 2 commits
    • techtonik's avatar
      map-branches: Fix crash with --show-subject when branch name matches files · 2e24812d
      techtonik authored
      Traceback (most recent call last):
        ...
        File "...\\git_map_branches.py", line 303, in main
          mapper.start()
        File "...\\git_map_branches.py", line 169, in start
          self.__append_branch(root)
        File "...\\git_map_branches.py", line 272, in __append_branch
          self.__append_branch(child, depth=depth + 1)
        File "...\\git_map_branches.py", line 267, in __append_branch
          line.append(run('log', '-n1', '--format=%s', branch))
        File "...\git_common.py", line 599, in run
          return run_with_stderr(*cmd, **kwargs)[0]
        File "...\git_common.py", line 668, in run_with_stderr
          raise subprocess2.CalledProcessError(retcode, cmd, os.getcwd(), ret, err)
      subprocess2.CalledProcessError: Command '...\\git.bat -c color.ui=never log -n1 --format=%s readme' returned non-zero exit status 128 in ...
      fatal: ambiguous argument 'readme': both revision and filename
      Use '--' to separate paths from revisions, like this:
      'git <command> [<revision>...] -- [<file>...]'
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2153803002
      2e24812d
    • asanka's avatar
      [git-map-branches] Show CL status verbatim. · 97f3949a
      asanka authored
      git-map-branches -v -v -v currently indicates the status of the CL using
      a color. This change adds the status string alongside the CL to match
      the output of 'git-cl status'.
      
        $ git map-branches -v -v -v
      
      Before:
        A        354ccf6 [ ahead 1 ] https://codereview...
          B      e701150 [ ahead 1 ] https://codereview...
            C *  094cedd [ ahead 1 ] https://codereview...
      
      After:
        A        354ccf6 [ ahead 1 ] https://codereview... (commit)
          B      e701150 [ ahead 1 ] https://codereview... (lgtm)
            C *  094cedd [ ahead 1 ] https://codereview... (waiting)
      
      R=dpranke@chromium.org
      BUG=none
      
      Review-Url: https://codereview.chromium.org/2138703003
      97f3949a
  4. 31 May, 2016 1 commit
  5. 04 Apr, 2016 1 commit
  6. 01 Apr, 2016 3 commits
  7. 24 Mar, 2016 1 commit
  8. 11 Jun, 2015 1 commit
  9. 26 Mar, 2015 1 commit
  10. 12 Mar, 2015 1 commit
  11. 26 Feb, 2015 1 commit
  12. 23 Sep, 2014 1 commit
  13. 08 Sep, 2014 2 commits
  14. 03 Sep, 2014 1 commit
  15. 26 Mar, 2014 1 commit
  16. 13 Mar, 2014 1 commit
  17. 12 Mar, 2014 1 commit