git.git
2005-04-28 Daniel Barkalow[PATCH] Mark blobs as parsed when they're actually...
2005-04-27 Junio C Hamano[PATCH] diff-tree -p implies diff-tree -p -r
2005-04-27 Junio C Hamano[PATCH] Use diff-tree -p -r instead of "git diff" in...
2005-04-27 Junio C Hamano[PATCH] Make -s flag to show-diff a no-op.
2005-04-27 Andreas Gal[PATCH] Fix up <sys/socket.h> include dependency
2005-04-27 Linus Torvaldsdiff.c: don't add extra '/' to pathname
2005-04-27 Linus Torvaldsdiff-cache: handle modified new files correctly
2005-04-27 Junio C Hamano[PATCH] Teach diff-tree-helper to handle unmerged paths.
2005-04-27 Junio C Hamano[PATCH] Add -p (patch) to diff-cache.
2005-04-27 Junio C Hamano[PATCH] Add -p (patch) to diff-tree.
2005-04-27 Junio C Hamano[PATCH] Reactivate show-diff patch generation
2005-04-27 Junio C Hamano[PATCH] Reworked external diff interface.
2005-04-27 Linus TorvaldsAllow writing to the private index file mapping.
2005-04-27 Linus Torvaldsdiff-cache: fix handling of unmerged files.
2005-04-27 Linus Torvaldsdiff-cache.c: use the "U <pathname>" format for unmerge...
2005-04-27 Junio C Hamano[PATCH] diff-cache/tree compatible output for show...
2005-04-27 Linus Torvaldsshow-diff: don't print out the full "ce" format for...
2005-04-27 Linus Torvaldsshow-diff: match diff-tree and diff-cache output
2005-04-26 Linus Torvaldsgit-pull-script: do automatic merges
2005-04-26 Christopher Li[PATCH] introduce xmalloc and xrealloc
2005-04-26 Linus Torvaldsupdate-cache: remove index lock file on SIGINT
2005-04-26 Junio C Hamano[PATCH] diff-cache buglet
2005-04-26 Junio C Hamano[PATCH] Diff-tree-helper take two.
2005-04-26 Junio C Hamano[PATCH] Introduce diff-tree-helper.
2005-04-26 Junio C Hamano[PATCH] Split external diff command interface to a...
2005-04-25 Linus Torvaldsfsck-cache: show root objects only with "--root"
2005-04-25 Linus Torvaldsfsck-cache: only show tags if asked to do so with ...
2005-04-25 Linus TorvaldsAdd the git-*-script files to the install
2005-04-25 Linus TorvaldsAdd example "git-tag-script" to show how to create...
2005-04-25 Linus TorvaldsMake "fsck" also show what the name of the tag object...
2005-04-25 Linus TorvaldsAdd "tag" objects that can be used to sign other objects.
2005-04-25 Linus TorvaldsFix up the types in write_sha1_file
2005-04-25 Linus TorvaldsSimplify "write_sha1_file()" interfaces
2005-04-24 Linus Torvaldsfsck-cache: warn about missing commit dates
2005-04-24 Linus TorvaldsUpdate "convert-cache" to handle git itself.
2005-04-24 James Bottomley[PATCH] update-cache: add "--ignore-missing" option
2005-04-24 James Bottomley[PATCH] checkout-cache: add "-n" option
2005-04-24 Linus TorvaldsDon't add references to objects we couldn't find.
2005-04-24 Linus TorvaldsVerify that the object type matches for tree/commit...
2005-04-24 Linus TorvaldsSet object type at object creation time, not object...
2005-04-24 Linus Torvaldsfsck-cache: notice missing "blob" objects.
2005-04-24 Andreas Gal[PATCH] fix segfault in fsck-cache
2005-04-24 Linus TorvaldsSupport a fine-grained diff-tree
2005-04-24 James Bottomley[PATCH] make file merging respect permissions
2005-04-24 Daniel Barkalow[PATCH] Allow multiple date-ordered lists
2005-04-24 Linus TorvaldsDon't add parents to the commit list if we have already
2005-04-24 Linus TorvaldsAdd "rev-list" program that uses the new time-based...
2005-04-24 Daniel Barkalow[PATCH] Various transport programs
2005-04-24 Daniel Barkalow[PATCH] Replace merge-base implementation
2005-04-24 Daniel Barkalow[PATCH] Additional functions for the objects database
2005-04-24 Daniel Barkalow[PATCH] Parse tree objects completely
2005-04-24 Daniel Barkalow[PATCH] Add some functions for commit lists
2005-04-24 Jonas Fonseca[PATCH] Simplify building of programs
2005-04-24 Petr Baudis[PATCH] Fix broken diff-cache output on added files
2005-04-23 Linus TorvaldsMake a hack to convert-cache for missing author dates...
2005-04-23 Linus TorvaldsMake "convert-cache" able to handle the really old...
2005-04-23 Linus TorvaldsUse O_NOATIME when opening the sha1 files.
2005-04-23 Paul Mackerras[PATCH] PPC assembly implementation of SHA1
2005-04-23 Linus TorvaldsNew "diff-cache" implementation.
2005-04-22 Linus TorvaldsMove "read_tree()" to "tree.c" to be used as a generic...
2005-04-22 Linus TorvaldsClean up and simplify read-tree a bit.
2005-04-21 Linus TorvaldsAdd support for alternate SHA1 library implementations.
2005-04-21 Linus TorvaldsSplit up Makefile library list handling with separate...
2005-04-21 Linus TorvaldsInclude <limits.h> in commit.c for ULONG_MAX. Remove...
2005-04-21 Linus TorvaldsAdd support for a "GIT_INDEX_FILE" environment variable.
2005-04-21 Linus TorvaldsAdd the ability to prefix something to the pathname...
2005-04-21 Linus TorvaldsFix NSEC compile problem, and properly parse the rev...
2005-04-21 Junio C Hamano[PATCH] Usage-string fixes.
2005-04-21 Linus TorvaldsDuh, just make git-export.c use the proper syntax,...
2005-04-21 Linus TorvaldsFix up some problems from the commit->tree helper patch
2005-04-21 Linus TorvaldsFix up git-export to use the lower-level interfaces...
2005-04-21 Junio C Hamano[PATCH] Teach read-tree about commit objects
2005-04-21 Junio C Hamano[PATCH] Teach ls-tree about commit objects
2005-04-21 Junio C Hamano[PATCH] Teach diff-tree about commit objects
2005-04-21 Junio C Hamano[PATCH] Teach diff-cache about commit objects
2005-04-21 Junio C Hamano[PATCH] Accept commit in some places when tree is needed.
2005-04-20 Andre Noll[PATCH] simplify Makefile
2005-04-20 Linus TorvaldsImprove build: add <unistd.h> and use -O2 instead of -O3
2005-04-20 Linus TorvaldsMake the sha1 of the index file go at the very end...
2005-04-20 Linus TorvaldsSpeed up index file writing by chunking it nicely.
2005-04-20 Linus TorvaldsMake "write_sha1_file()" exit early if the file already...
2005-04-20 Linus TorvaldsThe recent hash/compression switch-over missed the...
2005-04-20 Linus TorvaldsDo SHA1 hash _before_ compression.
2005-04-20 Zach Welch[PATCH] init-db.c: create and use safe_create_dir helper
2005-04-20 Zach Welch[PATCH] init-db.c: normalize env var handling.
2005-04-20 Zach Welch[PATCH] init-db.c: cleanup comments
2005-04-20 Linus TorvaldsMake "diff-tree" take commit objects too, like "diff...
2005-04-20 Linus TorvaldsAdd "diff-cache" helper program to compare a tree ...
2005-04-19 Linus TorvaldsMake us be better at guessing a good hostname for the...
2005-04-19 Linus TorvaldsRemove duplicate getenv(DB_ENVIRONMENT) call
2005-04-19 Linus TorvaldsAdd stupid "git export" thing, which can export a git...
2005-04-19 Linus TorvaldsFix init-db shared database case
2005-04-19 Linus TorvaldsUpdate "git-pull-script" to use "read-tree -m" for
2005-04-19 Linus TorvaldsMake "read-tree" know how to do a "1-way merge".
2005-04-19 Linus TorvaldsMake "read-tree" take the 'stat' information for a...
2005-04-19 Linus TorvaldsMake git-pull-script do the right thing for symlinked...
2005-04-19 Linus TorvaldsDon't parse commit objects more than once.
2005-04-19 James Bottomley[PATCH] SCSI trees, merges and git status
2005-04-19 Greg KH[PATCH] provide better committer information to commit...
2005-04-19 Linus TorvaldsMake fsck-cache print the object type for unreachable...
next