summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | git-gui: Fixes for Mac OS X TkAquaDaniel A. Steffen2009-05-012-19/+22
| * | | | | | | | | | | git-gui: Update Russian translationAlex Riesen2009-04-291-401/+979
| * | | | | | | | | | | git-gui: run post-checkout hook after cloneJens Lehmann2009-04-081-1/+28
| * | | | | | | | | | | Merge branch 'maint'Shawn O. Pearce2009-04-082-2/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | git-gui: Ensure consistent usage of mergetool.keepBackupFerry Huberts2009-04-082-2/+2
| | * | | | | | | | | | | git-gui: fix use of undeclared variable diff_empty_countJoerg Bornemann2009-04-081-0/+1
| * | | | | | | | | | | | git-gui (Win): make starting via "Git GUI Here" on .git/ possibleMarkus Heidelberg2009-04-051-1/+6
| * | | | | | | | | | | | git-gui (Win): make "Explore Working Copy" more robustMarkus Heidelberg2009-04-051-1/+1
| * | | | | | | | | | | | git-gui: run post-checkout hook on checkoutJens Lehmann2009-04-051-4/+39
| * | | | | | | | | | | | git-gui: When calling post-commit hook wrong variable was cleared.Jens Lehmann2009-04-051-3/+3
| * | | | | | | | | | | | git-gui: use `git --html-path` to get the location of installed HTML docsMarkus Heidelberg2009-04-051-4/+29
| * | | | | | | | | | | | Merge branch 'maint'Shawn O. Pearce2009-03-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | git-gui: fix deleting from the context menu with empty selectionMarkus Heidelberg2009-03-301-1/+1
| * | | | | | | | | | | | git-gui: minor spelling fix and string factorisation.Sam Hocevar2009-03-2413-111/+12
| * | | | | | | | | | | | git-gui: various French translation fixesSam Hocevar2009-03-241-96/+96
| * | | | | | | | | | | | Merge branch 'maint'Shawn O. Pearce2009-03-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | git-gui: Fix merge conflict display error when filename contains spacesJens Lehmann2009-03-201-1/+1
| * | | | | | | | | | | | Merge branch 'maint'Shawn O. Pearce2009-03-161-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | git-gui: don't hide the Browse button when resizing the repo chooserMarkus Heidelberg2009-03-161-0/+4
| * | | | | | | | | | | | Append ampersand to "Target" of lnk files created by do_cygwin_shortcutPhil Lawrence2009-03-091-1/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | git-gui: Support more git version notations.Alexander Gavrilov2009-02-081-2/+2
| * | | | | | | | | | | git-gui: Avoid an infinite rescan loop in handle_empty_diff.Alexander Gavrilov2009-02-081-0/+9
| * | | | | | | | | | | git-gui: Fix post-commit status with subject in non-locale encodingAlexander Gavrilov2009-02-011-10/+19
* | | | | | | | | | | | ctype.c: fix typo in commentRené Scharfe2009-05-011-1/+1
* | | | | | | | | | | | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-0125-64/+64
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2009-04-302-25/+1381
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitk: Add Russian translationAlex Riesen2009-05-011-0/+1085
| * | | | | | | | | | | | gitk: Fix compare-commits function when we have local changesPaul Mackerras2009-04-211-19/+47
| * | | | | | | | | | | | gitk: Avoid crash if closed while reading referencesPat Thoyts2009-04-171-0/+1
| * | | | | | | | | | | | gitk: Handle external diff tool with spaces in the pathPat Thoyts2009-04-171-3/+2
| * | | | | | | | | | | | gitk: Remember and restore the window state with the geometryPat Thoyts2009-04-171-0/+5
| * | | | | | | | | | | | gitk: Map KP_Divide to focus the search boxMichele Ballabio2009-04-171-0/+1
| * | | | | | | | | | | | gitk: Mark some more strings for translationMichele Ballabio2009-04-171-3/+3
| * | | | | | | | | | | | gitk: Mark forgotten string for translationChristian Stimming2009-04-171-1/+1
| * | | | | | | | | | | | gitk: Make .gitk a hidden file under windowsPaul Mackerras2009-04-171-0/+3
| * | | | | | | | | | | | gitk: Add a command to compare two strings of commitsPaul Mackerras2009-04-091-0/+89
| * | | | | | | | | | | | gitk: Add a way to mark a commit, plus a "find descendant" commandPaul Mackerras2009-04-091-4/+87
| * | | | | | | | | | | | gitk: Fixes for Mac OS X TkAquaDaniel A. Steffen2009-03-231-12/+50
| * | | | | | | | | | | | gitk: Provide a 32x32 window icon based on the git logoStephen Boyd2009-03-231-1/+4
| * | | | | | | | | | | | gitk: Provide a window icon if possibleGiuseppe Bilotta2009-03-231-0/+20
| * | | | | | | | | | | | gitk: Handle blobs containing a DOS end-of-file markerPat Thoyts2009-03-231-2/+3
* | | | | | | | | | | | | improve error message in config.cAlex Riesen2009-04-291-1/+1
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-04-292-9/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-292-12/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-292-12/+65
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | | * | | | | | | | | | diff -c -p: do not die on submodulesJunio C Hamano2009-04-292-12/+65
* | | | | | | | | | | | | daemon.c: fix segfault on OS XBenjamin Kramer2009-04-291-14/+14
* | | | | | | | | | | | | merge-recursive: do not die on a conflicting submoduleJunio C Hamano2009-04-292-5/+9
* | | | | | | | | | | | | git config: error when editing a repo config and not being in oneFelipe Contreras2009-04-291-0/+2
* | | | | | | | | | | | | parseopt: fix documentation for --keep-dashdashUwe Kleine-König2009-04-291-1/+1