timbrel / GitSavvy

Full git and GitHub integration with Sublime Text
MIT License
1.9k stars 136 forks source link

Robust `git:diff` and `git: graph` #486

Open divmain opened 8 years ago

divmain commented 8 years ago

Here are the options that I'd like to see.

randy3k commented 8 years ago

i guess we could duplicate all the options of git: log to git: graph.

divmain commented 8 years ago

Yes, that's what I intended, although it didn't come across clearly. I've edited the description.

stoivo commented 8 years ago

👍 for unifying these three commands in what they prompt for.

stoivo commented 8 years ago

When we are talking about rewrite git log, graph especially. There is many option like --no-merges, it would be nice to have a way to toggle these?

I have two proposals 1.

2. When the graph is open press ?(ether a html view or a commad pannel) to toggle all kind of options

asfaltboy commented 6 years ago

I believe what is left to do here is:

Somewhat relates to #1012