summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* instaweb: support for Ruby's WEBrick serverMike Dalessio2007-10-152-1/+41
* instaweb: allow for use of auto-generated scriptsMike Dalessio2007-10-151-1/+3
* Add 'git-p4 commit' as an alias for 'git-p4 submit'Marius Storm-Olsen2007-10-151-0/+1
* hg-to-git speedup through selectable repack intervalsMichael Gebetsroither2007-10-151-3/+11
* git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin2007-10-151-0/+23
* gtksourceview2 support for gitviewFrederick Akalin2007-10-151-22/+31
* fix contrib/hooks/post-receive-email hooks.recipients error messageJeff Muizelaar2007-10-151-1/+9
* Support cvs via git-shellJohannes Schindelin2007-10-151-1/+26
* makefile: Add a cscope targetKristof Provost2007-10-152-2/+9
* git-gc --auto: simplify "repack" command line buildingBrandon Casey2007-10-151-7/+1
* git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey2007-10-151-1/+11
* fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Alex Riesen2007-10-151-4/+4
* Update state documentation link for 1.5.3.4Junio C Hamano2007-10-041-0/+1
* Don't checkout the full tree if avoidableSteven Walter2007-10-031-16/+48
* builtin-apply: fix conversion error in strbuf seriesJunio C Hamano2007-10-031-1/+1
* Merge branch 'mv/unknown'Junio C Hamano2007-10-036-16/+11
|\
| * Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-266-16/+11
* | Merge branch 'ph/strbuf'Junio C Hamano2007-10-0359-2511/+1809
|\ \
| * | Make read_patch_file work on a strbuf.Pierre Habouzit2007-09-291-16/+11
| * | strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-295-31/+14
| * | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-2913-47/+48
| * | double free in builtin-update-index.cPierre Habouzit2007-09-291-2/+0
| * | Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-274-36/+28
| * | Add strbuf_read_file().Kristian Høgsberg2007-09-273-8/+19
| * | rerere: Fix use of an empty strbuf.bufJunio C Hamano2007-09-261-2/+4
| * | Small cache_tree_write refactor.Pierre Habouzit2007-09-263-25/+15
| * | Make builtin-rerere use of strbuf nicer and more efficient.Pierre Habouzit2007-09-261-25/+18
| * | Add strbuf_cmp.Pierre Habouzit2007-09-262-0/+13
| * | strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano2007-09-261-3/+6
| * | sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-216-137/+86
| * | Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-2010-368/+273
| * | Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-207-188/+191
| * | strbuf API additions and enhancements.Pierre Habouzit2007-09-204-20/+23
| * | nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit2007-09-204-105/+75
| * | Fix the expansion pattern of the pseudo-static path buffer.Pierre Habouzit2007-09-201-3/+2
| * | builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Junio C Hamano2007-09-191-1/+1
| * | builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Junio C Hamano2007-09-191-0/+1
| * | Use xmemdupz() in many places.Pierre Habouzit2007-09-1823-197/+60
| * | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-1871-1424/+2677
| |\ \
| * | | Add xmemdupz() that duplicates a block of memory, and NUL terminates it.Pierre Habouzit2007-09-181-8/+9
| * | | fast-import optimization:Pierre Habouzit2007-09-181-32/+20
| * | | fast-import was using dbuf's, replace them with strbuf's.Pierre Habouzit2007-09-181-109/+68
| * | | Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-187-41/+39
| * | | Remove preemptive allocations.Pierre Habouzit2007-09-161-30/+5
| * | | Refactor replace_encoding_header.Pierre Habouzit2007-09-161-36/+23
| * | | builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit2007-09-161-140/+72
| * | | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-1620-20/+0
| * | | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-167-317/+240
| * | | New strbuf APIs: splice and attach.Pierre Habouzit2007-09-162-15/+57
| * | | archive: fix subst file generationRené Scharfe2007-09-132-9/+10