summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds2005-07-051-1/+2
* Add "git-clone-pack" program to help with "git clone"Linus Torvalds2005-07-051-1/+1
* Merge with Linus' current treeMatthias Urlichs2005-07-051-2/+1
|\
| * Added Perl git-cvsimport-scriptMatthias Urlichs2005-06-281-2/+1
* | Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-041-4/+5
* | Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-041-1/+1
* | Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds2005-07-031-1/+2
* | Add "git repack" command that does an incremental packLinus Torvalds2005-07-031-1/+1
* | Fix up header file dependencies and add sparse checking rulesLinus Torvalds2005-07-031-1/+10
* | [PATCH] verify-pack updates.Junio C Hamano2005-06-301-1/+1
* | Turn on optimization againLinus Torvalds2005-06-291-1/+1
* | Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-291-3/+4
* | Start of "git-send-pack", the local part of sending off a packLinus Torvalds2005-06-291-1/+2
* | Add first cut at "git-receive-pack"Linus Torvalds2005-06-291-1/+3
* | [PATCH] Add git-verify-pack command.Junio C Hamano2005-06-291-2/+3
* | Make git pack files use little-endian size encodingLinus Torvalds2005-06-281-1/+1
|/
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-271-4/+3
* git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds2005-06-261-2/+2
* [PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson2005-06-261-1/+1
* [PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano2005-06-251-1/+1
* [PATCH] git-cherry: find commits not merged upstream.Junio C Hamano2005-06-251-1/+1
* First cut at git-unpack-objectsLinus Torvalds2005-06-251-1/+2
* git-pack-objects: create a packed object representation.Linus Torvalds2005-06-251-1/+3
* Add "git-patch-id" program to generate patch ID's.Linus Torvalds2005-06-231-1/+2
* Add "git-clone-script" thingyLinus Torvalds2005-06-221-1/+2
* Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds2005-06-221-1/+1
* Add "git checkout" that does what the name suggestsLinus Torvalds2005-06-211-1/+1
* Trivial git script fixupsLinus Torvalds2005-06-141-1/+2
* Add "git diff" scriptLinus Torvalds2005-06-131-1/+1
* Add 'git-rev-parse' helper scriptLinus Torvalds2005-06-131-1/+2
* [PATCH] Add git-diff-stages command.Junio C Hamano2005-06-091-1/+2
* Add CVS import scripts and programsLinus Torvalds2005-06-071-2/+4
* [PATCH] Operations on refsDaniel Barkalow2005-06-061-1/+2
* git-rev-list: make sure to link with ssl librariesLinus Torvalds2005-06-061-0/+1
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-061-2/+3
* Fix entry.c dependency and compile problemLinus Torvalds2005-06-051-0/+1
* Make fiel checkout function available to the git libraryLinus Torvalds2005-06-051-1/+1
* [PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano2005-06-051-3/+3
* Add git-shortlog perl scriptLinus Torvalds2005-06-041-1/+1
* Add "git" and "git-log-script" helper scripts.Linus Torvalds2005-06-011-2/+3
* [PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano2005-05-301-1/+2
* Add "commit" helper scriptLinus Torvalds2005-05-301-2/+3
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-301-1/+2
* [PATCH] Update rename/copy similarity estimator.Junio C Hamano2005-05-241-2/+3
* Start implementing "git-apply"Linus Torvalds2005-05-231-1/+1
* Don't care about st_dev in the index fileLinus Torvalds2005-05-221-1/+3
* [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectoriesThomas Glanzmann2005-05-221-2/+2
* Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds2005-05-221-1/+1
* [PATCH] Diffcore updates.Junio C Hamano2005-05-221-4/+5
* "make clean" should also clean up documentationLinus Torvalds2005-05-211-0/+1