summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* INSTALL: Update section about git-frotz form.Miklos Vajna2008-07-051-12/+6
* Fix "config_error_nonbool" used with value instead of keyChristian Couder2008-07-052-2/+2
* Merge branch 'qq/maint'Junio C Hamano2008-07-0511-92/+75
|\
| * clone -q: honor "quiet" option over native transports.Junio C Hamano2008-07-051-1/+3
| * attribute documentation: keep EXAMPLE at endJunio C Hamano2008-07-051-16/+17
| * builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro2008-07-051-7/+4
| * http.c: Use 'git_config_string' to clean up SSL config.Brian Hetro2008-07-051-24/+12
| * diff.c: Use 'git_config_string' to get 'diff.external'Brian Hetro2008-07-051-6/+2
| * convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro2008-07-051-16/+9
| * builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro2008-07-051-12/+4
| * Documentation cvs: Clarify when a bare repository is neededMatthew Ogilvie2008-07-053-0/+14
| * Documentation: be precise about which date --pretty usesNikolaus Schulz2008-07-051-4/+4
* | Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster2008-07-053-17/+19
* | Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-059-21/+32
* | manpages: use teletype font for sample command linesJonathan Nieder2008-07-055-7/+7
* | manpages: italicize git subcommand names (which were in teletype font)Jonathan Nieder2008-07-054-10/+10
* | manpages: italicize nongit command names (if they are in teletype font)Jonathan Nieder2008-07-0512-24/+24
* | manpages: italicize gitk's name (where it was in teletype font)Jonathan Nieder2008-07-054-5/+5
* | manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-05117-712/+712
* | manpages: italicize command namesJonathan Nieder2008-07-056-11/+11
* | manpages: italicize command names in synopsesJonathan Nieder2008-07-052-10/+10
* | gitdiffcore(7): fix awkward wordingJonathan Nieder2008-07-051-2/+2
* | Documentation: more "git-" versus "git " changesJonathan Nieder2008-07-0513-71/+71
* | Documentation: rewrap to prepare for "git-" vs "git " changeJonathan Nieder2008-07-052-6/+6
* | git-commit(1): depersonalize descriptionJonathan Nieder2008-07-051-2/+2
* | git(1): add commaJonathan Nieder2008-07-051-1/+1
* | manpages: fix bogus whitespaceJonathan Nieder2008-07-053-7/+7
* | Documentation: fix gitlinksJonathan Nieder2008-07-052-2/+2
* | git-format-patch(1): fix stray \ in outputJonathan Nieder2008-07-051-1/+1
* | Retire 'stupid' merge strategyMiklos Vajna2008-07-053-83/+1
* | Fix apply --recount handling of no-EOL lineThomas Rast2008-07-056-1/+29
* | Merge branch 'maint'Junio C Hamano2008-07-046-23/+31
|\ \ | |/
| * GIT 1.5.6.2v1.5.6.2Junio C Hamano2008-07-042-11/+21
| * Fix executable bits in t/ scriptsJunio C Hamano2008-07-042-0/+0
| * Work around gcc warnings from curl headersJunio C Hamano2008-07-042-12/+10
* | t4127-apply-same-fn: Avoid sed -iJohannes Sixt2008-07-041-11/+16
* | fast-export --export-marks: fix off by one errorJunio C Hamano2008-07-032-9/+6
* | git-send-email: Do not attempt to STARTTLS more than onceThomas Rast2008-07-021-0/+1
* | Merge branch 'j6t/mingw'Junio C Hamano2008-07-0226-80/+7633
|\ \
| * | compat/pread.c: Add a forward declaration to fix a warningSteffen Prohaska2008-06-261-0/+6
| * | Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska2008-06-261-0/+4
| * | Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt2008-06-262-0/+16
| * | Windows: Make 'git help -a' work.Johannes Sixt2008-06-261-5/+28
| * | Windows: Work around an oddity when a pipe with no reader is written to.Johannes Sixt2008-06-261-1/+6
| * | Windows: Make the pager work.Johannes Sixt2008-06-261-2/+38
| * | When installing, be prepared that template_dir may be relative.Johannes Sixt2008-06-262-5/+12
| * | Windows: Use a relative default template_dir and ETC_GITCONFIGJohannes Sixt2008-06-261-0/+2
| * | Windows: Compute the fallback for exec_path from the program invocation.Johannes Sixt2008-06-261-0/+29
| * | Turn builtin_exec_path into a function.Johannes Sixt2008-06-261-3/+7
| * | Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt2008-06-262-13/+41