summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe2006-09-102-2/+2
| * | | | | | archive: allow remote to have more formats than we understand.Junio C Hamano2006-09-092-33/+47
| * | | | | | git-archive: make compression level of ZIP archives configurableRene Scharfe2006-09-093-2/+23
| * | | | | | Add git-upload-archiveFranck Bui-Huu2006-09-097-0/+120
| * | | | | | git-archive: wire up ZIP format.Franck Bui-Huu2006-09-093-0/+30
| * | | | | | git-archive: wire up TAR format.Franck Bui-Huu2006-09-093-1/+72
| * | | | | | Add git-archiveFranck Bui-Huu2006-09-098-1/+375
| | |/ / / / | |/| | | |
* | | | | | gitweb: export optionsMatthias Lederhofer2006-09-172-3/+24
* | | | | | gitweb: do not use 'No such directory' error messageMatthias Lederhofer2006-09-171-7/+4
* | | | | | gitweb: fix uninitialized variable warning.Martin Waitz2006-09-171-8/+8
* | | | | | gitweb: more support for PATH_INFO based URLsMartin Waitz2006-09-171-7/+27
* | | | | | apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano2006-09-173-34/+197
* | | | | | t1400: make test debuggable.Junio C Hamano2006-09-161-43/+43
| |_|/ / / |/| | | |
* | | | | Allow multiple "git_path()" usesLinus Torvalds2006-09-161-1/+9
* | | | | gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski2006-09-161-1/+10
* | | | | gitweb: Allow for href() to be used for links without project paramJakub Narebski2006-09-161-7/+10
* | | | | 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
|/ / / /