Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Optionally) display the git command that was run in the command output window #39

Closed
ahockersten opened this issue Jan 21, 2010 · 2 comments

Comments

@ahockersten
Copy link

I would like the git command that was run to be displayed in the "command output" window. The rationale is that I want to be able to learn how git is used from reading the commands that are run.

Yes, I am aware of the GIT_PYTHON_TRACE environment variable, but that gives me output in the terminal, which is not what I want.

@davvid
Copy link
Member

davvid commented Jan 21, 2010

Sounds like a good idea.

@davvid
Copy link
Member

davvid commented Apr 4, 2010

git: Log commands when GIT_COLA_TRACE is defined

Emit logging messages when the GIT_COLA_TRACE environment
variable is defined. This lets users see the various git
commands run by cola during its execution.

$ env GIT_COLA_TRACE=1 git cola

Closed by 83d8a45

Signed-off-by: David Aguilar davvid@gmail.com

davvid pushed a commit to davvid/git-cola that referenced this issue Jun 30, 2016
Fix remaining segmentation fault that occurs with the patched QComboBox in PySide
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants