summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-13Add first cut at "git protocol" connect logic.Libravatar Linus Torvalds2-2/+91
2005-07-13Make "git-checkout" create files with O_EXCLLibravatar Linus Torvalds1-2/+2
2005-07-13git-apply: be a lot more careful when writing filesLibravatar Linus Torvalds1-35/+49
2005-07-13[PATCH] Clean up diff option descriptions.Libravatar Junio C Hamano11-180/+96
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Libravatar Junio C Hamano6-1/+38
2005-07-13[PATCH] diff-stages: support "-u" as a synonym for "-p".Libravatar Junio C Hamano1-1/+1
2005-07-12[PATCH] git-cvsimport-script: parse multidigit revisions.Libravatar Sven Verdoolaege1-1/+1
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Libravatar Tony Luck1-1/+1
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLibravatar Linus Torvalds4-71/+156
2005-07-12parse_date(): allow const date stringLibravatar Linus Torvalds2-5/+5
2005-07-12"make clean" should clean up after a rpm buildLibravatar Linus Torvalds1-0/+1
2005-07-12Rename the RPM from "git" to "git-core"Libravatar Linus Torvalds2-7/+7
2005-07-11Add "git branch" scriptLibravatar Linus Torvalds2-1/+13
2005-07-11Make "git checkout" create new branches on demandLibravatar Linus Torvalds1-0/+23
2005-07-11Make "git checkout" verify that the argument refers to a commitLibravatar Linus Torvalds1-1/+1
2005-07-11git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Libravatar Linus Torvalds1-1/+5
2005-07-11git-send-pack: Fix duplicate refname matchLibravatar Linus Torvalds1-3/+0
2005-07-11[PATCH] Bootstrap "make dist"Libravatar Chris Wright1-2/+2
2005-07-11[PATCH] git-clone-script local optimization tweaksLibravatar Junio C Hamano1-6/+5
2005-07-11[PATCH] git-cvsimport-script: add "import only" optionLibravatar Sven Verdoolaege2-8/+17
2005-07-11[PATCH] add --missing-ok option to write-treeLibravatar Bryan Larsen2-2/+19
2005-07-11[PATCH] Check packs and then files.Libravatar Junio C Hamano1-3/+6
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Libravatar Junio C Hamano2-4/+5
2005-07-10[PATCH] alternate object store and fsckLibravatar Junio C Hamano1-3/+5
2005-07-10Fix up progress report for off-by-one errorLibravatar Linus Torvalds1-2/+2
2005-07-10Make "git log" exit properly if not in a git archiveLibravatar Linus Torvalds1-0/+1
2005-07-10Avoid signedness warnings in sha1_file.cLibravatar Linus Torvalds1-2/+2
2005-07-10[PATCH] Remove map_sha1_fileLibravatar Daniel Barkalow2-15/+4
2005-07-10[PATCH] write_sha1_to_fd()Libravatar Daniel Barkalow3-21/+72
2005-07-10git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLibravatar Linus Torvalds1-0/+15
2005-07-09Add "-q" flag to "git commit"Libravatar Linus Torvalds2-5/+12
2005-07-09git-unpack-objects: show progress report by defaultLibravatar Linus Torvalds1-3/+24
2005-07-08[PATCH] format-patch: fix skipping of blank-linesLibravatar Junio C Hamano1-8/+14
2005-07-08Update the tutorial a bitLibravatar Linus Torvalds1-8/+242
2005-07-08Make "git tag" more user-friendlyLibravatar Linus Torvalds1-4/+16
2005-07-08Make "git resolve" take the merge message in $3Libravatar Linus Torvalds2-5/+4
2005-07-08[PATCH] Use SHA1 for git-update-cache --refreshLibravatar Bryan Larsen1-26/+5
2005-07-08[PATCH] Add --info-only option to git-update-cache.Libravatar Bryan Larsen2-9/+36
2005-07-08[PATCH] Expose object ID computation functions.Libravatar Bryan Larsen11-75/+113
2005-07-08Teach "git clone" about rsync sourcesLibravatar Linus Torvalds1-1/+13
2005-07-08Make "upload-pack" match git-fetch-pack usageLibravatar Linus Torvalds2-5/+7
2005-07-08Add "mkpath()" helper functionLibravatar Linus Torvalds4-29/+62
2005-07-08Mark git-relink-script and git-repack-script executableLibravatar Linus Torvalds2-0/+0
2005-07-08Make "git clone" a lot more user-friendlyLibravatar Linus Torvalds1-2/+14
2005-07-08Add "git-push-script" to make a more regular interfaceLibravatar Linus Torvalds3-1/+4
2005-07-08Teach 'git-send-pack' to send new branches and tags.Libravatar Linus Torvalds1-17/+111
2005-07-08Make "for_each_ref()" always use the "canonical" refname.Libravatar Linus Torvalds1-8/+7
2005-07-08[PATCH] Use sq_quote() to properly quote the parameter to call shell.Libravatar Junio C Hamano1-30/+3
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Libravatar Junio C Hamano4-41/+76
2005-07-08Add "git-sh-setup-script" for common git shell script setupLibravatar Linus Torvalds10-30/+40