Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | git-gui: Move load_config procedure below git-version selection | Shawn O. Pearce | 2007-10-12 | 1 | -45/+49 | |
| * | | | git-gui: Change main window layout to support wider screens | Johannes Sixt | 2007-10-12 | 1 | -11/+12 | |
| * | | | git-gui: update Italian translation | Michele Ballabio | 2007-10-12 | 2 | -244/+429 | |
| * | | | git-gui: Updated po strings based on current sources | Shawn O. Pearce | 2007-10-10 | 7 | -1657/+4423 | |
| * | | | git-gui: add mingw specific startup wrapper | Steffen Prohaska | 2007-10-10 | 2 | -0/+36 | |
| * | | | git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgit | Steffen Prohaska | 2007-10-10 | 1 | -0/+3 | |
| * | | | git-gui: add directory git-gui is located in to PATH (on Windows) | Steffen Prohaska | 2007-10-10 | 1 | -0/+3 | |
| * | | | Merge branch 'cs/de' | Shawn O. Pearce | 2007-10-10 | 4 | -216/+698 | |
| |\ \ \ | ||||||
| | * | | | git-gui: Update German translation, including latest glossary changes | Christian Stimming | 2007-10-10 | 1 | -165/+633 | |
| | * | | | git-gui: Incorporate glossary changes into existing German translation | Christian Stimming | 2007-10-10 | 1 | -66/+47 | |
| | * | | | git-gui: Update German glossary according to mailing list discussion | Christian Stimming | 2007-10-10 | 1 | -11/+34 | |
| | * | | | git-gui: Add more words to translation glossary | Christian Stimming | 2007-10-10 | 2 | -2/+12 | |
| * | | | | git-gui: Shorten the staged/unstaged changes title bar text | Shawn O. Pearce | 2007-10-10 | 1 | -2/+2 | |
| * | | | | git-gui: Bind Cmd-, to Preferences on Mac OS X | Shawn O. Pearce | 2007-10-10 | 2 | -7/+13 | |
| * | | | | git-gui: Consolidate the Fetch and Push menus into a Remote menu | Shawn O. Pearce | 2007-10-10 | 2 | -28/+45 | |
| * | | | | git-gui: Use progress meter in the status bar during index updates | Shawn O. Pearce | 2007-10-10 | 1 | -42/+12 | |
| * | | | | git-gui: Include our Git logo in the about dialog | Shawn O. Pearce | 2007-10-10 | 1 | -0/+1 | |
| * | | | | git-gui: Refactor about dialog code into its own module | Shawn O. Pearce | 2007-10-10 | 2 | -78/+80 | |
| * | | | | git-gui: Refactor Henrik Nyh's logo into its own procedure | Shawn O. Pearce | 2007-10-10 | 2 | -38/+44 | |
| |/ / / | ||||||
| * | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-10 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| * | | | | git-gui: Allow forced push into remote repository | Shawn O. Pearce | 2007-10-03 | 1 | -0/+10 | |
| * | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-03 | 1 | -2/+28 | |
| |\ \ \ \ | ||||||
| * | | | | | git-gui: Refer to ourselves as "Git Gui" and not "git-gui" | Shawn O. Pearce | 2007-09-27 | 1 | -3/+4 | |
| * | | | | | git-gui: Support a native Mac OS X application bundle | Shawn O. Pearce | 2007-09-27 | 5 | -21/+129 | |
| * | | | | | git-gui: Use Henrik Nyh's git logo icon on Windows systems | Shawn O. Pearce | 2007-09-27 | 3 | -0/+6 | |
| * | | | | | git-gui: fix typo in lib/blame.tcl | Michele Ballabio | 2007-09-27 | 1 | -1/+1 | |
| * | | | | | git-gui: Make the status bar easier to read in the setup wizard | Shawn O. Pearce | 2007-09-26 | 9 | -19/+47 | |
| * | | | | | git-gui: Switch the git-gui logo to Henrik Nyh's logo | Shawn O. Pearce | 2007-09-26 | 1 | -22/+41 | |
| * | | | | | git-gui: Don't delete scrollbars in console windows | Shawn O. Pearce | 2007-09-26 | 1 | -8/+2 | |
| * | | | | | git-gui: Don't delete console window namespaces too early | Shawn O. Pearce | 2007-09-26 | 1 | -1/+4 | |
| * | | | | | git-gui: add a simple msgfmt replacement | Johannes Schindelin | 2007-09-24 | 2 | -1/+113 | |
| * | | | | | git-gui: Copy objects/info/alternates during standard clone | Shawn O. Pearce | 2007-09-24 | 1 | -0/+26 | |
| * | | | | | git-gui: Keep the UI responsive while counting objects in clone | Shawn O. Pearce | 2007-09-24 | 1 | -5/+25 | |
| * | | | | | git-gui: Don't bother showing OS error message about hardlinks | Shawn O. Pearce | 2007-09-24 | 1 | -4/+1 | |
| * | | | | | git-gui: Deiconify startup wizard so it raises to the top | Johannes Schindelin | 2007-09-23 | 1 | -0/+1 | |
| * | | | | | git-gui: Avoid console scrollbars unless they are necessary | Shawn O. Pearce | 2007-09-23 | 1 | -30/+48 | |
| * | | | | | git-gui: Allow users to choose/create/clone a repository | Shawn O. Pearce | 2007-09-23 | 2 | -3/+841 | |
| * | | | | | git-gui: Refactor some UI init to occur earlier | Shawn O. Pearce | 2007-09-22 | 1 | -94/+94 | |
| * | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-09-21 | 1 | -5/+37 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | git-gui: Support native Win32 Tcl/Tk under Cygwin | Shawn O. Pearce | 2007-09-20 | 2 | -14/+23 | |
| * | | | | | | git-gui: Fix missing i18n markup in push/fetch windows | Shawn O. Pearce | 2007-09-20 | 1 | -4/+4 | |
| * | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-09-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'maint' | Shawn O. Pearce | 2007-09-16 | 3 | -7/+18 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git-gui: Paper bag fix missing translated strings | Shawn O. Pearce | 2007-09-14 | 9 | -30/+34 | |
| * | | | | | | | | git-gui: Make the tree browser also use lightgray selection | Shawn O. Pearce | 2007-09-13 | 1 | -3/+1 | |
| * | | | | | | | | git-gui: add some strings to translation | Michele Ballabio | 2007-09-13 | 8 | -43/+43 | |
| * | | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-09-13 | 4 | -13/+213 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'maint' | Shawn O. Pearce | 2007-09-13 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-gui: Document the new i18n context support | Shawn O. Pearce | 2007-09-12 | 1 | -0/+9 | |
| * | | | | | | | | | | git-gui: Disambiguate "commit" | Harri Ilari Tapio Liusvaara | 2007-09-12 | 2 | -5/+5 |