aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
...
| * Added Perl git-cvsimport-scriptMatthias Urlichs2005-06-28
* | Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-04
* | Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-04
* | Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds2005-07-03
* | Add "git repack" command that does an incremental packLinus Torvalds2005-07-03
* | Fix up header file dependencies and add sparse checking rulesLinus Torvalds2005-07-03
* | [PATCH] verify-pack updates.Junio C Hamano2005-06-30
* | Turn on optimization againLinus Torvalds2005-06-29
* | Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-29
* | Start of "git-send-pack", the local part of sending off a packLinus Torvalds2005-06-29
* | Add first cut at "git-receive-pack"Linus Torvalds2005-06-29
* | [PATCH] Add git-verify-pack command.Junio C Hamano2005-06-29
* | Make git pack files use little-endian size encodingLinus Torvalds2005-06-28
|/
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-27
* git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds2005-06-26
* [PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson2005-06-26
* [PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano2005-06-25
* [PATCH] git-cherry: find commits not merged upstream.Junio C Hamano2005-06-25
* First cut at git-unpack-objectsLinus Torvalds2005-06-25
* git-pack-objects: create a packed object representation.Linus Torvalds2005-06-25
* Add "git-patch-id" program to generate patch ID's.Linus Torvalds2005-06-23
* Add "git-clone-script" thingyLinus Torvalds2005-06-22
* Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds2005-06-22
* Add "git checkout" that does what the name suggestsLinus Torvalds2005-06-21
* Trivial git script fixupsLinus Torvalds2005-06-14
* Add "git diff" scriptLinus Torvalds2005-06-13
* Add 'git-rev-parse' helper scriptLinus Torvalds2005-06-13
* [PATCH] Add git-diff-stages command.Junio C Hamano2005-06-09
* Add CVS import scripts and programsLinus Torvalds2005-06-07
* [PATCH] Operations on refsDaniel Barkalow2005-06-06
* git-rev-list: make sure to link with ssl librariesLinus Torvalds2005-06-06
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-06
* Fix entry.c dependency and compile problemLinus Torvalds2005-06-05
* Make fiel checkout function available to the git libraryLinus Torvalds2005-06-05
* [PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano2005-06-05
* Add git-shortlog perl scriptLinus Torvalds2005-06-04
* Add "git" and "git-log-script" helper scripts.Linus Torvalds2005-06-01
* [PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano2005-05-30
* Add "commit" helper scriptLinus Torvalds2005-05-30
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] Update rename/copy similarity estimator.Junio C Hamano2005-05-24
* Start implementing "git-apply"Linus Torvalds2005-05-23
* Don't care about st_dev in the index fileLinus Torvalds2005-05-22
* [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectoriesThomas Glanzmann2005-05-22
* Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds2005-05-22
* [PATCH] Diffcore updates.Junio C Hamano2005-05-22
* "make clean" should also clean up documentationLinus Torvalds2005-05-21
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-21
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-21
* [PATCH] delta creationNicolas Pitre2005-05-20