Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Trivial support for cloning and fetching via ftp://. | Sasha Khapyorsky | 2006-09-13 | 3 | -4/+4 | |
* | | | | | Documentation: Fix broken links | Dmitry V. Levin | 2006-09-13 | 3 | -3/+3 | |
* | | | | | Make count-objects, describe and merge-tree work in subdirectory | Dmitry V. Levin | 2006-09-13 | 3 | -1/+5 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | Merge branches 'maint' and 'jc/http' | Junio C Hamano | 2006-09-13 | 1 | -5/+34 | |
|\ \ \ \ \ \ | ||||||
| | * | | | | | http-fetch: fix alternates handling. | Junio C Hamano | 2006-09-13 | 1 | -5/+34 | |
| * | | | | | | http-fetch: fix alternates handling.v1.4.2.1 | Junio C Hamano | 2006-09-13 | 1 | -5/+34 | |
* | | | | | | | Merge branch 'jc/unpack' | Junio C Hamano | 2006-09-13 | 2 | -23/+46 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | unpack-objects -r: call it "recover". | Junio C Hamano | 2006-09-13 | 2 | -7/+7 | |
| * | | | | | | | unpack-objects desperately salvages objects from a corrupt pack | Junio C Hamano | 2006-09-04 | 2 | -22/+45 | |
* | | | | | | | | Merge branch 'jc/binary' | Junio C Hamano | 2006-09-13 | 4 | -26/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | diff --binary generates full index on binary files. | Junio C Hamano | 2006-09-07 | 1 | -1/+7 | |
| * | | | | | | | | Make apply --binary a no-op. | Junio C Hamano | 2006-09-07 | 3 | -25/+11 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'aw/send-pack' | Junio C Hamano | 2006-09-13 | 1 | -35/+70 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | send-pack: switch to using git-rev-list --stdin | Andy Whitcroft | 2006-09-07 | 1 | -35/+70 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Test return value of finish_connect() | Franck Bui-Huu | 2006-09-13 | 3 | -6/+6 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | contrib/vim: add syntax highlighting file for commits | Jeff King | 2006-09-13 | 2 | -0/+26 | |
* | | | | | | | Fix space in string " false" problem in "trace.c". | Christian Couder | 2006-09-12 | 1 | -1/+1 | |
* | | | | | | | connect.c: finish_connect(): allow null pid parameter | Franck Bui-Huu | 2006-09-12 | 2 | -3/+12 | |
* | | | | | | | Fix a memory leak in "connect.c" and die if command too long. | Christian Couder | 2006-09-10 | 1 | -3/+14 | |
* | | | | | | | Move add_to_string to "quote.c" and make it extern. | Christian Couder | 2006-09-10 | 3 | -30/+36 | |
* | | | | | | | gitweb: Paginate history output | Jakub Narebski | 2006-09-10 | 1 | -10/+54 | |
* | | | | | | | gitweb: Make pickaxe search a feature | Jakub Narebski | 2006-09-10 | 1 | -2/+31 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | get_sha1_hex() micro-optimization | Junio C Hamano | 2006-09-09 | 1 | -9/+37 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | autoconf: Add config.cache to .gitignore | Jakub Narebski | 2006-09-07 | 1 | -0/+1 | |
* | | | | | autoconf: Add support for setting NO_ICONV and ICONVDIR | Jakub Narebski | 2006-09-07 | 2 | -1/+13 | |
* | | | | | autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv | Jakub Narebski | 2006-09-07 | 1 | -2/+5 | |
|/ / / / | ||||||
* | | | | Merge branch 'jc/daemon' | Junio C Hamano | 2006-09-07 | 2 | -12/+38 | |
|\ \ \ \ | ||||||
| * | | | | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 | 2 | -13/+1 | |
| * | | | | multi-service daemon: documentation | Junio C Hamano | 2006-08-27 | 1 | -8/+39 | |
| * | | | | daemon: add upload-tar service. | Junio C Hamano | 2006-08-27 | 1 | -4/+11 | |
* | | | | | Merge branch 'pm/diff' | Junio C Hamano | 2006-09-07 | 1 | -0/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | diff-index --cc shows a 3-way diff between HEAD, index and working tree. | Paul Mackerras | 2006-09-05 | 1 | -0/+25 | |
* | | | | | | git-repack: create new packs inside $GIT_DIR, not cwd | Martin Langhoff | 2006-09-06 | 1 | -4/+7 | |
* | | | | | | Teach rev-list an option to read revs from the standard input. | Junio C Hamano | 2006-09-05 | 2 | -0/+31 | |
* | | | | | | revision.c: allow injecting revision parameters after setup_revisions(). | Junio C Hamano | 2006-09-05 | 2 | -74/+87 | |
* | | | | | | Fix memory leak in prepend_to_path (git.c). | Christian Couder | 2006-09-05 | 1 | -0/+2 | |
* | | | | | | send-pack: remove remote reference limit | Andy Whitcroft | 2006-09-05 | 1 | -1/+1 | |
* | | | | | | autoconf: Fix copy'n'paste error | Jakub Narebski | 2006-09-05 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'jc/pack' | Junio C Hamano | 2006-09-04 | 4 | -16/+100 | |
|\ \ \ \ \ | ||||||
| * | | | | | more lightweight revalidation while reusing deflated stream in packing | Junio C Hamano | 2006-09-03 | 4 | -41/+65 | |
| * | | | | | pack-objects: fix thinko in revalidate code | Junio C Hamano | 2006-09-03 | 1 | -6/+7 | |
| * | | | | | pack-objects: re-validate data we copy from elsewhere. | Junio C Hamano | 2006-09-02 | 1 | -4/+63 | |
* | | | | | | autoconf: Quote AC_CACHE_CHECK arguments | Jakub Narebski | 2006-09-04 | 1 | -4/+4 | |
* | | | | | | autoconf: Check for subprocess.py | Jakub Narebski | 2006-09-04 | 1 | -0/+10 | |
* | | | | | | autoconf: Add -liconv to LIBS when NEEDS_LIBICONV | Jakub Narebski | 2006-09-04 | 1 | -0/+1 | |
* | | | | | | gitweb: Divide page path into directories -- path's "breadcrumbs" | Jakub Narebski | 2006-09-04 | 1 | -8/+21 | |
* | | | | | | gitweb: Correct typo: '==' instead of 'eq' in git_difftree_body | Jakub Narebski | 2006-09-04 | 1 | -4/+4 | |
* | | | | | | gitweb: Add GIT favicon, assuming image/png type | Jakub Narebski | 2006-09-04 | 3 | -0/+7 | |
* | | | | | | Fix git-fsck-objects SIGSEGV/divide-by-zero | Linus Torvalds | 2006-09-04 | 1 | -4/+5 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | gitweb: Change the name of diff to parent link in "commit" view to "diff | Jakub Narebski | 2006-09-03 | 1 | -1/+1 |