aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-04
* git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-04
* Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce2008-03-03
* Make git-fetch follow tags we already have objects for soonerShawn O. Pearce2008-03-03
* Teach upload-pack to log the received need lines to an fdShawn O. Pearce2008-03-03
* Free the path_lists used to find non-local tags in git-fetchShawn O. Pearce2008-03-03
* Allow builtin-fetch's find_non_local_tags to append onto a listShawn O. Pearce2008-03-03
* Ensure tail pointer gets setup correctly when we fetch HEAD onlyShawn O. Pearce2008-03-03
* Remove unnecessary delaying of free_refs(ref_map) in builtin-fetchShawn O. Pearce2008-03-03
* Remove unused variable in builtin-fetch find_non_local_tagsShawn O. Pearce2008-03-03
* Update draft release notes for 1.5.5Junio C Hamano2008-03-03
* Merge branch 'maint'Junio C Hamano2008-03-02
|\
| * Update draft release notes for 1.5.4.4Junio C Hamano2008-03-02
| * revert: actually check for a dirty indexJeff King2008-03-02
| * tests: introduce test_must_failJunio C Hamano2008-03-02
| * git-submodule: Fix typo 'url' which should be '$url'Ping Yin2008-03-02
| * receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink2008-03-02
* | Fix doc typos.Ralf Wildenhues2008-03-02
* | fast-import: exit with proper message if not a git dirJean-Luc Herren2008-03-02
* | Merge branch 'np/verify-pack'Junio C Hamano2008-03-02
|\ \
| * | add storage size output to 'git verify-pack -v'Nicolas Pitre2008-03-01
| * | fix unimplemented packed_object_info_detail() featuresNicolas Pitre2008-03-01
| * | make verify_one_pack() a bit less wrong wrt packed_git structureNicolas Pitre2008-03-01
| * | factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-01
* | | format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin2008-03-02
* | | format-patch: use the diff options for the cover letter, tooJohannes Schindelin2008-03-02
* | | gitweb: Mark first match when searching commit messagesJakub Narebski2008-03-02
* | | Merge branch 'sp/describe-tag'Junio C Hamano2008-03-02
|\ \ \
| * | | Teach git-describe to verify annotated tag names before outputShawn O. Pearce2008-02-28
| |/ /
* | | Merge branch 'pb/cvsimport'Junio C Hamano2008-03-02
|\ \ \
| * | | cvsimport: document that -M can be used multiple timesPhilippe Bruhat (BooK2008-03-01
| * | | cvsimport: allow for multiple -M optionsPhilippe Bruhat (BooK2008-03-01
| * | | cvsimport: have default merge regex allow for dashes in the branch namePhilippe Bruhat (BooK2008-03-01
* | | | Merge branch 'jc/maint-log-merge-left-right'Junio C Hamano2008-03-02
|\ \ \ \
| * | | | Fix "git log --merge --left-right"Junio C Hamano2008-02-27
* | | | | Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano2008-03-02
|\ \ \ \ \
| * | | | | Set proxy override with http_init()Mike Hommey2008-02-27
| |/ / / /
* | | | | Merge branch 'cb/http-test'Junio C Hamano2008-03-02
|\ \ \ \ \
| * | | | | http-push: add regression testsClemens Buchacher2008-02-27
| * | | | | http-push: push <remote> :<branch> deletes remote branchClemens Buchacher2008-02-27
* | | | | | Merge branch 'jc/remote-multi-url'Junio C Hamano2008-03-02
|\ \ \ \ \ \
| * | | | | | git-remote: do not complain on multiple URLs for a remoteJunio C Hamano2008-02-27
| |/ / / / /
* | | | | | Merge branch 'jn/gitweb-grep'Junio C Hamano2008-03-02
|\ \ \ \ \ \
| * | | | | | gitweb: Clearly distinguish regexp / exact match searchesPetr Baudis2008-02-27
| * | | | | | gitweb: Simplify fixed string searchJakub Narebski2008-02-27
| * | | | | | gitweb: Change parse_commits signature to allow for multiple optionsJakub Narebski2008-02-27
* | | | | | | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: use strict mode for unpacking objectsMartin Koegler2008-02-28
| * | | | | | | index-pack: introduce checking modeMartin Koegler2008-02-28
| * | | | | | | unpack-objects: prevent writing of inconsistent objectsMartin Koegler2008-02-28