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