| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
List the user's manifest groups when running `repo info`.
These groups are passed to `repo init` using the -g/--groups flag.
Change-Id: Ie8a4ed74a35b8b90df3b1ee198fe725b1cd68ae7
|
|
|
|
|
|
|
| |
Fix for issue #131
http://code.google.com/p/git-repo/issues/detail?id=131
Change-Id: I078533ab5f3a83154c4ad6aa97a5525fc5139d20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a workspace is initialised with:
repo init -u git://path/to/manifest -b manifest-branch
and the default.xml specifies the default revision as `other-branch`,
running `repo info -d` results in a GitError:
fatal: bad revision 'refs/remotes/m/other-branch..'
The repo info command uses the default revision to build the symlink
to the remote revision which is passed to the `git rev-list` command.
This is incorrect; the manifest's branch name should be used.
Change-Id: Ibae5b91869848276785facfaef433e38d49fd726
|
|
|
|
|
|
| |
Text should be joined with " " rather than "" in the output.
Change-Id: I6c5dddc15743e98c3b43702cb5d3ec32f81c3221
|
|
The info command will print information regarding the current manifest
and local git branch. It will also show the difference of commits
between the local branch and the remote branch.
It also incorporates an overview command into info which shows commits
over all branches.
Change-Id: Iafedd978f44c84d240c010897eff58bbfbd7de71
|