summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Add git-request-pull-script, a short script that generates a summary ...Ryan Anderson2005-07-271-1/+2
* Name it 0.99.2v0.99.2Junio C Hamano2005-07-261-1/+1
* Add a "git rename" to help with - surprise surprise - renamesLinus Torvalds2005-07-231-1/+1
* [PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano2005-07-231-1/+1
* [PATCH] Add update-server-info.Junio C Hamano2005-07-231-1/+10
* [PATCH] git-ls-remote: show and optionally store remote refs.Junio C Hamano2005-07-231-1/+2
* [PATCH] git-peek-remote: show tags and heads from a remote repository.Junio C Hamano2005-07-231-1/+2
* [PATCH] Install tools with "make install-tools".Junio C Hamano2005-07-221-0/+4
* [PATCH] Install git-verify-tag-scriptEric W. Biederman2005-07-221-1/+1
* [PATCH] fetch/pull: short-hand notation for remote repositories.Junio C Hamano2005-07-161-1/+1
* Ahh, the heady days of 0.99 patchfilesv0.99.1Linus Torvalds2005-07-151-2/+2
* [PATCH] Add doc and install-doc targets to the MakefileEric W. Biederman2005-07-151-0/+6
* [PATCH] Use gzip -f when building the git-core tarballEric W. Biederman2005-07-151-1/+1
* [PATCH] Add a RPMBUILD make variableEric W. Biederman2005-07-151-1/+2
* [PATCH] Add git-var a tool for reading interesting git variables.Eric W. Biederman2005-07-151-1/+2
* Add a "git-daemon" that listens on a TCP portLinus Torvalds2005-07-131-1/+1
* Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds2005-07-121-1/+1
* "make clean" should clean up after a rpm buildLinus Torvalds2005-07-121-0/+1
* Rename the RPM from "git" to "git-core"Linus Torvalds2005-07-121-6/+6
* Add "git branch" scriptLinus Torvalds2005-07-111-1/+2
* [PATCH] Bootstrap "make dist"Chris Wright2005-07-111-2/+2
* [PATCH] Expose object ID computation functions.Bryan Larsen2005-07-081-2/+2
* Add "mkpath()" helper functionLinus Torvalds2005-07-081-1/+1
* Add "git-push-script" to make a more regular interfaceLinus Torvalds2005-07-081-1/+1
* [PATCH] Make sq_expand() available as sq_quote().Junio C Hamano2005-07-081-0/+3
* Add "git-sh-setup-script" for common git shell script setupLinus Torvalds2005-07-081-1/+1
* [PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano2005-07-071-1/+2
* Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright2005-07-071-0/+18
* 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