summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | 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
* | | | | | | | | | | | | Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin2009-04-296-16/+30
* | | | | | | | | | | | | doc: consistently use ASCIIDOC_EXTRAEric Blake2009-04-281-3/+3
* | | | | | | | | | | | | Makefile: installing git in cygwin 1.7.0Eric Blake2009-04-281-1/+1
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-04-284-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-284-4/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-284-4/+12
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /
| | | * | | | | | | | | | grep: fix segfault when "git grep '('" is givenLinus Torvalds2009-04-272-2/+10
| | | * | | | | | | | | | Documentation: fix a grammatical error in api-builtin.txtAllan Caffee2009-04-271-1/+1
| | | * | | | | | | | | | builtin-merge: fix a typo in an error messageAllan Caffee2009-04-271-1/+1
* | | | | | | | | | | | | SubmittingPatches: itemize and reflect upon well written changesSam Vilain2009-04-281-1/+13
* | | | | | | | | | | | | Makefile: fix NO_PERL bug with gitwebJeff King2009-04-271-3/+1
* | | | | | | | | | | | | t5701: do not get stuck in empty-push/Johannes Schindelin2009-04-271-2/+2
* | | | | | | | | | | | | NetBSD compilation fixPatrick Welche2009-04-272-0/+2
* | | | | | | | | | | | | Add semicolon to curly brace group in main MakefileMark Drago2009-04-271-1/+1
* | | | | | | | | | | | | prune-packed: advanced progress even for non-existing fan-out directoriesJohannes Sixt2009-04-271-0/+1
* | | | | | | | | | | | | t4202: fix typov1.6.3-rc3Linus Torvalds2009-04-261-1/+1
* | | | | | | | | | | | | Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin2009-04-256-1/+28
* | | | | | | | | | | | | connect: replace inet_ntop with getnameinfoBenjamin Kramer2009-04-251-11/+4