If you enter an invalid command in your terminal, it is shown that we can use the option -h for help, but this doesn't work because symfony expects that we use -H. These commits fix this and add tests on command shortcuts.
- Source
- Commits
- Network
- Pull Requests (3)
- Graphs
-
Branch:
master
FabienPennequin wants someone to pull 0 commits into symfony:93f2d6eaa64fe1df46f9 from FabienPennequin:ee6989ecebb64928b5e2
Showing 3 comments with 0 commits and 0 commit comments
Comment on this pull request
You must be logged in to comment on pull requests.
Showing 0 unique commits by 0 authors.
Showing 0 changed files with 0 additions and 0 deletions.
Sat Sep 11 11:24:20 -0700 2010
Assuming symfony and fabpot are both remotes on your fork, consider using
git pull --rebase fabpot master
to merge in upstream changes, which should eliminate the "Merge remote branch" commits in your own repository. For more info, see:http://www.doctrine-project.org/contribute#contributor-workflow:keeping-your-master-up-to-date!
Sat Sep 11 23:06:45 -0700 2010
Can you rebase your repository to the latest fabpot/master? As is, it does not apply cleanly (Components -> Component). Thanks.
Mon Sep 13 10:59:07 -0700 2010
@jmikola: Thanks for the tip!
@fabpot: I just rebased my symfony repository with your. See http://github.com/FabienPennequin/symfony/tree/ticket_8890