summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-07-22[PATCH] Install git-verify-tag-scriptLibravatar Eric W. Biederman1-1/+1
2005-07-16[PATCH] fetch/pull: short-hand notation for remote repositories.Libravatar Junio C Hamano1-1/+1
2005-07-15Ahh, the heady days of 0.99 patchfilesLibravatar Linus Torvalds1-2/+2
2005-07-15[PATCH] Add doc and install-doc targets to the MakefileLibravatar Eric W. Biederman1-0/+6
2005-07-15[PATCH] Use gzip -f when building the git-core tarballLibravatar Eric W. Biederman1-1/+1
2005-07-15[PATCH] Add a RPMBUILD make variableLibravatar Eric W. Biederman1-1/+2
2005-07-15[PATCH] Add git-var a tool for reading interesting git variables.Libravatar Eric W. Biederman1-1/+2
2005-07-13Add a "git-daemon" that listens on a TCP portLibravatar Linus Torvalds1-1/+1
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLibravatar Linus Torvalds1-1/+1
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 Torvalds1-6/+6
2005-07-11Add "git branch" scriptLibravatar Linus Torvalds1-1/+2
2005-07-11[PATCH] Bootstrap "make dist"Libravatar Chris Wright1-2/+2
2005-07-08[PATCH] Expose object ID computation functions.Libravatar Bryan Larsen1-2/+2
2005-07-08Add "mkpath()" helper functionLibravatar Linus Torvalds1-1/+1
2005-07-08Add "git-push-script" to make a more regular interfaceLibravatar Linus Torvalds1-1/+1
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Libravatar Junio C Hamano1-0/+3
2005-07-08Add "git-sh-setup-script" for common git shell script setupLibravatar Linus Torvalds1-1/+1
2005-07-07[PATCH] git-format-patch: Prepare patches for e-mail submission.Libravatar Junio C Hamano1-1/+2
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeLibravatar Chris Wright1-0/+18
2005-07-05Add a "git-show-index" helper that shows the contents of a pack indexLibravatar Linus Torvalds1-1/+2
2005-07-05Add "git-clone-pack" program to help with "git clone"Libravatar Linus Torvalds1-1/+1
2005-07-05Merge with Linus' current treeLibravatar Matthias Urlichs1-2/+1
2005-07-04Commit first cut at "git-fetch-pack"Libravatar Linus Torvalds1-4/+5
2005-07-04Factor out the ssh connection stuff from send-pack.cLibravatar Linus Torvalds1-1/+1
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Libravatar Linus Torvalds1-1/+2
2005-07-03Add "git repack" command that does an incremental packLibravatar Linus Torvalds1-1/+1
2005-07-03Fix up header file dependencies and add sparse checking rulesLibravatar Linus Torvalds1-1/+10
2005-06-30[PATCH] verify-pack updates.Libravatar Junio C Hamano1-1/+1
2005-06-29Turn on optimization againLibravatar Linus Torvalds1-1/+1
2005-06-29Make send/receive-pack be closer to doing something interestingLibravatar Linus Torvalds1-3/+4
2005-06-29Start of "git-send-pack", the local part of sending off a packLibravatar Linus Torvalds1-1/+2
2005-06-29Add first cut at "git-receive-pack"Libravatar Linus Torvalds1-1/+3
2005-06-29[PATCH] Add git-verify-pack command.Libravatar Junio C Hamano1-2/+3
2005-06-28Make git pack files use little-endian size encodingLibravatar Linus Torvalds1-1/+1
2005-06-28Added Perl git-cvsimport-scriptLibravatar Matthias Urlichs1-2/+1
2005-06-27[PATCH] Remove "delta" object representation.Libravatar Junio C Hamano1-4/+3
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLibravatar Linus Torvalds1-2/+2
2005-06-26[PATCH] Add git-relink-script to fix up missing hardlinksLibravatar Ryan Anderson1-1/+1
2005-06-25[PATCH] git-rebase-script: rebase local commits to new upstream head.Libravatar Junio C Hamano1-1/+1
2005-06-25[PATCH] git-cherry: find commits not merged upstream.Libravatar Junio C Hamano1-1/+1
2005-06-25First cut at git-unpack-objectsLibravatar Linus Torvalds1-1/+2
2005-06-25git-pack-objects: create a packed object representation.Libravatar Linus Torvalds1-1/+3
2005-06-23Add "git-patch-id" program to generate patch ID's.Libravatar Linus Torvalds1-1/+2
2005-06-22Add "git-clone-script" thingyLibravatar Linus Torvalds1-1/+2
2005-06-22Add "gitk" to the list of scripts to be installed automatically.Libravatar Linus Torvalds1-1/+1
2005-06-21Add "git checkout" that does what the name suggestsLibravatar Linus Torvalds1-1/+1
2005-06-14Trivial git script fixupsLibravatar Linus Torvalds1-1/+2
2005-06-13Add "git diff" scriptLibravatar Linus Torvalds1-1/+1
2005-06-13Add 'git-rev-parse' helper scriptLibravatar Linus Torvalds1-1/+2