summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Do not build object ref listsSergey Vlasov
2005-09-23[PATCH] document command to show diff of a commitRobert Watson
2005-09-23Ignore a bit more generated files.Junio C Hamano
2005-09-23Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano
2005-09-23[PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov
2005-09-23[PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov
2005-09-23Do not give alarming error message from rsync in fetch and clone.Junio C Hamano
2005-09-21Fix documentation dependency.Junio C Hamano
2005-09-21Make object creation in http fetch a bit safer.Junio C Hamano
2005-09-20Fix extended short SHA1 name completionLinus Torvalds
2005-09-20Ship our own copy of subprocess.pyJunio C Hamano
2005-09-20show-branch: Be nicer when running in a corrupt repository.Junio C Hamano
2005-09-20[PATCH] Fix git-init-db creating crap directories.Petr Baudis
2005-09-20[PATCH] Do not install compatibility symlink for what we do not installPatrick Mauritz
2005-09-20[PATCH] Remove total confusion from "git checkout"Linus Torvalds
2005-09-19[PATCH] strcasestr compatibility replacementLinus Torvalds
2005-09-18GIT 0.99.7v0.99.7Junio C Hamano
2005-09-18Arrgh -- another asciidoc caret workaround.Junio C Hamano
2005-09-18[PATCH] Improve git-update-index error reportingPetr Baudis
2005-09-18[PATCH] Improved "git add"Linus Torvalds
2005-09-18[PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds
2005-09-18[PATCH] Support alternates and http-alternates in http-fetchDaniel Barkalow
2005-09-18Document extended SHA1 used by git-rev-parse.Junio C Hamano
2005-09-18fetch() 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-17Do 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-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds
2005-09-16[PATCH] Improve git-rev-list memory usage furtherLinus Torvalds
2005-09-16[PATCH] fetch.c: cleanupsJunio C Hamano
2005-09-16[PATCH] Debian: build-depend on "bc"Matthias Urlichs
2005-09-16[PATCH] Make git-checkout failure message more friendly.Junio C Hamano
2005-09-16[PATCH] Update git-core.spec.inChris Wright