summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov2005-09-2095-213/+213
* [PATCH] Documentation: Add asciidoc.conf file and gitlink: macroSergey Vlasov2005-09-202-2/+23
* Fix extended short SHA1 name completionLinus Torvalds2005-09-201-7/+5
* Ship our own copy of subprocess.pyJunio C Hamano2005-09-194-9/+1176
* show-branch: Be nicer when running in a corrupt repository.Junio C Hamano2005-09-191-2/+5
* [PATCH] Fix git-init-db creating crap directories.Petr Baudis2005-09-191-0/+1
* [PATCH] Do not install compatibility symlink for what we do not installPatrick Mauritz2005-09-191-0/+2
* [PATCH] Remove total confusion from "git checkout"Linus Torvalds2005-09-191-1/+1
* [PATCH] strcasestr compatibility replacementLinus Torvalds2005-09-192-0/+29
* GIT 0.99.7v0.99.7Junio C Hamano2005-09-182-1/+7
|\
| * Merge branch 'master' of .Junio C Hamano2005-09-1849-781/+640
| |\
| * \ Merge branch 'master' of . Junio C Hamano2005-09-1311-80/+133
| |\ \
| * \ \ Merge branch 'master' of . Junio C Hamano2005-09-1212-40/+181
| |\ \ \
| * \ \ \ Merge branch 'master' of . Junio C Hamano2005-09-119-68/+116
| |\ \ \ \
| * | | | | Prepare 0.99.7 release candidate branch.Junio C Hamano2005-09-102-1/+7
* | | | | | Arrgh -- another asciidoc caret workaround.Junio C Hamano2005-09-181-1/+2
* | | | | | [PATCH] Improve git-update-index error reportingPetr Baudis2005-09-181-11/+25
* | | | | | [PATCH] Improved "git add"Linus Torvalds2005-09-181-1/+31
* | | | | | [PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds2005-09-181-0/+16
* | | | | | [PATCH] Support alternates and http-alternates in http-fetchDaniel Barkalow2005-09-181-7/+38
* | | | | | Document extended SHA1 used by git-rev-parse.Junio C Hamano2005-09-181-0/+34
* | | | | | fetch() assumes we do not have the object.Junio C Hamano2005-09-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | Improve the safety check used in fetch.cJunio C Hamano2005-09-181-32/+44
* | | | | Archive-destroying "git repack -a -d" bug.Junio C Hamano2005-09-171-1/+9
* | | | | Do not fail after calling bisect_auto_next()Junio C Hamano2005-09-171-1/+1
* | | | | [PATCH] Add support for alternates in HTTPDaniel Barkalow2005-09-171-35/+134
* | | | | Fix typo in test comment.Junio C Hamano2005-09-171-1/+1
* | | | | [PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano2005-09-173-4/+6
* | | | | [PATCH] Make "git shortlog" understand raw logsLinus Torvalds2005-09-171-1/+1
* | | | | [PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds2005-09-171-1/+3
* | | | | Add git-send-email to .gitignoreJunio C Hamano2005-09-171-0/+1
* | | | | Teach rsync transport about alternates.Junio C Hamano2005-09-173-5/+68
* | | | | [PATCH] Avoid building object ref lists when not neededLinus Torvalds2005-09-163-3/+12
* | | | | [PATCH] Improve git-rev-list memory usage furtherLinus Torvalds2005-09-161-2/+10
* | | | | [PATCH] fetch.c: cleanupsJunio C Hamano2005-09-161-11/+8
* | | | | [PATCH] Debian: build-depend on "bc"Matthias Urlichs2005-09-162-2/+2
* | | | | [PATCH] Make git-checkout failure message more friendly.Junio C Hamano2005-09-161-1/+2
* | | | | [PATCH] Update git-core.spec.inChris Wright2005-09-161-6/+20
* | | | | [PATCH] PATCH Documentation/git-rev-list.txt typo fixPeter Hagervall2005-09-161-2/+5
* | | | | Recommend 'less' for Debian.Junio C Hamano2005-09-151-1/+1
* | | | | [PATCH] Require less in RPM specHorst von Brand2005-09-151-1/+4
* | | | | Revert breakage introduced by c80522e30fdc190f8c8c7fc983bbe040a1b03e93.Junio C Hamano2005-09-151-1/+1
* | | | | [PATCH] Documentation/git-rev-list.txt typo fixjdl@freescale.com2005-09-151-2/+2
* | | | | [PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds2005-09-151-25/+15
* | | | | Plug diff leaks.Junio C Hamano2005-09-153-25/+37
* | | | | Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano2005-09-151-0/+1
* | | | | [PATCH] Avoid wasting memory in git-rev-listLinus Torvalds2005-09-153-1/+6
* | | | | Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano2005-09-157-6/+46
* | | | | [PATCH] rsh.c env and quoting cleanup, take 2H. Peter Anvin2005-09-151-16/+89
* | | | | [PATCH] Fix fetch completeness assumptionsDaniel Barkalow2005-09-151-2/+26