summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move sideband server side support into reusable form.Junio C Hamano2006-09-103-37/+40
* Move sideband client side support into reusable form.Junio C Hamano2006-09-104-29/+66
* 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
* | | Update GIT_TRACE documentation.Christian Couder2006-09-031-1/+10
* | | Merge branch 'master' into cc/traceJunio C Hamano2006-09-0245-312/+972
|\ \ \ | |/ /
| * | Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-0210-64/+229
| * | Replace uses of strdup with xstrdup.Shawn Pearce2006-09-0234-76/+84
| * | consolidate two copies of new style object header parsing code.Junio C Hamano2006-09-011-40/+45
| * | Documentation: Fix howto/revert-branch-rebase.html generationSergey Vlasov2006-09-011-1/+1
| * | fmt-merge-msg: fix off-by-one bugJohannes Schindelin2006-09-011-1/+1
| * | git-rev-list(1): group options; reformat; document more optionsJonas Fonseca2006-09-011-66/+188
| * | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-09-011-95/+587
| |\ \
| | * | gitk: Fix some bugs in the new cherry-picking codePaul Mackerras2006-08-281-2/+6
| | * | gitk: Improve responsiveness while reading and layout out the graphPaul Mackerras2006-08-161-24/+34
| | * | gitk: Update preceding/following tag info when creating a tagPaul Mackerras2006-08-081-0/+77
| | * | gitk: Add a menu item for cherry-picking commitsPaul Mackerras2006-08-061-43/+210
| | * | gitk: Fix a couple of buglets in the branch head menu itemsPaul Mackerras2006-08-021-2/+2
| | * | gitk: Add a context menu for headsPaul Mackerras2006-08-021-0/+118
| | * | gitk: Add a row context-menu item for creating a new branchPaul Mackerras2006-08-021-0/+80
| | * | gitk: Recompute ancestor/descendent heads/tags when rereading refsPaul Mackerras2006-08-021-47/+85
| | * | gitk: Minor cleanupsPaul Mackerras2006-07-181-7/+5
| * | | Constness tightening for move/link_temp_to_file()Junio C Hamano2006-09-012-3/+3
| * | | gitweb: Fix git_blameAneesh Kumar K.V2006-08-311-4/+6