summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeMike Hommey2008-03-031-28/+40
* git-p4: Fix import of changesets with file deletionsSimon Hausmann2008-03-031-20/+25
* Fix test for cleanup failure in t7300 on WindowsAlex Riesen2008-03-031-1/+2
* t6120 (describe): check --long properlyJunio C Hamano2008-03-031-0/+1
* Add git-describe test for "verify annotated tag names on output"Shawn O. Pearce2008-03-031-1/+16
* Test for packed tags in git-describe outputShawn O. Pearce2008-03-031-0/+3
* Don't allow git-describe failures to go unnoticed in t6120Shawn O. Pearce2008-03-031-1/+3
* describe: re-fix display_name()Junio C Hamano2008-03-031-1/+1
* describe: fix --long outputJunio C Hamano2008-03-031-5/+11
* git-describe: use tags found in packed-refs correctlyJunio C Hamano2008-03-031-1/+1
* fetch-pack: check parse_commit/object resultsMartin Koegler2008-03-031-7/+10
* 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