summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-05Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce
2008-03-05Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce
2008-03-05git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce
2008-03-03Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce
2008-03-03Make git-fetch follow tags we already have objects for soonerShawn O. Pearce
2008-03-03Teach upload-pack to log the received need lines to an fdShawn O. Pearce
2008-03-03Free the path_lists used to find non-local tags in git-fetchShawn O. Pearce
2008-03-03Allow builtin-fetch's find_non_local_tags to append onto a listShawn O. Pearce
2008-03-03Ensure tail pointer gets setup correctly when we fetch HEAD onlyShawn O. Pearce
2008-03-03Remove unnecessary delaying of free_refs(ref_map) in builtin-fetchShawn O. Pearce
2008-03-03Remove unused variable in builtin-fetch find_non_local_tagsShawn O. Pearce
2008-03-03Update draft release notes for 1.5.5Junio C Hamano
2008-03-03Merge branch 'maint'Junio C Hamano
2008-03-03Update draft release notes for 1.5.4.4Junio C Hamano
2008-03-03revert: actually check for a dirty indexJeff King
2008-03-03tests: introduce test_must_failJunio C Hamano
2008-03-03git-submodule: Fix typo 'url' which should be '$url'Ping Yin
2008-03-03receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink
2008-03-03Fix doc typos.Ralf Wildenhues
2008-03-03fast-import: exit with proper message if not a git dirJean-Luc Herren
2008-03-03Merge branch 'np/verify-pack'Junio C Hamano
2008-03-02format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin
2008-03-02format-patch: use the diff options for the cover letter, tooJohannes Schindelin
2008-03-02gitweb: Mark first match when searching commit messagesJakub Narebski
2008-03-02Merge branch 'sp/describe-tag'Junio C Hamano
2008-03-02Merge branch 'pb/cvsimport'Junio C Hamano
2008-03-02Merge branch 'jc/maint-log-merge-left-right'Junio C Hamano
2008-03-02Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano
2008-03-02Merge branch 'cb/http-test'Junio C Hamano
2008-03-02Merge branch 'jc/remote-multi-url'Junio C Hamano
2008-03-02Merge branch 'jn/gitweb-grep'Junio C Hamano
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-03-02Merge branch 'sb/describe-long'Junio C Hamano
2008-03-02Merge branch 'ew/maint-svn-cert-fileprovider'Junio C Hamano
2008-03-02Merge branch 'js/maint-daemon'Junio C Hamano
2008-03-02Documentation: Remove --{min,max}-age option from git-log(1)Jakub Narebski
2008-03-02cleanup: remove unused git_checkout_configDenis Cheng
2008-03-02Fix make_absolute_path() for parameters without a slashJohannes Schindelin
2008-03-02diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano
2008-03-02diff-lib.c: constness strengtheningJunio C Hamano
2008-03-02Clean up find_unique_abbrev() callersJunio C Hamano
2008-03-02find_unique_abbrev(): redefine semanticsJunio C Hamano
2008-03-02git rebase --abort: always restore the right commitMike Hommey
2008-03-02Documentation/git-rebase.txt: Add --strategy to synopsysMike Hommey
2008-03-02CodingGuidelines: spell out how we use grep in our scriptsJunio C Hamano
2008-03-01add storage size output to 'git verify-pack -v'Nicolas Pitre
2008-03-01fix unimplemented packed_object_info_detail() featuresNicolas Pitre
2008-03-01make verify_one_pack() a bit less wrong wrt packed_git structureNicolas Pitre
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre
2008-03-01allow git-am to run in a subdirectoryJeff King