summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()René Scharfe2010-02-201-6/+17
* utf8.c: remove strbuf_write()René Scharfe2010-02-201-13/+5
* utf8.c: remove print_spaces()René Scharfe2010-02-201-9/+6
* utf8.c: remove print_wrapped_text()René Scharfe2010-02-203-9/+14
* strbuf_add_wrapped_text(): skip over colour codesRené Scharfe2009-11-232-4/+22
* log --format: document %wRené Scharfe2009-11-221-0/+4
* strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe2009-11-222-9/+38
* grep: unset GREP_OPTIONS before spawning external grepRené Scharfe2009-11-222-0/+9
* User Manual: Write "Git" instead of "GIT"Björn Gustavsson2009-11-221-2/+2
* Fix truncated usage messagesBjörn Gustavsson2009-11-221-1/+1
* Merge branch 'jc/fix-tree-walk' (early part)Junio C Hamano2009-11-202-14/+14
|\
| * unpack_callback(): use unpack_failed() consistentlyJunio C Hamano2009-10-111-12/+12
| * unpack-trees: typofixJunio C Hamano2009-10-111-1/+1
| * diff-lib.c: fix misleading comments on oneway_diff()Junio C Hamano2009-10-111-1/+1
* | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-2020-10/+1408
|\ \
| * | Add selftests verifying concatenation of multiple notes for the same commitJohan Herland2009-10-191-0/+84
| * | Refactor notes code to concatenate multiple notes annotating the same objectJohan Herland2009-10-191-82/+161
| * | Add selftests verifying that we can parse notes trees with various fanoutsJohan Herland2009-10-191-0/+104
| * | Teach the notes lookup code to parse notes trees with various fanout schemesJohan Herland2009-10-191-69/+248
| * | Teach notes code to free its internal data structures on requestJohan Herland2009-10-192-0/+10
| * | Add '%N'-format for pretty-printing commit notesJohannes Schindelin2009-10-192-0/+5
| * | Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-193-5/+11
| * | t3302-notes-index-expensive: Speed up create_repo()Johan Herland2009-10-191-27/+47
| * | fast-import: Add support for importing commit notesJohan Herland2009-10-193-10/+289
| * | Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland2009-10-193-9/+107
| * | Add an expensive test for git-notesJohannes Schindelin2009-10-191-0/+98
| * | Speed up git notes lookupJohannes Schindelin2009-10-191-10/+102
| * | Add a script to edit/inspect notesJohannes Schindelin2009-10-196-0/+236
| * | Introduce commit notesJohannes Schindelin2009-10-199-0/+108
* | | Merge branch 'sp/smart-http'Junio C Hamano2009-11-2035-283/+2937
|\ \ \
| * | | http-backend: Let gcc check the format of more printf-type functions.Tarmigan Casebolt2009-11-151-0/+3
| * | | http-backend: Fix access beyond end of string.Tarmigan Casebolt2009-11-151-3/+4
| * | | http-backend: Fix bad treatment of uintmax_t in Content-LengthShawn O. Pearce2009-11-131-6/+3
| * | | t5551-http-fetch: Work around broken Accept header in libcurlShawn O. Pearce2009-11-091-0/+3
| * | | t5551-http-fetch: Work around some libcurl versionsShawn O. Pearce2009-11-091-4/+4
| * | | http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-095-48/+86
| * | | Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-091-5/+5
| * | | http-backend: Test configuration optionsShawn O. Pearce2009-11-041-0/+229
| * | | http-backend: Use http.getanyfile to disable dumb HTTP servingShawn O. Pearce2009-11-042-6/+36
| * | | test smart http fetch and pushShawn O. Pearce2009-11-045-2/+219
| * | | http tests: use /dumb/ URL prefixShawn O. Pearce2009-11-043-8/+13
| * | | set httpd port before sourcing lib-httpdClemens Buchacher2009-11-041-4/+3
| * | | t5540-http-push: remove redundant fetchesTay Ray Chuan2009-11-041-2/+0
| * | | Smart HTTP fetch: gzip requestsShawn O. Pearce2009-11-041-0/+50
| * | | Smart fetch over HTTP: client sideShawn O. Pearce2009-11-043-22/+160
| * | | Smart push over HTTP: client sideShawn O. Pearce2009-11-048-15/+374
| * | | Discover refs via smart HTTP server when availableShawn O. Pearce2009-11-041-17/+131
| * | | http-backend: more explict LocationMatchMark Lodato2009-11-041-1/+1
| * | | http-backend: add example for gitweb on same URLMark Lodato2009-11-041-0/+33
| * | | http-backend: use mod_alias instead of mod_rewriteMark Lodato2009-11-041-7/+3