summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-043-2/+111
* Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce2008-03-032-1/+137
* Make git-fetch follow tags we already have objects for soonerShawn O. Pearce2008-03-031-0/+6
* Teach upload-pack to log the received need lines to an fdShawn O. Pearce2008-03-031-0/+9
* Free the path_lists used to find non-local tags in git-fetchShawn O. Pearce2008-03-031-1/+3
* Allow builtin-fetch's find_non_local_tags to append onto a listShawn O. Pearce2008-03-031-8/+8
* Ensure tail pointer gets setup correctly when we fetch HEAD onlyShawn O. Pearce2008-03-031-0/+1
* Remove unnecessary delaying of free_refs(ref_map) in builtin-fetchShawn O. Pearce2008-03-031-5/+2
* Remove unused variable in builtin-fetch find_non_local_tagsShawn O. Pearce2008-03-031-3/+2
* Update draft release notes for 1.5.5Junio C Hamano2008-03-031-1/+27
* Merge branch 'maint'Junio C Hamano2008-03-025-6/+49
|\
| * Update draft release notes for 1.5.4.4Junio C Hamano2008-03-021-1/+21
| * revert: actually check for a dirty indexJeff King2008-03-022-4/+25
| * tests: introduce test_must_failJunio C Hamano2008-03-022-8/+25
| * git-submodule: Fix typo 'url' which should be '$url'Ping Yin2008-03-021-1/+1
| * receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink2008-03-021-0/+2
* | Fix doc typos.Ralf Wildenhues2008-03-022-4/+4
* | fast-import: exit with proper message if not a git dirJean-Luc Herren2008-03-021-0/+1
* | Merge branch 'np/verify-pack'Junio C Hamano2008-03-029-163/+185
|\ \
| * | add storage size output to 'git verify-pack -v'Nicolas Pitre2008-03-013-7/+7
| * | fix unimplemented packed_object_info_detail() featuresNicolas Pitre2008-03-012-3/+10
| * | make verify_one_pack() a bit less wrong wrt packed_git structureNicolas Pitre2008-03-011-1/+1
| * | factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-014-152/+167
* | | format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin2008-03-023-2/+25
* | | format-patch: use the diff options for the cover letter, tooJohannes Schindelin2008-03-022-6/+16
* | | gitweb: Mark first match when searching commit messagesJakub Narebski2008-03-021-1/+1
* | | Merge branch 'sp/describe-tag'Junio C Hamano2008-03-021-12/+33
|\ \ \
| * | | Teach git-describe to verify annotated tag names before outputShawn O. Pearce2008-02-281-8/+30
| |/ /
* | | Merge branch 'pb/cvsimport'Junio C Hamano2008-03-022-7/+16
|\ \ \
| * | | cvsimport: document that -M can be used multiple timesPhilippe Bruhat (BooK2008-03-011-1/+5
| * | | cvsimport: allow for multiple -M optionsPhilippe Bruhat (BooK2008-03-011-5/+10
| * | | cvsimport: have default merge regex allow for dashes in the branch namePhilippe Bruhat (BooK2008-03-011-1/+1
* | | | Merge branch 'jc/maint-log-merge-left-right'Junio C Hamano2008-03-021-8/+4
|\ \ \ \
| * | | | Fix "git log --merge --left-right"Junio C Hamano2008-02-271-8/+4
* | | | | Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano2008-03-027-12/+22
|\ \ \ \ \
| * | | | | Set proxy override with http_init()Mike Hommey2008-02-277-12/+22
| |/ / / /
* | | | | Merge branch 'cb/http-test'Junio C Hamano2008-03-026-7/+230
|\ \ \ \ \
| * | | | | http-push: add regression testsClemens Buchacher2008-02-275-2/+218
| * | | | | http-push: push <remote> :<branch> deletes remote branchClemens Buchacher2008-02-271-5/+12
* | | | | | Merge branch 'jc/remote-multi-url'Junio C Hamano2008-03-021-3/+3
|\ \ \ \ \ \
| * | | | | | git-remote: do not complain on multiple URLs for a remoteJunio C Hamano2008-02-271-3/+3
| |/ / / / /
* | | | | | Merge branch 'jn/gitweb-grep'Junio C Hamano2008-03-021-20/+38
|\ \ \ \ \ \
| * | | | | | gitweb: Clearly distinguish regexp / exact match searchesPetr Baudis2008-02-271-14/+30
| * | | | | | gitweb: Simplify fixed string searchJakub Narebski2008-02-271-3/+5
| * | | | | | gitweb: Change parse_commits signature to allow for multiple optionsJakub Narebski2008-02-271-5/+5
* | | | | | | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-0222-427/+725
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: use strict mode for unpacking objectsMartin Koegler2008-02-282-13/+29
| * | | | | | | index-pack: introduce checking modeMartin Koegler2008-02-282-1/+90
| * | | | | | | unpack-objects: prevent writing of inconsistent objectsMartin Koegler2008-02-282-7/+106
| * | | | | | | unpack-object: cache for non written objectsMartin Koegler2008-02-281-0/+23