summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-07-08[PATCH] Expose object ID computation functions.Bryan Larsen1-2/+2
2005-07-08Add "mkpath()" helper functionLinus Torvalds1-1/+1
2005-07-08Add "git-push-script" to make a more regular interfaceLinus Torvalds1-1/+1
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano1-0/+3
2005-07-08Add "git-sh-setup-script" for common git shell script setupLinus Torvalds1-1/+1
2005-07-07[PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano1-1/+2
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright1-0/+18
2005-07-05Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds1-1/+2
2005-07-05Add "git-clone-pack" program to help with "git clone"Linus Torvalds1-1/+1
2005-07-05Merge with Linus' current treeMatthias Urlichs1-2/+1
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds1-4/+5
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds1-1/+1
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds1-1/+2
2005-07-03Add "git repack" command that does an incremental packLinus Torvalds1-1/+1
2005-07-03Fix up header file dependencies and add sparse checking rulesLinus Torvalds1-1/+10
2005-06-30[PATCH] verify-pack updates.Junio C Hamano1-1/+1
2005-06-29Turn on optimization againLinus Torvalds1-1/+1
2005-06-29Make send/receive-pack be closer to doing something interestingLinus Torvalds1-3/+4
2005-06-29Start of "git-send-pack", the local part of sending off a packLinus Torvalds1-1/+2
2005-06-29Add first cut at "git-receive-pack"Linus Torvalds1-1/+3
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano1-2/+3
2005-06-28Make git pack files use little-endian size encodingLinus Torvalds1-1/+1
2005-06-28Added Perl git-cvsimport-scriptMatthias Urlichs1-2/+1
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-4/+3
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds1-2/+2
2005-06-26[PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson1-1/+1
2005-06-25[PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano1-1/+1
2005-06-25[PATCH] git-cherry: find commits not merged upstream.Junio C Hamano1-1/+1
2005-06-25First cut at git-unpack-objectsLinus Torvalds1-1/+2
2005-06-25git-pack-objects: create a packed object representation.Linus Torvalds1-1/+3
2005-06-23Add "git-patch-id" program to generate patch ID's.Linus Torvalds1-1/+2
2005-06-22Add "git-clone-script" thingyLinus Torvalds1-1/+2
2005-06-22Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds1-1/+1
2005-06-21Add "git checkout" that does what the name suggestsLinus Torvalds1-1/+1
2005-06-14Trivial git script fixupsLinus Torvalds1-1/+2
2005-06-13Add "git diff" scriptLinus Torvalds1-1/+1
2005-06-13Add 'git-rev-parse' helper scriptLinus Torvalds1-1/+2
2005-06-09[PATCH] Add git-diff-stages command.Junio C Hamano1-1/+2
2005-06-07Add CVS import scripts and programsLinus Torvalds1-2/+4
2005-06-06[PATCH] Operations on refsDaniel Barkalow1-1/+2
2005-06-06git-rev-list: make sure to link with ssl librariesLinus Torvalds1-0/+1
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-2/+3
2005-06-05Fix entry.c dependency and compile problemLinus Torvalds1-0/+1
2005-06-05Make fiel checkout function available to the git libraryLinus Torvalds1-1/+1
2005-06-05[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano1-3/+3
2005-06-04Add git-shortlog perl scriptLinus Torvalds1-1/+1
2005-06-01Add "git" and "git-log-script" helper scripts.Linus Torvalds1-2/+3
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-1/+2
2005-05-30Add "commit" helper scriptLinus Torvalds1-2/+3
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-1/+2