summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | | autoconf: Quote AC_CACHE_CHECK argumentsJakub Narebski2006-09-041-4/+4
* | | | | | autoconf: Check for subprocess.pyJakub Narebski2006-09-041-0/+10
* | | | | | autoconf: Add -liconv to LIBS when NEEDS_LIBICONVJakub Narebski2006-09-041-0/+1
* | | | | | gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski2006-09-041-8/+21
* | | | | | gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski2006-09-041-4/+4
* | | | | | gitweb: Add GIT favicon, assuming image/png typeJakub Narebski2006-09-043-0/+7
* | | | | | Fix git-fsck-objects SIGSEGV/divide-by-zeroLinus Torvalds2006-09-041-4/+5
| |_|/ / / |/| | | |
* | | | | gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski2006-09-031-1/+1