summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-211-1/+2
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-211-2/+3
* [PATCH] delta creationNicolas Pitre2005-05-201-2/+4
* [PATCH] delta checkNicolas Pitre2005-05-201-1/+1
* [PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano2005-05-191-1/+1
* [PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre2005-05-191-2/+5
* Add silly "git-whatchanged" script.Linus Torvalds2005-05-171-1/+1
* [PATCH 4/4] Trivial test harness fixes.Junio C Hamano2005-05-161-1/+1
* [PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano2005-05-151-2/+2
* Implemented make testPetr Baudis2005-05-141-0/+3
* Link with -lcrypto instead of -lssl when using openssl libraries.Junio C Hamano2005-05-101-1/+1
* Rename environment variables.Junio C Hamano2005-05-091-0/+3
* Build and install git-get-tar-commit-idJunio C Hamano2005-05-071-1/+2
* [PATCH] make INSTALL binary in Makefile configurable via make variableThomas Glanzmann2005-05-071-2/+8
* Split "git-pull-script" into two partsLinus Torvalds2005-05-051-1/+1
* Add git-write-blob.Junio C Hamano2005-05-011-1/+2