summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-09[PATCH] Add git-diff-stages command.Libravatar Junio C Hamano1-1/+2
2005-06-07Add CVS import scripts and programsLibravatar Linus Torvalds1-2/+4
2005-06-06[PATCH] Operations on refsLibravatar Daniel Barkalow1-1/+2
2005-06-06git-rev-list: make sure to link with ssl librariesLibravatar Linus Torvalds1-0/+1
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.Libravatar jon@blackcubes.dyndns.org1-2/+3
2005-06-05Fix entry.c dependency and compile problemLibravatar Linus Torvalds1-0/+1
2005-06-05Make fiel checkout function available to the git libraryLibravatar Linus Torvalds1-1/+1
2005-06-05[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullLibravatar Junio C Hamano1-3/+3
2005-06-04Add git-shortlog perl scriptLibravatar Linus Torvalds1-1/+1
2005-06-01Add "git" and "git-log-script" helper scripts.Libravatar Linus Torvalds1-2/+3
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Libravatar Junio C Hamano1-1/+2
2005-05-30Add "commit" helper scriptLibravatar Linus Torvalds1-2/+3
2005-05-30[PATCH] Add -B flag to diff-* brothers.Libravatar Junio C Hamano1-1/+2
2005-05-24[PATCH] Update rename/copy similarity estimator.Libravatar Junio C Hamano1-2/+3
2005-05-23Start implementing "git-apply"Libravatar Linus Torvalds1-1/+1
2005-05-22Don't care about st_dev in the index fileLibravatar Linus Torvalds1-1/+3
2005-05-22[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectoriesLibravatar Thomas Glanzmann1-2/+2
2005-05-22Split up git-pull-script into separate "fetch" and "merge" phases.Libravatar Linus Torvalds1-1/+1
2005-05-22[PATCH] Diffcore updates.Libravatar Junio C Hamano1-4/+5
2005-05-21"make clean" should also clean up documentationLibravatar Linus Torvalds1-0/+1