summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-24GIT 0.99.7cv0.99.7cJunio C Hamano2-1/+7
2005-09-24Really ignore generated distribution material.Junio C Hamano1-4/+5
2005-09-23Merge 'fixes' branchJunio C Hamano7-40/+62
2005-09-23Further clarify licensing status of compat/subprocess.py.Junio C Hamano1-20/+4
2005-09-23[PATCH] rsh.c unterminated stringH. Peter Anvin1-5/+5
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov1-5/+12
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov1-3/+11
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov1-2/+4
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov1-0/+3
2005-09-23[PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov1-0/+1
2005-09-23[PATCH] fetch.c: Do not build object ref listsSergey Vlasov1-0/+1
2005-09-23[PATCH] document command to show diff of a commitRobert Watson1-1/+4
2005-09-23Ignore a bit more generated files.Junio C Hamano1-0/+4
2005-09-23Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano1-1/+13
2005-09-22GIT 0.99.7bv0.99.7bJunio C Hamano2-1/+7
2005-09-22Merge branch 'fixes'Junio C Hamano5-41/+53
2005-09-22[PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov1-1/+0
2005-09-22[PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov1-3/+3
2005-09-22[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov1-2/+0
2005-09-22[PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov1-8/+5
2005-09-22[PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov1-3/+1
2005-09-22[PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov1-6/+1
2005-09-22[PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov1-0/+5
2005-09-22[PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov1-13/+10
2005-09-22Do not give alarming error message from rsync in fetch and clone.Junio C Hamano2-3/+5
2005-09-21Fix documentation dependency.Junio C Hamano1-3/+5
2005-09-21Make object creation in http fetch a bit safer.Junio C Hamano1-5/+24
2005-09-21Clarify dual license status of subprocess.py file.v0.99.7aJunio C Hamano1-0/+3
2005-09-21Merge branch 'fixes'Junio C Hamano1-7/+5
2005-09-20Fix extended short SHA1 name completionLinus Torvalds1-7/+5
2005-09-19GIT 0.99.7aJunio C Hamano2-1/+7
2005-09-19Ship our own copy of subprocess.pyJunio C Hamano4-9/+1176
2005-09-19show-branch: Be nicer when running in a corrupt repository.Junio C Hamano1-2/+5
2005-09-19[PATCH] Fix git-init-db creating crap directories.Petr Baudis1-0/+1
2005-09-19[PATCH] Do not install compatibility symlink for what we do not installPatrick Mauritz1-0/+2
2005-09-19[PATCH] Remove total confusion from "git checkout"Linus Torvalds1-1/+1
2005-09-19[PATCH] strcasestr compatibility replacementLinus Torvalds2-0/+29
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