aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-07-30[PATCH] Making it easier to find which change introduced a bugLinus Torvalds1-1/+1
2005-07-30NO_OPENSSL should really mean no openssl.Junio C Hamano1-1/+3
2005-07-29Fix typo in recent Makefile cleanup.Junio C Hamano1-1/+1
2005-07-29[PATCH] Build commands through object filesPetr Baudis1-7/+8
2005-07-29[PATCH] Support for NO_OPENSSLPetr Baudis1-1/+7
2005-07-29[PATCH] Reorder Makefile rulesPetr Baudis1-30/+57
2005-07-29[PATCH] Remove the explicit Makefile dependencies descriptionPetr Baudis1-66/+8
2005-07-29[PATCH] Improve the compilation-time settings interfacePetr Baudis1-18/+38
2005-07-29[PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS XJohannes Schindelin1-0/+4
2005-07-27[PATCH] Add git-request-pull-script, a short script that generates a summary ...Ryan Anderson1-1/+2
2005-07-26Name it 0.99.2v0.99.2Junio C Hamano1-1/+1
2005-07-23Add a "git rename" to help with - surprise surprise - renamesLinus Torvalds1-1/+1
2005-07-23[PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano1-1/+1
2005-07-23[PATCH] Add update-server-info.Junio C Hamano1-1/+10
2005-07-23[PATCH] git-ls-remote: show and optionally store remote refs.Junio C Hamano1-1/+2
2005-07-23[PATCH] git-peek-remote: show tags and heads from a remote repository.Junio C Hamano1-1/+2
2005-07-22[PATCH] Install tools with "make install-tools".Junio C Hamano1-0/+4
2005-07-22[PATCH] Install git-verify-tag-scriptEric W. Biederman1-1/+1
2005-07-16[PATCH] fetch/pull: short-hand notation for remote repositories.Junio C Hamano1-1/+1
2005-07-15Ahh, the heady days of 0.99 patchfilesv0.99.1Linus Torvalds1-2/+2
2005-07-15[PATCH] Add doc and install-doc targets to the MakefileEric W. Biederman1-0/+6
2005-07-15[PATCH] Use gzip -f when building the git-core tarballEric W. Biederman1-1/+1
2005-07-15[PATCH] Add a RPMBUILD make variableEric W. Biederman1-1/+2
2005-07-15[PATCH] Add git-var a tool for reading interesting git variables.Eric W. Biederman1-1/+2
2005-07-13Add a "git-daemon" that listens on a TCP portLinus Torvalds1-1/+1
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds1-1/+1
2005-07-12"make clean" should clean up after a rpm buildLinus Torvalds1-0/+1
2005-07-12Rename the RPM from "git" to "git-core"Linus Torvalds1-6/+6
2005-07-11Add "git branch" scriptLinus Torvalds1-1/+2
2005-07-11[PATCH] Bootstrap "make dist"Chris Wright1-2/+2
2005-07-08[PATCH] Expose object ID computation functions.Bryan Larsen1-2/+2
2005-07-08Add "mkpath()" helper functionLinus Torvalds1-1/+1
2005-07-08Add "git-push-script" to make a more regular interfaceLinus Torvalds1-1/+1
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano1-0/+3
2005-07-08Add "git-sh-setup-script" for common git shell script setupLinus Torvalds1-1/+1
2005-07-07[PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano1-1/+2
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright1-0/+18
2005-07-05Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds1-1/+2
2005-07-05Add "git-clone-pack" program to help with "git clone"Linus Torvalds1-1/+1
2005-07-05Merge with Linus' current treeMatthias Urlichs1-2/+1
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds1-4/+5
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds1-1/+1
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds1-1/+2
2005-07-03Add "git repack" command that does an incremental packLinus Torvalds1-1/+1
2005-07-03Fix up header file dependencies and add sparse checking rulesLinus Torvalds1-1/+10
2005-06-30[PATCH] verify-pack updates.Junio C Hamano1-1/+1
2005-06-29Turn on optimization againLinus Torvalds1-1/+1
2005-06-29Make send/receive-pack be closer to doing something interestingLinus Torvalds1-3/+4
2005-06-29Start of "git-send-pack", the local part of sending off a packLinus Torvalds1-1/+2
2005-06-29Add first cut at "git-receive-pack"Linus Torvalds1-1/+3
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano1-2/+3
2005-06-28Make git pack files use little-endian size encodingLinus Torvalds1-1/+1
2005-06-28Added Perl git-cvsimport-scriptMatthias Urlichs1-2/+1
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-4/+3
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds1-2/+2
2005-06-26[PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson1-1/+1
2005-06-25[PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano1-1/+1
2005-06-25[PATCH] git-cherry: find commits not merged upstream.Junio C Hamano1-1/+1
2005-06-25First cut at git-unpack-objectsLinus Torvalds1-1/+2
2005-06-25git-pack-objects: create a packed object representation.Linus Torvalds1-1/+3
2005-06-23Add "git-patch-id" program to generate patch ID's.Linus Torvalds1-1/+2
2005-06-22Add "git-clone-script" thingyLinus Torvalds1-1/+2
2005-06-22Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds1-1/+1
2005-06-21Add "git checkout" that does what the name suggestsLinus Torvalds1-1/+1
2005-06-14Trivial git script fixupsLinus Torvalds1-1/+2
2005-06-13Add "git diff" scriptLinus Torvalds1-1/+1
2005-06-13Add 'git-rev-parse' helper scriptLinus Torvalds1-1/+2
2005-06-09[PATCH] Add git-diff-stages command.Junio C Hamano1-1/+2
2005-06-07Add CVS import scripts and programsLinus Torvalds1-2/+4
2005-06-06[PATCH] Operations on refsDaniel Barkalow1-1/+2
2005-06-06git-rev-list: make sure to link with ssl librariesLinus Torvalds1-0/+1
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-2/+3
2005-06-05Fix entry.c dependency and compile problemLinus Torvalds1-0/+1
2005-06-05Make fiel checkout function available to the git libraryLinus Torvalds1-1/+1
2005-06-05[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano1-3/+3
2005-06-04Add git-shortlog perl scriptLinus Torvalds1-1/+1
2005-06-01Add "git" and "git-log-script" helper scripts.Linus Torvalds1-2/+3
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-1/+2
2005-05-30Add "commit" helper scriptLinus Torvalds1-2/+3
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-1/+2
2005-05-24[PATCH] Update rename/copy similarity estimator.Junio C Hamano1-2/+3
2005-05-23Start implementing "git-apply"Linus Torvalds1-1/+1
2005-05-22Don't care about st_dev in the index fileLinus Torvalds1-1/+3
2005-05-22[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectoriesThomas Glanzmann1-2/+2
2005-05-22Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds1-1/+1
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-4/+5
2005-05-21"make clean" should also clean up documentationLinus Torvalds1-0/+1
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-1/+2
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano1-2/+3
2005-05-20[PATCH] delta creationNicolas Pitre1-2/+4
2005-05-20[PATCH] delta checkNicolas Pitre1-1/+1
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano1-1/+1
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre1-2/+5
2005-05-17Add silly "git-whatchanged" script.Linus Torvalds1-1/+1
2005-05-16[PATCH 4/4] Trivial test harness fixes.Junio C Hamano1-1/+1
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano1-2/+2
2005-05-14Implemented make testPetr Baudis1-0/+3
2005-05-10Link with -lcrypto instead of -lssl when using openssl libraries.Junio C Hamano1-1/+1
2005-05-09Rename environment variables.Junio C Hamano1-0/+3
2005-05-07Build and install git-get-tar-commit-idJunio C Hamano1-1/+2
2005-05-07[PATCH] make INSTALL binary in Makefile configurable via make variableThomas Glanzmann1-2/+8
2005-05-05Split "git-pull-script" into two partsLinus Torvalds1-1/+1
2005-05-01Add git-write-blob.Junio C Hamano1-1/+2
2005-05-01[PATCH] Add git-local-pull.Junio C Hamano1-1/+2
2005-05-01[PATCH] Add git-apply-patch-script.Junio C Hamano1-2/+2
2005-04-30[PATCH] Split out "pull" from particular methodsDaniel Barkalow1-2/+2
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds1-0/+3
2005-04-30Rename "show-files" to "ls-files"Linus Torvalds1-2/+2
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig1-2/+2
2005-04-29[PATCH] Fix AUTHOR_DATE timezone confusiontony.luck@intel.com1-0/+1
2005-04-29[PATCH] Makefile: The big git command renaming fallout fix.Junio C Hamano1-2/+1
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds1-38/+44
2005-04-28[PATCH] create tar archives of tree on the flyRene Scharfe1-1/+1
2005-04-28Fix up recent object model cleanupsLinus Torvalds1-1/+1
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow1-1/+1
2005-04-25[PATCH] Introduce diff-tree-helper.Junio C Hamano1-1/+5
2005-04-25[PATCH] Split external diff command interface to a separate file.Junio C Hamano1-0/+4
2005-04-25Add the git-*-script files to the installLinus Torvalds1-2/+3
2005-04-25Add "tag" objects that can be used to sign other objects.Linus Torvalds1-1/+1
2005-04-23Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds1-1/+1
2005-04-23[PATCH] Various transport programsDaniel Barkalow1-2/+11
2005-04-23[PATCH] Simplify building of programsJonas Fonseca1-1/+1
2005-04-22[PATCH] PPC assembly implementation of SHA1Paul Mackerras1-1/+6
2005-04-21Add support for alternate SHA1 library implementations.Linus Torvalds1-11/+11
2005-04-21Split up Makefile library list handling with separate entries forLinus Torvalds1-2/+4
2005-04-20[PATCH] simplify MakefileAndre Noll1-47/+2
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds1-1/+1
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds1-1/+5
2005-04-19Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds1-2/+7
2005-04-19Add stupid "git export" thing, which can export a git archiveLinus Torvalds1-1/+5
2005-04-18Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds1-1/+5
2005-04-18Add more header dependencies.Linus Torvalds1-2/+24
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds1-1/+1
2005-04-18Clean up the Makefile a bit.Linus Torvalds1-32/+39
2005-04-18Merge the new object model thing from Daniel BarkalowLinus Torvalds1-6/+6
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow1-2/+2
2005-04-18[PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow1-2/+2
2005-04-18[PATCH] Port rev-tree to parsing functionsDaniel Barkalow1-2/+2
2005-04-17Ass a "merge-cache" helper program to execute a merge onLinus Torvalds1-1/+4
2005-04-17Do a very simple "merge-base" that finds the most recent commonLinus Torvalds1-1/+4
2005-04-16Remove "merge-tree.c"Linus Torvalds1-4/+1
2005-04-14Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds1-1/+4
2005-04-13[PATCH] No need to clean temp_git_file_* anymoreJunio C Hamano1-1/+1
2005-04-13[PATCH] Make nsec checking optionalPetr Baudis1-0/+7
2005-04-13[PATCH] SHA1 naive collision checkingPetr Baudis1-0/+4
2005-04-13[PATCH] ls-tree for listing treesPetr Baudis1-2/+5
2005-04-12Add a "check-files" command, which is useful for scriptingLinus Torvalds1-1/+5
2005-04-11Add "show-files" command to show the list of managed (or non-managed) files.Linus Torvalds1-1/+4
2005-04-11Add a "rev-tree" helper, which calculates the revisionLinus Torvalds1-1/+4
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds1-1/+4
2005-04-09Add a "checkout-cache" command which does what the name suggests.Linus Torvalds1-1/+5
2005-04-08Add "-lz" to link line to get in zlib.Linus Torvalds1-1/+1
2005-04-08Add new fsck-cache to Makefile.Linus Torvalds1-1/+4
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds1-1/+1
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds1-0/+40