summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-07-27[PATCH] Add git-request-pull-script, a short script that generates a summary ...Ryan Anderson
2005-07-27Name it 0.99.2v0.99.2Junio C Hamano
2005-07-24Add a "git rename" to help with - surprise surprise - renamesLinus Torvalds
2005-07-24[PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano
2005-07-24[PATCH] Add update-server-info.Junio C Hamano
2005-07-24[PATCH] git-ls-remote: show and optionally store remote refs.Junio C Hamano
2005-07-24[PATCH] git-peek-remote: show tags and heads from a remote repository.Junio C Hamano
2005-07-23[PATCH] Install tools with "make install-tools".Junio C Hamano
2005-07-23[PATCH] Install git-verify-tag-scriptEric W. Biederman
2005-07-16[PATCH] fetch/pull: short-hand notation for remote repositories.Junio C Hamano
2005-07-15Ahh, the heady days of 0.99 patchfilesv0.99.1Linus Torvalds
2005-07-15[PATCH] Add doc and install-doc targets to the MakefileEric W. Biederman
2005-07-15[PATCH] Use gzip -f when building the git-core tarballEric W. Biederman
2005-07-15[PATCH] Add a RPMBUILD make variableEric W. Biederman
2005-07-15[PATCH] Add git-var a tool for reading interesting git variables.Eric W. Biederman
2005-07-14Add a "git-daemon" that listens on a TCP portLinus Torvalds
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds
2005-07-12"make clean" should clean up after a rpm buildLinus Torvalds
2005-07-12Rename the RPM from "git" to "git-core"Linus Torvalds
2005-07-12Add "git branch" scriptLinus Torvalds
2005-07-11[PATCH] Bootstrap "make dist"Chris Wright
2005-07-09[PATCH] Expose object ID computation functions.Bryan Larsen
2005-07-08Add "mkpath()" helper functionLinus Torvalds
2005-07-08Add "git-push-script" to make a more regular interfaceLinus Torvalds
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano
2005-07-08Add "git-sh-setup-script" for common git shell script setupLinus Torvalds
2005-07-08[PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright
2005-07-06Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds
2005-07-05Add "git-clone-pack" program to help with "git clone"Linus Torvalds
2005-07-05Merge with Linus' current treeMatthias Urlichs
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds
2005-07-03Add "git repack" command that does an incremental packLinus Torvalds
2005-07-03Fix up header file dependencies and add sparse checking rulesLinus Torvalds
2005-07-01[PATCH] verify-pack updates.Junio C Hamano
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-28Added Perl git-cvsimport-scriptMatthias Urlichs
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