summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano2006-09-152-2/+8
* Document git-grep -[Hh]Junio C Hamano2006-09-151-1/+8
* Fix duplicate xmalloc in builtin-addLiu Yubao2006-09-151-1/+0
* gitweb: Add git_project_index for generating index.auxJakub Narebski2006-09-141-0/+25
* gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski2006-09-141-22/+19
* gitweb: Use File::Find::find in git_get_projects_listJakub Narebski2006-09-141-10/+20
* Handle invalid argc gentlyDmitry V. Levin2006-09-143-3/+3
* Add "-h/-H" parsing to "git grep"Linus Torvalds2006-09-141-4/+11
* Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky2006-09-133-4/+4
* Documentation: Fix broken linksDmitry V. Levin2006-09-133-3/+3
* Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin2006-09-133-1/+5
*-. Merge branches 'maint' and 'jc/http'Junio C Hamano2006-09-131-5/+34
|\ \
| | * http-fetch: fix alternates handling.Junio C Hamano2006-09-131-5/+34
| * | http-fetch: fix alternates handling.v1.4.2.1Junio C Hamano2006-09-131-5/+34
* | | Merge branch 'jc/unpack'Junio C Hamano2006-09-132-23/+46
|\ \ \
| * | | unpack-objects -r: call it "recover".Junio C Hamano2006-09-132-7/+7
| * | | unpack-objects desperately salvages objects from a corrupt packJunio C Hamano2006-09-042-22/+45
* | | | Merge branch 'jc/binary'Junio C Hamano2006-09-134-26/+18
|\ \ \ \
| * | | | diff --binary generates full index on binary files.Junio C Hamano2006-09-071-1/+7
| * | | | Make apply --binary a no-op.Junio C Hamano2006-09-073-25/+11
* | | | | Merge branch 'aw/send-pack'Junio C Hamano2006-09-131-35/+70
|\ \ \ \ \
| * | | | | send-pack: switch to using git-rev-list --stdinAndy Whitcroft2006-09-071-35/+70
| |/ / / /
* | | | | Test return value of finish_connect()Franck Bui-Huu2006-09-133-6/+6
| |_|_|/ |/| | |
* | | | contrib/vim: add syntax highlighting file for commitsJeff King2006-09-132-0/+26
* | | | Fix space in string " false" problem in "trace.c".Christian Couder2006-09-121-1/+1
* | | | connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu2006-09-122-3/+12
* | | | Fix a memory leak in "connect.c" and die if command too long.Christian Couder2006-09-101-3/+14
* | | | Move add_to_string to "quote.c" and make it extern.Christian Couder2006-09-103-30/+36
* | | | gitweb: Paginate history outputJakub Narebski2006-09-101-10/+54
* | | | gitweb: Make pickaxe search a featureJakub Narebski2006-09-101-2/+31
* | | | get_sha1_hex() micro-optimizationJunio C Hamano2006-09-091-9/+37
* | | | autoconf: Add config.cache to .gitignoreJakub Narebski2006-09-071-0/+1
* | | | autoconf: Add support for setting NO_ICONV and ICONVDIRJakub Narebski2006-09-072-1/+13
* | | | autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconvJakub Narebski2006-09-071-2/+5
|/ / /
* | | Merge branch 'jc/daemon'Junio C Hamano2006-09-072-12/+38
|\ \ \
| * | | Revert "daemon: add upload-tar service."Junio C Hamano2006-09-072-13/+1
| * | | multi-service daemon: documentationJunio C Hamano2006-08-271-8/+39
| * | | daemon: add upload-tar service.Junio C Hamano2006-08-271-4/+11
* | | | Merge branch 'pm/diff'Junio C Hamano2006-09-071-0/+25
|\ \ \ \
| * | | | diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras2006-09-051-0/+25
* | | | | git-repack: create new packs inside $GIT_DIR, not cwdMartin Langhoff2006-09-061-4/+7
* | | | | Teach rev-list an option to read revs from the standard input.Junio C Hamano2006-09-052-0/+31
* | | | | revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano2006-09-052-74/+87
* | | | | Fix memory leak in prepend_to_path (git.c).Christian Couder2006-09-051-0/+2
* | | | | send-pack: remove remote reference limitAndy Whitcroft2006-09-051-1/+1
* | | | | autoconf: Fix copy'n'paste errorJakub Narebski2006-09-051-1/+1
|/ / / /
* | | | Merge branch 'jc/pack'Junio C Hamano2006-09-044-16/+100
|\ \ \ \
| * | | | more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-034-41/+65
| * | | | pack-objects: fix thinko in revalidate codeJunio C Hamano2006-09-031-6/+7
| * | | | pack-objects: re-validate data we copy from elsewhere.Junio C Hamano2006-09-021-4/+63