summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-06-30Turn on optimization againLinus Torvalds
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds
2005-06-30Start of "git-send-pack", the local part of sending off a packLinus Torvalds
2005-06-30Add first cut at "git-receive-pack"Linus Torvalds
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano
2005-06-29Make git pack files use little-endian size encodingLinus Torvalds
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-27git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds
2005-06-26[PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson
2005-06-25[PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano
2005-06-25[PATCH] git-cherry: find commits not merged upstream.Junio C Hamano
2005-06-25First cut at git-unpack-objectsLinus Torvalds
2005-06-25git-pack-objects: create a packed object representation.Linus Torvalds
2005-06-23Add "git-patch-id" program to generate patch ID's.Linus Torvalds
2005-06-23Add "git-clone-script" thingyLinus Torvalds
2005-06-22Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds
2005-06-21Add "git checkout" that does what the name suggestsLinus Torvalds
2005-06-15Trivial git script fixupsLinus Torvalds
2005-06-13Add "git diff" scriptLinus Torvalds
2005-06-13Add 'git-rev-parse' helper scriptLinus Torvalds
2005-06-09[PATCH] Add git-diff-stages command.Junio C Hamano
2005-06-07Add CVS import scripts and programsLinus Torvalds
2005-06-07[PATCH] Operations on refsDaniel Barkalow
2005-06-06git-rev-list: make sure to link with ssl librariesLinus Torvalds
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org
2005-06-06Fix entry.c dependency and compile problemLinus Torvalds
2005-06-06Make fiel checkout function available to the git libraryLinus Torvalds
2005-06-05[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano
2005-06-05Add git-shortlog perl scriptLinus Torvalds
2005-06-01Add "git" and "git-log-script" helper scripts.Linus Torvalds
2005-05-31[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano
2005-05-30Add "commit" helper scriptLinus Torvalds
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano
2005-05-25[PATCH] Update rename/copy similarity estimator.Junio C Hamano
2005-05-23Start implementing "git-apply"Linus Torvalds
2005-05-22Don't care about st_dev in the index fileLinus Torvalds
2005-05-22[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectoriesThomas Glanzmann
2005-05-22Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds
2005-05-22[PATCH] Diffcore updates.Junio C Hamano
2005-05-21"make clean" should also clean up documentationLinus Torvalds
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano
2005-05-20[PATCH] delta creationNicolas Pitre
2005-05-20[PATCH] delta checkNicolas Pitre
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre
2005-05-17Add silly "git-whatchanged" script.Linus Torvalds
2005-05-15[PATCH 4/4] Trivial test harness fixes.Junio C Hamano
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano
2005-05-14Implemented make testPetr Baudis