summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-09-18GIT 0.99.7v0.99.7Junio C Hamano2-1/+7
2005-09-18Arrgh -- another asciidoc caret workaround.Junio C Hamano1-1/+2
2005-09-18[PATCH] Improve git-update-index error reportingPetr Baudis1-11/+25
2005-09-18[PATCH] Improved "git add"Linus Torvalds1-1/+31
2005-09-18[PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds1-0/+16
2005-09-18[PATCH] Support alternates and http-alternates in http-fetchDaniel Barkalow1-7/+38
2005-09-18Document extended SHA1 used by git-rev-parse.Junio C Hamano1-0/+34
2005-09-18fetch() assumes we do not have the object.Junio C Hamano1-1/+1
2005-09-18Merge branch 'master' of .Junio C Hamano49-781/+640
2005-09-18Improve the safety check used in fetch.cJunio C Hamano1-32/+44
2005-09-17Archive-destroying "git repack -a -d" bug.Junio C Hamano1-1/+9
2005-09-17Do not fail after calling bisect_auto_next()Junio C Hamano1-1/+1
2005-09-17[PATCH] Add support for alternates in HTTPDaniel Barkalow1-35/+134
2005-09-17Fix typo in test comment.Junio C Hamano1-1/+1
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano3-4/+6
2005-09-17[PATCH] Make "git shortlog" understand raw logsLinus Torvalds1-1/+1
2005-09-17[PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds1-1/+3
2005-09-17Add git-send-email to .gitignoreJunio C Hamano1-0/+1
2005-09-17Teach rsync transport about alternates.Junio C Hamano3-5/+68
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds3-3/+12
2005-09-16[PATCH] Improve git-rev-list memory usage furtherLinus Torvalds1-2/+10
2005-09-16[PATCH] fetch.c: cleanupsJunio C Hamano1-11/+8
2005-09-16[PATCH] Debian: build-depend on "bc"Matthias Urlichs2-2/+2
2005-09-16[PATCH] Make git-checkout failure message more friendly.Junio C Hamano1-1/+2
2005-09-16[PATCH] Update git-core.spec.inChris Wright1-6/+20
2005-09-16[PATCH] PATCH Documentation/git-rev-list.txt typo fixPeter Hagervall1-2/+5
2005-09-15Recommend 'less' for Debian.Junio C Hamano1-1/+1
2005-09-15[PATCH] Require less in RPM specHorst von Brand1-1/+4
2005-09-15Revert breakage introduced by c80522e30fdc190f8c8c7fc983bbe040a1b03e93.Junio C Hamano1-1/+1
2005-09-15[PATCH] Documentation/git-rev-list.txt typo fixjdl@freescale.com1-2/+2
2005-09-15[PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds1-25/+15
2005-09-15Plug diff leaks.Junio C Hamano3-25/+37
2005-09-15Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano1-0/+1
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds3-1/+6
2005-09-15Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano7-6/+46
2005-09-15[PATCH] rsh.c env and quoting cleanup, take 2H. Peter Anvin1-16/+89
2005-09-15[PATCH] Fix fetch completeness assumptionsDaniel Barkalow1-2/+26
2005-09-15[PATCH] Document git-fetch optionsSergey Vlasov2-0/+17
2005-09-15Unoptimize info/refs creation.Junio C Hamano1-26/+0
2005-09-15Retire info/rev-cacheJunio C Hamano12-558/+4
2005-09-15[PATCH] Use '-d' as the first flag to 'install'Peter Eriksen2-3/+3
2005-09-15[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy serversSergey Vlasov1-0/+8
2005-09-15git-branch -d <branch>: delete unused branch.Junio C Hamano1-6/+54
2005-09-14Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano3-7/+8
2005-09-14[PATCH] Fix alloc_filespec() initializationLinus Torvalds1-7/+3
2005-09-13Make merge comment git-pull makes for an octopus a bit prettier.Junio C Hamano1-3/+5
2005-09-13Merge branch 'master' of . Junio C Hamano11-80/+133
2005-09-13read-tree: fix bogus debugging statement.Junio C Hamano1-6/+9
2005-09-13git-merge-recursive: Trivial RE fixes.Junio C Hamano1-2/+2
2005-09-13[PATCH] Use the 'die' function where it is appropriate.Fredrik Kuivinen1-14/+13