summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | git-gui: Honor a config.mak in git-gui's top levelShawn O. Pearce2007-10-132-0/+3
| * | | git-gui: Collapse $env(HOME) to ~/ in recent repositories on WindowsShawn O. Pearce2007-10-121-2/+6
| * | | git-gui: Support cloning Cygwin based work-dirsShawn O. Pearce2007-10-121-7/+37
| * | | git-gui: Use proper Windows shortcuts instead of bat filesShawn O. Pearce2007-10-124-35/+84
| * | | git-gui: Ensure copyright message is correctly read as UTF-8Shawn O. Pearce2007-10-121-2/+2
| * | | git-gui: Bind n/c/o accelerators in repository chooserShawn O. Pearce2007-10-121-0/+6
| * | | git-gui: Disable the text widget in the repository chooserShawn O. Pearce2007-10-121-0/+2
| * | | git-gui: Fix bind errors when switching repository chooser panelsShawn O. Pearce2007-10-121-0/+6
| * | | git-gui: Offer repository management features in menu barShawn O. Pearce2007-10-121-6/+49
| * | | git-gui: Change repository browser radio buttons to hyperlinksShawn O. Pearce2007-10-121-27/+34
| * | | git-gui: offer a list of recent repositories on startupSteffen Prohaska2007-10-122-0/+83
| * | | git-gui: Support LFs embedded in config file valuesShawn O. Pearce2007-10-121-0/+20
| * | | git-gui: Refactor git-config --list parsingShawn O. Pearce2007-10-121-21/+14
| * | | git-gui: Move load_config procedure below git-version selectionShawn O. Pearce2007-10-121-45/+49
| * | | git-gui: Change main window layout to support wider screensJohannes Sixt2007-10-121-11/+12
| * | | git-gui: update Italian translationMichele Ballabio2007-10-122-244/+429
| * | | git-gui: Updated po strings based on current sourcesShawn O. Pearce2007-10-107-1657/+4423
| * | | git-gui: add mingw specific startup wrapperSteffen Prohaska2007-10-102-0/+36
| * | | git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgitSteffen Prohaska2007-10-101-0/+3
| * | | git-gui: add directory git-gui is located in to PATH (on Windows)Steffen Prohaska2007-10-101-0/+3
| * | | Merge branch 'cs/de'Shawn O. Pearce2007-10-104-216/+698
| |\ \ \
| | * | | git-gui: Update German translation, including latest glossary changesChristian Stimming2007-10-101-165/+633
| | * | | git-gui: Incorporate glossary changes into existing German translationChristian Stimming2007-10-101-66/+47
| | * | | git-gui: Update German glossary according to mailing list discussionChristian Stimming2007-10-101-11/+34
| | * | | git-gui: Add more words to translation glossaryChristian Stimming2007-10-102-2/+12
| * | | | git-gui: Shorten the staged/unstaged changes title bar textShawn O. Pearce2007-10-101-2/+2
| * | | | git-gui: Bind Cmd-, to Preferences on Mac OS XShawn O. Pearce2007-10-102-7/+13
| * | | | git-gui: Consolidate the Fetch and Push menus into a Remote menuShawn O. Pearce2007-10-102-28/+45
| * | | | git-gui: Use progress meter in the status bar during index updatesShawn O. Pearce2007-10-101-42/+12
| * | | | git-gui: Include our Git logo in the about dialogShawn O. Pearce2007-10-101-0/+1
| * | | | git-gui: Refactor about dialog code into its own moduleShawn O. Pearce2007-10-102-78/+80
| * | | | git-gui: Refactor Henrik Nyh's logo into its own procedureShawn O. Pearce2007-10-102-38/+44
| |/ / /
| * | | Merge branch 'maint'Shawn O. Pearce2007-10-101-0/+1
| |\ \ \
| * | | | git-gui: Allow forced push into remote repositoryShawn O. Pearce2007-10-031-0/+10
| * | | | Merge branch 'maint'Shawn O. Pearce2007-10-031-2/+28
| |\ \ \ \
| * | | | | git-gui: Refer to ourselves as "Git Gui" and not "git-gui"Shawn O. Pearce2007-09-271-3/+4
| * | | | | git-gui: Support a native Mac OS X application bundleShawn O. Pearce2007-09-275-21/+129
| * | | | | git-gui: Use Henrik Nyh's git logo icon on Windows systemsShawn O. Pearce2007-09-273-0/+6
| * | | | | git-gui: fix typo in lib/blame.tclMichele Ballabio2007-09-271-1/+1
| * | | | | git-gui: Make the status bar easier to read in the setup wizardShawn O. Pearce2007-09-269-19/+47
| * | | | | git-gui: Switch the git-gui logo to Henrik Nyh's logoShawn O. Pearce2007-09-261-22/+41
| * | | | | git-gui: Don't delete scrollbars in console windowsShawn O. Pearce2007-09-261-8/+2
| * | | | | git-gui: Don't delete console window namespaces too earlyShawn O. Pearce2007-09-261-1/+4
| * | | | | git-gui: add a simple msgfmt replacementJohannes Schindelin2007-09-242-1/+113
| * | | | | git-gui: Copy objects/info/alternates during standard cloneShawn O. Pearce2007-09-241-0/+26
| * | | | | git-gui: Keep the UI responsive while counting objects in cloneShawn O. Pearce2007-09-241-5/+25
| * | | | | git-gui: Don't bother showing OS error message about hardlinksShawn O. Pearce2007-09-241-4/+1
| * | | | | git-gui: Deiconify startup wizard so it raises to the topJohannes Schindelin2007-09-231-0/+1
| * | | | | git-gui: Avoid console scrollbars unless they are necessaryShawn O. Pearce2007-09-231-30/+48
| * | | | | git-gui: Allow users to choose/create/clone a repositoryShawn O. Pearce2007-09-232-3/+841