summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mw/alternates'Junio C Hamano2006-05-093-77/+212
|\
| * clone: don't clone the info/alternates fileMartin Waitz2006-05-071-5/+1
| * test case for transitive info/alternatesMartin Waitz2006-05-071-0/+105
| * Transitively read alternativesMartin Waitz2006-05-071-72/+106
* | Merge branch 'jc/xsha1'Junio C Hamano2006-05-091-8/+47
|\ \
| * | get_sha1() - fix infinite loop on nonexistent stage.Junio C Hamano2006-05-081-0/+1
| * | get_sha1(): :path and :[0-3]:path to extract from index.Junio C Hamano2006-04-301-8/+46
* | | Merge branch 'jc/again'Junio C Hamano2006-05-093-4/+142
|\ \ \
| * | | Fix users of prefix_path() to free() only when necessaryJohannes Schindelin2006-05-062-6/+6
| * | | update-index --again: take optional pathspecsJunio C Hamano2006-05-052-2/+13
| * | | update-index --againJunio C Hamano2006-05-053-4/+131
* | | | Merge branch 'np/delta'Junio C Hamano2006-05-095-157/+353
|\ \ \ \
| * | | | improve diff-delta with sparse and/or repetitive dataNicolas Pitre2006-05-021-13/+27
| * | | | tiny optimization to diff-deltaNicolas Pitre2006-05-021-3/+2
| * | | | replace adler32 with Rabin's polynomial in diff-deltaNicolas Pitre2006-04-282-35/+151
| * | | | use delta index data when finding best delta matchesNicolas Pitre2006-04-261-37/+41
| * | | | split the diff-delta interfaceNicolas Pitre2006-04-243-92/+155
* | | | | Merge branch 'jc/bindiff'Junio C Hamano2006-05-098-69/+575
|\ \ \ \ \
| * | | | | improve base85 generated assembly codeNicolas Pitre2006-05-081-29/+35
| * | | | | binary diff and apply: testsuite.Junio C Hamano2006-05-062-0/+85
| * | | | | binary diff: further updates.Junio C Hamano2006-05-055-96/+304
| * | | | | binary patch.Junio C Hamano2006-05-054-68/+275
* | | | | | Merge branch 'fix'Junio C Hamano2006-05-092-10/+10
|\ \ \ \ \ \
| * | | | | | read-cache.c: use xcalloc() not calloc()Yakov Lerner2006-05-091-1/+1
| * | | | | | apply: fix infinite loop with multiple patches with --indexEric Wong2006-05-091-9/+9
* | | | | | | Merge branch 'fix'Junio C Hamano2006-05-0816-41/+47
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Separate object name errors from usage errorsDmitry V. Levin2006-05-0813-25/+36
| * | | | | Documentation: {caret} fixes (git-rev-list.txt)Junio C Hamano2006-05-081-3/+4
| * | | | | Fix "git diff --stat" with long filenamesLinus Torvalds2006-05-081-1/+1
| * | | | | Fix repo-config set-multivar error return path.Junio C Hamano2006-05-071-12/+6
* | | | | | Merge branch 'fix'Junio C Hamano2006-05-076-13/+94
|\ \ \ \ \ \ | |/ / / / /
| * | | | | repack: honor -d even when no new pack was createdMartin Waitz2006-05-071-7/+7
| * | | | | clone: keep --reference even with -l -sMartin Waitz2006-05-072-1/+79
| * | | | | repo-config: document what value_regexp does a bit more clearly.Junio C Hamano2006-05-071-4/+5
| * | | | | Release config lock if the regex is invalidPavel Roskin2006-05-071-0/+2
| * | | | | core-tutorial.txt: escape asteriskMatthias Lederhofer2006-05-071-1/+1
* | | | | | Sparse fix for builtin-diffPeter Hagervall2006-05-071-2/+1
* | | | | | Fix users of prefix_path() to free() only when necessaryJohannes Schindelin2006-05-062-5/+5
* | | | | | t1300-repo-config: two new config parsing tests.sean2006-05-061-0/+31
* | | | | | Another config file parsing fix.sean2006-05-061-1/+3
| |_|_|/ / |/| | | |
* | | | | update-index: plug memory leak from prefix_path()Junio C Hamano2006-05-051-7/+12
* | | | | checkout-index: plug memory leak from prefix_path()Junio C Hamano2006-05-051-2/+11
* | | | | update-index --unresolve: work from a subdirectory.Junio C Hamano2006-05-051-3/+8
| |/ / / |/| | |
* | | | pack-object: squelch eye-candy on non-ttyJunio C Hamano2006-05-051-0/+5
* | | | Merge branch 'fix'Junio C Hamano2006-05-051-2/+3
|\ \ \ \ | |/ / /
| * | | core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-056-11/+17
| * | | repo-config: trim white-space before commentJohannes Schindelin2006-05-051-6/+6
| * | | Fix for config file section parsing.sean2006-05-051-2/+3
* | | | Clarify git-cherry documentation.sean2006-05-051-5/+14
* | | | Update git-unpack-objects documentation.sean2006-05-051-3/+10