summaryrefslogtreecommitdiff
path: root/lib/checkout_op.tcl
Commit message (Expand)AuthorAgeFilesLines
* git-gui: run post-checkout hook on checkoutJens Lehmann2009-04-051-4/+39
* git-gui: Setup branch.remote,merge for shorthand git-pullShawn O. Pearce2008-05-081-1/+23
* git-gui: (i18n) Fix a bunch of still untranslated strings.Christian Stimming2008-02-031-3/+3
* git-gui: Paper bag fix missing translated stringsShawn O. Pearce2007-09-141-3/+3
* git-gui: add some strings to translationMichele Ballabio2007-09-131-3/+3
* Merge branch 'maint'Shawn O. Pearce2007-09-031-1/+1
|\
| * git-gui: Fix detaching current branch during checkoutShawn O. Pearce2007-09-031-1/+1
* | Mark strings for translation.Christian Stimming2007-09-021-24/+24
|/
* git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming2007-07-291-1/+1
* git-gui: Avoid unnecessary symbolic-ref call during checkoutShawn O. Pearce2007-07-231-14/+16
* git-gui: Fix unnecessary fast-forward during checkoutShawn O. Pearce2007-07-221-0/+1
* git-gui: Internally allow fetch without storing for future pull supportShawn O. Pearce2007-07-211-3/+11
* git-gui: Skip unnecessary read-tree work during checkoutShawn O. Pearce2007-07-211-1/+3
* git-gui: Simplify error case for unsupported merge typesShawn O. Pearce2007-07-211-1/+1
* git-gui: Factor out common fast-forward merge caseShawn O. Pearce2007-07-211-25/+21
* git-gui: Save the merge base during checkout_op processingShawn O. Pearce2007-07-211-5/+5
* git-gui: Always use absolute path to all git executablesShawn O. Pearce2007-07-091-24/+15
* git-gui: Show a progress meter for checking out filesShawn O. Pearce2007-07-081-16/+35
* git-gui: Refactor branch switch to support detached headShawn O. Pearce2007-07-081-0/+569