aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-23
* Don't add parents to the commit list if we have alreadyLinus Torvalds2005-04-23
* Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds2005-04-23
* [PATCH] Various transport programsDaniel Barkalow2005-04-23
* [PATCH] Replace merge-base implementationDaniel Barkalow2005-04-23
* [PATCH] Additional functions for the objects databaseDaniel Barkalow2005-04-23
* [PATCH] Parse tree objects completelyDaniel Barkalow2005-04-23
* [PATCH] Add some functions for commit listsDaniel Barkalow2005-04-23
* [PATCH] Simplify building of programsJonas Fonseca2005-04-23
* [PATCH] Fix broken diff-cache output on added filesPetr Baudis2005-04-23
* Make a hack to convert-cache for missing author dates in oldLinus Torvalds2005-04-23
* Make "convert-cache" able to handle the really old archive formatsLinus Torvalds2005-04-23
* Use O_NOATIME when opening the sha1 files.Linus Torvalds2005-04-23
* [PATCH] PPC assembly implementation of SHA1Paul Mackerras2005-04-22
* New "diff-cache" implementation.Linus Torvalds2005-04-22
* Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds2005-04-22
* Clean up and simplify read-tree a bit.Linus Torvalds2005-04-22
* Add support for alternate SHA1 library implementations.Linus Torvalds2005-04-21
* Split up Makefile library list handling with separate entries forLinus Torvalds2005-04-21
* Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds2005-04-21
* Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds2005-04-21
* Add the ability to prefix something to the pathname to "checkout-cache.c"Linus Torvalds2005-04-21
* Fix NSEC compile problem, and properly parse the rev-tree cmd line.Linus Torvalds2005-04-21
* [PATCH] Usage-string fixes.Junio C Hamano2005-04-20
* Duh, just make git-export.c use the proper syntax, everything is fine.Linus Torvalds2005-04-20
* Fix up some problems from the commit->tree helper patchLinus Torvalds2005-04-20
* Fix up git-export to use the lower-level interfaces for diff generation.Linus Torvalds2005-04-20
* [PATCH] Teach read-tree about commit objectsJunio C Hamano2005-04-20
* [PATCH] Teach ls-tree about commit objectsJunio C Hamano2005-04-20
* [PATCH] Teach diff-tree about commit objectsJunio C Hamano2005-04-20
* [PATCH] Teach diff-cache about commit objectsJunio C Hamano2005-04-20
* [PATCH] Accept commit in some places when tree is needed.Junio C Hamano2005-04-20
* [PATCH] simplify MakefileAndre Noll2005-04-20
* Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds2005-04-20
* Make the sha1 of the index file go at the very end of the file.Linus Torvalds2005-04-20
* Speed up index file writing by chunking it nicely.Linus Torvalds2005-04-20
* Make "write_sha1_file()" exit early if the file already exists.Linus Torvalds2005-04-20
* The recent hash/compression switch-over missed the blob creation.Linus Torvalds2005-04-20
* Do SHA1 hash _before_ compression.Linus Torvalds2005-04-20
* [PATCH] init-db.c: create and use safe_create_dir helperZach Welch2005-04-19
* [PATCH] init-db.c: normalize env var handling.Zach Welch2005-04-19
* [PATCH] init-db.c: cleanup commentsZach Welch2005-04-19
* Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds2005-04-19
* Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds2005-04-19
* Make us be better at guessing a good hostname for the email.Linus Torvalds2005-04-19
* Remove duplicate getenv(DB_ENVIRONMENT) callLinus Torvalds2005-04-19
* Add stupid "git export" thing, which can export a git archiveLinus Torvalds2005-04-19
* Fix init-db shared database caseLinus Torvalds2005-04-19
* Update "git-pull-script" to use "read-tree -m" forLinus Torvalds2005-04-19
* Make "read-tree" know how to do a "1-way merge".Linus Torvalds2005-04-19