Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-19GIT 0.99.7v0.99.7Junio C Hamano
2005-09-19Arrgh -- another asciidoc caret workaround.Junio C Hamano
2005-09-19[PATCH] Improve git-update-index error reportingPetr Baudis
2005-09-19[PATCH] Improved "git add"Linus Torvalds
2005-09-19[PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds
2005-09-19[PATCH] Support alternates and http-alternates in http-fetchDaniel Barkalow
2005-09-19Document extended SHA1 used by git-rev-parse.Junio C Hamano
2005-09-19fetch() assumes we do not have the object.Junio C Hamano
2005-09-18Merge branch 'master' of .Junio C Hamano
2005-09-18Improve the safety check used in fetch.cJunio C Hamano
2005-09-18Archive-destroying "git repack -a -d" bug.Junio C Hamano
2005-09-18Do not fail after calling bisect_auto_next()Junio C Hamano
2005-09-17[PATCH] Add support for alternates in HTTPDaniel Barkalow
2005-09-17Fix typo in test comment.Junio C Hamano
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano
2005-09-17[PATCH] Make "git shortlog" understand raw logsLinus Torvalds
2005-09-17[PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds
2005-09-17Add git-send-email to .gitignoreJunio C Hamano
2005-09-17Teach rsync transport about alternates.Junio C Hamano
2005-09-17[PATCH] Avoid building object ref lists when not neededLinus Torvalds
2005-09-17[PATCH] Improve git-rev-list memory usage furtherLinus Torvalds
2005-09-17[PATCH] fetch.c: cleanupsJunio C Hamano
2005-09-17[PATCH] Debian: build-depend on "bc"Matthias Urlichs
2005-09-17[PATCH] Make git-checkout failure message more friendly.Junio C Hamano
2005-09-17[PATCH] Update git-core.spec.inChris Wright
2005-09-17[PATCH] PATCH Documentation/git-rev-list.txt typo fixPeter Hagervall
2005-09-16Recommend 'less' for Debian.Junio C Hamano
2005-09-16[PATCH] Require less in RPM specHorst von Brand
2005-09-16Revert breakage introduced by c80522e30fdc190f8c8c7fc983bbe040a1b03e93.Junio C Hamano
2005-09-16[PATCH] Documentation/git-rev-list.txt typo fixjdl@freescale.com
2005-09-16[PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds
2005-09-16Plug diff leaks.Junio C Hamano
2005-09-16Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano
2005-09-16[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds
2005-09-16Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano
2005-09-16[PATCH] rsh.c env and quoting cleanup, take 2H. Peter Anvin
2005-09-16[PATCH] Fix fetch completeness assumptionsDaniel Barkalow
2005-09-16[PATCH] Document git-fetch optionsSergey Vlasov
2005-09-15Unoptimize info/refs creation.Junio C Hamano
2005-09-15Retire info/rev-cacheJunio C Hamano
2005-09-15[PATCH] Use '-d' as the first flag to 'install'Peter Eriksen
2005-09-15[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy serversSergey Vlasov
2005-09-15git-branch -d <branch>: delete unused branch.Junio C Hamano
2005-09-15Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano
2005-09-15[PATCH] Fix alloc_filespec() initializationLinus Torvalds
2005-09-14Make merge comment git-pull makes for an octopus a bit prettier.Junio C Hamano
2005-09-14Merge branch 'master' of . Junio C Hamano
2005-09-14read-tree: fix bogus debugging statement.Junio C Hamano
2005-09-14git-merge-recursive: Trivial RE fixes.Junio C Hamano
2005-09-14[PATCH] Use the 'die' function where it is appropriate.Fredrik Kuivinen