summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* archive: remove unused headersRené Scharfe2008-07-193-9/+0
* archive: make zip compression level independent from core gitRené Scharfe2008-07-193-5/+8
* Documentation: How to ignore local changes in tracked filesPetr Baudis2008-07-192-3/+18
* Documentation/git-submodule.txt: Further clarify the descriptionPetr Baudis2008-07-191-22/+47
* Add ANSI control code emulation for the Windows consolePeter Harris2008-07-193-1/+357
* builtin-clone: rewrite guess_dir_name()Johannes Sixt2008-07-191-29/+32
* Teach lookup_prog not to select directoriesEric Raible2008-07-191-1/+2
* testsuite for cvs co -cFabian Emmes2008-07-191-0/+11
* cvsserver: Add cvs co -c supportLars Noschinski2008-07-191-0/+12
* cvsserver: Add support for packed refsLars Noschinski2008-07-191-14/+8
* Testsuite: Unset CVS_SERVERFabian Emmes2008-07-191-0/+1
* Link git-shell only to a subset of libgit.aStephan Beyer2008-07-191-0/+3
* t9001 (send-email): Do not use hardcoded /bin/sh in testJunio C Hamano2008-07-191-4/+4
* builtin-remote.c: fix earlier "skip_prefix()" conversionJunio C Hamano2008-07-171-32/+19
* Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfilesPetr Baudis2008-07-171-1/+3
* mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: lineJunio C Hamano2008-07-161-4/+3
* read-cache.c: typofixJunio C Hamano2008-07-161-1/+1
* Update draft release notes for 1.6.0Junio C Hamano2008-07-161-6/+13
* Merge branch 'mv/dashless'Junio C Hamano2008-07-165-18/+22
|\
| * make remove-dashes: apply to scripts and programs as well, not just to builtinsMiklos Vajna2008-07-112-10/+10
| * git-bisect: use dash-less form on git bisect logMiklos Vajna2008-07-111-4/+8
| * t1007-hash-object.sh: use quotes for the test descriptionMiklos Vajna2008-07-111-1/+1
| * t0001-init.sh: change confusing directory nameMiklos Vajna2008-07-111-3/+3
* | Merge branch 'ls/mailinfo'Junio C Hamano2008-07-163-410/+431
|\ \
| * | git-mailinfo: use strbuf's instead of fixed buffersLukas Sandström2008-07-131-405/+352
| * | Add some useful functions for strbuf manipulation.Lukas Sandström2008-07-132-0/+76
| * | Make some strbuf_*() struct strbuf arguments const.Lukas Sandström2008-07-132-4/+4
| |/
* | Documentation/git-submodule.txt: Add Description sectionPetr Baudis2008-07-161-0/+22
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16139-335/+350
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-1380-101/+102
| * | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-1358-233/+247
| * | t/test-lib.sh: exit with small negagive int is ok with test_must_failStephan Beyer2008-07-131-1/+1
| |/
* | Merge branch 'rs/archive'Junio C Hamano2008-07-1612-274/+208
|\ \
| * | archive: remove extra arguments parsing codeRené Scharfe2008-07-153-31/+17
| * | archive: unify file attribute handlingRené Scharfe2008-07-152-43/+23
| * | archive: centralize archive entry writingRené Scharfe2008-07-154-154/+133
| * | archive: add baselen member to struct archiver_argsRené Scharfe2008-07-154-10/+8
| * | add context pointer to read_tree_recursive()René Scharfe2008-07-158-26/+28
| * | archive: remove args member from struct archiverRené Scharfe2008-07-153-39/+28
* | | Merge branch 'ag/blame'Junio C Hamano2008-07-161-5/+28
|\ \ \
| * | | Do not try to detect move/copy for entries below threshold.Alexander Gavrilov2008-07-151-5/+11
| * | | Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov2008-07-151-2/+19
* | | | Merge branch 'rs/rebase-checkout-not-so-quiet'Junio C Hamano2008-07-161-2/+1
|\ \ \ \
| * | | | git-rebase: report checkout failureJunio C Hamano2008-07-141-3/+1
| | |/ / | |/| |
* | | | Merge branch 'sp/maint-index-pack'Junio C Hamano2008-07-161-29/+113
|\ \ \ \
| * | | | index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce2008-07-151-2/+46
| * | | | index-pack: Track the object_entry that creates each base_dataShawn O. Pearce2008-07-151-6/+12
| * | | | index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce2008-07-151-3/+31
| * | | | index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce2008-07-151-27/+33
* | | | | Merge branch 'maint'Junio C Hamano2008-07-1613-88/+124
|\ \ \ \ \