Lines Matching refs:largs
972 largs = {"destdir": ldir, "env": None}
1048 revs = runcmd("git rev-list %s" % rev_list_args, **largs).split()
1057 … ancestor_revs = runcmd("git rev-list --ancestry-path %s" % rev_list_args, **largs).split()
1094 parents = runcmd("git show --no-patch --pretty=format:%P " + prev, **largs).split()
1113 …("git show --no-patch --pretty=format:%P%x00%an%x00%ae%x00%at%x00%B " + rev, **largs).split(chr(0))
1137 apply_commit(parent, rev, largs, wargs, dest_dir, file_filter=file_filter)
1232 def apply_commit(parent, rev, largs, wargs, dest_dir, file_filter=None): argument
1244 logger.debug("Applying changes between %s and %s in %s" % (parent, rev, largs["destdir"]))
1249 …-no-commit-id --no-renames --name-status -r --raw -z %s %s" % (parent, rev), **largs).split(chr(0))
1260 update.extend(runcmd("git ls-tree -r --name-only -z %s" % rev, **largs).split(chr(0)))
1303 runcmd(cmd, **largs)