[PATCH] Add -B flag to diff-* brothers.
[gitweb.git] / Makefile
2005-05-30 [PATCH] Add -B flag to diff-* brothers.
2005-05-25 [PATCH] Update rename/copy similarity estimator.
2005-05-23 Start implementing "git-apply"
2005-05-22 Don't care about st_dev in the index file
2005-05-22 [PATCH] Makefile: Solaris fix: call $(MAKE) instead...
2005-05-22 Split up git-pull-script into separate "fetch" and...
2005-05-22 [PATCH] Diffcore updates.
2005-05-21 "make clean" should also clean up documentation
2005-05-21 [PATCH] Introducing software archaeologist's tool ...
2005-05-21 [PATCH] Diff overhaul, adding half of copy detection.
2005-05-20 [PATCH] delta creation
2005-05-20 [PATCH] delta check
2005-05-19 [PATCH] Implement git-checkout-cache -u to update stat...
2005-05-19 [PATCH] Deltification library work by Nicolas Pitre.
2005-05-17 Add silly "git-whatchanged" script.
2005-05-15 [PATCH 4/4] Trivial test harness fixes.
2005-05-15 [PATCH 2/3] Rename git-diff-tree-helper to git-diff...
2005-05-14 Implemented make test
2005-05-11 Merge ... http://members.cox.net/junkio/git-jc.git
2005-05-10 Link with -lcrypto instead of -lssl when using openssl...
2005-05-10 Rename environment variables.
2005-05-08 Build and install git-get-tar-commit-id
2005-05-07 [PATCH] make INSTALL binary in Makefile configurable...
2005-05-05 Split "git-pull-script" into two parts
2005-05-03 Automatic merge of /home/torvalds/junkio/.git/
2005-05-02 Add git-write-blob.
2005-05-02 [PATCH] Add git-local-pull.
2005-05-01 [PATCH] Add git-apply-patch-script.
2005-04-30 [PATCH] Split out "pull" from particular methods
2005-04-30 Make the date parsing accept pretty much any random...
2005-04-30 Rename "show-files" to "ls-files"
2005-04-30 [PATCH] Do date parsing by hand...
2005-04-30 [PATCH] Fix AUTHOR_DATE timezone confusion
2005-04-29 [PATCH] Makefile: The big git command renaming fallout...
2005-04-29 Rename git core commands to be "git-xxxx" to avoid...
2005-04-28 [PATCH] create tar archives of tree on the fly
2005-04-28 Fix up recent object model cleanups
2005-04-28 [PATCH] Add tag header/parser to library
2005-04-26 [PATCH] Introduce diff-tree-helper.
2005-04-26 [PATCH] Split external diff command interface to a...
2005-04-25 Add the git-*-script files to the install
2005-04-25 Add "tag" objects that can be used to sign other objects.
2005-04-24 Add "rev-list" program that uses the new time-based...
2005-04-24 [PATCH] Various transport programs
2005-04-24 [PATCH] Simplify building of programs
2005-04-23 [PATCH] PPC assembly implementation of SHA1
2005-04-21 Add support for alternate SHA1 library implementations.
2005-04-21 Split up Makefile library list handling with separate...
2005-04-20 [PATCH] simplify Makefile
2005-04-20 Improve build: add <unistd.h> and use -O2 instead of -O3
2005-04-20 Do SHA1 hash _before_ compression.
2005-04-20 Add "diff-cache" helper program to compare a tree ...
2005-04-19 Add stupid "git export" thing, which can export a git...
2005-04-18 Add "unpack-file" helper that unpacks a sha1 blob into...
2005-04-18 Add more header dependencies.
2005-04-18 Split up read-cache.c into more logical clumps.
2005-04-18 Clean up the Makefile a bit.
2005-04-18 Merge the new object model thing from Daniel Barkalow
2005-04-18 [PATCH] Switch implementations of merge-base, port...
2005-04-18 [PATCH] Port fsck-cache to use parsing functions
2005-04-18 [PATCH] Port rev-tree to parsing functions
2005-04-18 Ass a "merge-cache" helper program to execute a merge on
2005-04-17 Do a very simple "merge-base" that finds the most recen...
2005-04-16 Remove "merge-tree.c"
2005-04-14 Add "merge-tree" helper program. Maybe it's retarded...
2005-04-13 [PATCH] No need to clean temp_git_file_* anymore
2005-04-13 [PATCH] Make nsec checking optional
2005-04-13 [PATCH] SHA1 naive collision checking
2005-04-13 [PATCH] ls-tree for listing trees
2005-04-12 Add a "check-files" command, which is useful for scripting
2005-04-12 Add "show-files" command to show the list of managed...
2005-04-11 Add a "rev-tree" helper, which calculates the revision
2005-04-09 Add "diff-tree" program to show which files have change...
2005-04-09 Add a "checkout-cache" command which does what the...
2005-04-08 Add "-lz" to link line to get in zlib.
2005-04-08 Add new fsck-cache to Makefile.
2005-04-08 Use "-Wall -O2" for the compiler to get more warnings.
2005-04-07 Initial revision of "git", the information manager...