Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fetch-pack: check parse_commit/object results | Martin Koegler | 2008-03-03 | 1 | -7/+10 |
* | Update draft release notes for 1.5.5 | Junio C Hamano | 2008-03-03 | 1 | -1/+27 |
* | Merge branch 'maint' | Junio C Hamano | 2008-03-02 | 5 | -6/+49 |
|\ | |||||
| * | Update draft release notes for 1.5.4.4 | Junio C Hamano | 2008-03-02 | 1 | -1/+21 |
| * | revert: actually check for a dirty index | Jeff King | 2008-03-02 | 2 | -4/+25 |
| * | tests: introduce test_must_fail | Junio C Hamano | 2008-03-02 | 2 | -8/+25 |
| * | git-submodule: Fix typo 'url' which should be '$url' | Ping Yin | 2008-03-02 | 1 | -1/+1 |
| * | receive-pack: Initialize PATH to include exec-dir. | Björn Steinbrink | 2008-03-02 | 1 | -0/+2 |
* | | Fix doc typos. | Ralf Wildenhues | 2008-03-02 | 2 | -4/+4 |
* | | fast-import: exit with proper message if not a git dir | Jean-Luc Herren | 2008-03-02 | 1 | -0/+1 |
* | | Merge branch 'np/verify-pack' | Junio C Hamano | 2008-03-02 | 9 | -163/+185 |
|\ \ | |||||
| * | | add storage size output to 'git verify-pack -v' | Nicolas Pitre | 2008-03-01 | 3 | -7/+7 |
| * | | fix unimplemented packed_object_info_detail() features | Nicolas Pitre | 2008-03-01 | 2 | -3/+10 |
| * | | make verify_one_pack() a bit less wrong wrt packed_git structure | Nicolas Pitre | 2008-03-01 | 1 | -1/+1 |
| * | | factorize revindex code out of builtin-pack-objects.c | Nicolas Pitre | 2008-03-01 | 4 | -152/+167 |
* | | | format-patch: wrap cover-letter's shortlog sensibly | Johannes Schindelin | 2008-03-02 | 3 | -2/+25 |
* | | | format-patch: use the diff options for the cover letter, too | Johannes Schindelin | 2008-03-02 | 2 | -6/+16 |
* | | | gitweb: Mark first match when searching commit messages | Jakub Narebski | 2008-03-02 | 1 | -1/+1 |
* | | | Merge branch 'sp/describe-tag' | Junio C Hamano | 2008-03-02 | 1 | -12/+33 |
|\ \ \ | |||||
| * | | | Teach git-describe to verify annotated tag names before output | Shawn O. Pearce | 2008-02-28 | 1 | -8/+30 |
| |/ / | |||||
* | | | Merge branch 'pb/cvsimport' | Junio C Hamano | 2008-03-02 | 2 | -7/+16 |
|\ \ \ | |||||
| * | | | cvsimport: document that -M can be used multiple times | Philippe Bruhat (BooK | 2008-03-01 | 1 | -1/+5 |
| * | | | cvsimport: allow for multiple -M options | Philippe Bruhat (BooK | 2008-03-01 | 1 | -5/+10 |
| * | | | cvsimport: have default merge regex allow for dashes in the branch name | Philippe Bruhat (BooK | 2008-03-01 | 1 | -1/+1 |
* | | | | Merge branch 'jc/maint-log-merge-left-right' | Junio C Hamano | 2008-03-02 | 1 | -8/+4 |
|\ \ \ \ | |||||
| * | | | | Fix "git log --merge --left-right" | Junio C Hamano | 2008-02-27 | 1 | -8/+4 |
* | | | | | Merge branch 'mh/maint-http-proxy-fix' | Junio C Hamano | 2008-03-02 | 7 | -12/+22 |
|\ \ \ \ \ | |||||
| * | | | | | Set proxy override with http_init() | Mike Hommey | 2008-02-27 | 7 | -12/+22 |
| |/ / / / | |||||
* | | | | | Merge branch 'cb/http-test' | Junio C Hamano | 2008-03-02 | 6 | -7/+230 |
|\ \ \ \ \ | |||||
| * | | | | | http-push: add regression tests | Clemens Buchacher | 2008-02-27 | 5 | -2/+218 |
| * | | | | | http-push: push <remote> :<branch> deletes remote branch | Clemens Buchacher | 2008-02-27 | 1 | -5/+12 |
* | | | | | | Merge branch 'jc/remote-multi-url' | Junio C Hamano | 2008-03-02 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-remote: do not complain on multiple URLs for a remote | Junio C Hamano | 2008-02-27 | 1 | -3/+3 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jn/gitweb-grep' | Junio C Hamano | 2008-03-02 | 1 | -20/+38 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitweb: Clearly distinguish regexp / exact match searches | Petr Baudis | 2008-02-27 | 1 | -14/+30 |
| * | | | | | | gitweb: Simplify fixed string search | Jakub Narebski | 2008-02-27 | 1 | -3/+5 |
| * | | | | | | gitweb: Change parse_commits signature to allow for multiple options | Jakub Narebski | 2008-02-27 | 1 | -5/+5 |
* | | | | | | | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-03-02 | 22 | -427/+725 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | receive-pack: use strict mode for unpacking objects | Martin Koegler | 2008-02-28 | 2 | -13/+29 |
| * | | | | | | | index-pack: introduce checking mode | Martin Koegler | 2008-02-28 | 2 | -1/+90 |
| * | | | | | | | unpack-objects: prevent writing of inconsistent objects | Martin Koegler | 2008-02-28 | 2 | -7/+106 |
| * | | | | | | | unpack-object: cache for non written objects | Martin Koegler | 2008-02-28 | 1 | -0/+23 |
| * | | | | | | | add common fsck error printing function | Martin Koegler | 2008-02-25 | 2 | -0/+31 |
| * | | | | | | | builtin-fsck: move common object checking code to fsck.c | Martin Koegler | 2008-02-25 | 3 | -235/+257 |
| * | | | | | | | builtin-fsck: reports missing parent commits | Martin Koegler | 2008-02-25 | 3 | -1/+26 |
| * | | | | | | | Remove unused object-ref code | Martin Koegler | 2008-02-25 | 11 | -166/+1 |
| * | | | | | | | builtin-fsck: move away from object-refs to fsck_walk | Martin Koegler | 2008-02-25 | 1 | -28/+71 |
| * | | | | | | | add generic, type aware object chain walker | Martin Koegler | 2008-02-25 | 4 | -2/+117 |
* | | | | | | | | Merge branch 'sb/describe-long' | Junio C Hamano | 2008-03-02 | 3 | -1/+21 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-describe: --long shows the object name even for a tagged commit | Santi Béjar | 2008-02-25 | 3 | -1/+21 |