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

Minor git changes #266

Closed
wants to merge 2 commits into from
Closed

Minor git changes #266

wants to merge 2 commits into from

Conversation

anthonygelibert
Copy link
Contributor

This pull request contains two commits:

  • The first one just reduces the verbosity of git calls:
    • "git status" is replaced by "git status -s" in order to just search '?' to detect untracked files.
    • "git stash list" is replaced by "git stash list -n 1" to avoid the list of all stashes, especially when we only try to detect their existence� (and we don't count them).
  • The second one just declares has_commit as an integer.

@dolmen
Copy link
Collaborator

dolmen commented Jan 22, 2014

Thanks! Merged!

@dolmen dolmen closed this Jan 22, 2014
@anthonygelibert anthonygelibert deleted the reduceGit branch January 30, 2014 01:21
@dolmen dolmen added the Git label Feb 13, 2014
@dolmen dolmen added the merged! label Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
git Related to Git VCS data optimization Related to optimization or speedup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants