summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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: Automatically backup the user's commit bufferShawn O. Pearce2007-07-212-11/+81
| * | | git-gui: Completely remove support for creating octopus mergesShawn O. Pearce2007-07-191-68/+17
| * | | git-gui: Don't show blame tooltips that we have no data forShawn O. Pearce2007-07-191-0/+5
| * | | git-gui: Translate standard encoding names to Tcl onesShawn O. Pearce2007-07-193-11/+304
| * | | git-gui: Avoid unnecessary global statements when possibleShawn O. Pearce2007-07-191-7/+4
| * | | git-gui: Bind Ctrl/Cmd-M to merge actionShawn O. Pearce2007-07-191-2/+4
| * | | Don't offer my special Tools/Migrate hack unless in multicommitShawn O. Pearce2007-07-181-1/+3
| * | | git-gui: Convert merge dialog to use class systemShawn O. Pearce2007-07-181-41/+65
| * | | git-gui: Increase the default height of the revision pickerShawn O. Pearce2007-07-181-1/+1
| * | | git-gui: Clarify the visualize history menu optionsShawn O. Pearce2007-07-181-3/+3
| * | | git-gui: Allow users to browse any branch, not just the current oneShawn O. Pearce2007-07-182-2/+58
| * | | git-gui: Allow browser subcommand to start in subdirectoryShawn O. Pearce2007-07-182-29/+27
| * | | git-gui: Allow blame/browser subcommands on bare repositoriesShawn O. Pearce2007-07-171-13/+32
| * | | git-gui: Move feature option selection before GIT_DIR initShawn O. Pearce2007-07-171-37/+37
| * | | git-gui: Delay the GC hint until after we are runningShawn O. Pearce2007-07-172-28/+30
| * | | git-gui: Let the user continue even if we cannot understand git versionShawn O. Pearce2007-07-171-0/+27
| * | | git-gui: Change our initial GC hint to be an estimateShawn O. Pearce2007-07-171-5/+14
| * | | git-gui: Don't crash in ask_popup if we haven't mapped main window yetShawn O. Pearce2007-07-171-2/+5
| * | | git-gui: Delay searching for 'nice' until its really asked forShawn O. Pearce2007-07-171-13/+15
| * | | git-gui: Handle git versions of the form n.n.n.GITJulian Phillips2007-07-171-0/+1
| * | | git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce2007-07-174-1/+5
| * | | git-gui: Brown paper bag "dirty git version fix"Shawn O. Pearce2007-07-161-1/+1
| * | | git-gui: Skip -dirty suffix on core git versionsShawn O. Pearce2007-07-161-0/+1
* | | | Makefile: use $(FIND) instead of findDavid Kastrup2007-07-291-2/+3
* | | | git-diff: turn on recursion by defaultJeff King2007-07-292-1/+2
* | | | Rename git-rebase interactive buffer: todo => git-rebase-todoSeth Falcon2007-07-281-1/+1
* | | | gitweb: Allow for multivalued parameters passed to href subroutineJakub Narebski2007-07-281-1/+7
* | | | Don't rely on unspecified behaviorThomas Schwinge2007-07-281-1/+1
* | | | gitweb: Simplify 'opt' parameter validation, add "no merges" feedsJakub Narebski2007-07-282-5/+40
* | | | gitweb: Show submodule entries in the 'tree' viewJakub Narebski2007-07-281-3/+35
* | | | Documentation/git-diff: remove -r from --name-status exampleJeff King2007-07-281-5/+2
* | | | git-stash apply --index: optimize postprocessingJunio C Hamano2007-07-281-6/+7
* | | | Fix git-stash apply --indexJunio C Hamano2007-07-281-6/+17
* | | | git-stash: Make sure reflog is created for refs/stashしらいしななこ2007-07-281-0/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-07-281-125/+237
|\ \ \ \
| * | | | gitk: Fix bugs in the Find functionPaul Mackerras2007-07-261-35/+53
| * | | | gitk: Wait for the window to become visible after creating itPaul Mackerras2007-07-231-0/+2
| * | | | [PATCH] gitk: Bind keyboard actions to the command key on Mac OSShawn O. Pearce2007-07-221-32/+43
| * | | | [PATCH] gitk: Ignore ctrl-z as EOF on windowsMark Levedahl2007-07-221-1/+1
| * | | | gitk: Make the fake commit for the index changes green rather than magentaPaul Mackerras2007-07-221-1/+1
| * | | | gitk: Show changes in index and changes in working directory separatelyPaul Mackerras2007-07-131-57/+138
* | | | | rebase -i: fix interrupted squashingJohannes Schindelin2007-07-272-1/+31
| |_|/ / |/| | |
* | | | git-stash: do not remove a ref by hand.Junio C Hamano2007-07-261-3/+4
* | | | Document commit.template configuration variable.Brian Gernhardt2007-07-262-3/+5
* | | | Update description of -z option.Junio C Hamano2007-07-251-1/+3
* | | | rebase -i: fix overzealous output redirectionJohannes Schindelin2007-07-251-1/+3
* | | | git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy2007-07-251-0/+2
* | | | git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2007-07-252-15/+11