summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-19Remove duplicate getenv(DB_ENVIRONMENT) callLinus Torvalds
2005-04-19Add stupid "git export" thing, which can export a git archiveLinus Torvalds
2005-04-19Fix init-db shared database caseLinus Torvalds
2005-04-19Update "git-pull-script" to use "read-tree -m" forLinus Torvalds
2005-04-19Make "read-tree" know how to do a "1-way merge".Linus Torvalds
2005-04-19Make "read-tree" take the 'stat' information for a merge result from theLinus Torvalds
2005-04-19Make git-pull-script do the right thing for symlinked HEAD's.Linus Torvalds
2005-04-19Don't parse commit objects more than once.Linus Torvalds
2005-04-19[PATCH] SCSI trees, merges and git statusJames Bottomley
2005-04-19[PATCH] provide better committer information to commit-tree.cGreg KH
2005-04-19Make fsck-cache print the object type for unreachable objects.Linus Torvalds
2005-04-18[PATCH] show-diff: Remove stale commentsJunio C Hamano
2005-04-18[PATCH] Do not let rsync obliterate .git/object symbolic link.Junio C Hamano
2005-04-18[PATCH] show-diff.c: -R option for reverse diff.Junio C Hamano
2005-04-18[PATCH] show-diff.c: make diff options customizable.Junio C Hamano
2005-04-18[PATCH] show-diff.c: adjust default format for the Linux kernel.Junio C Hamano
2005-04-18[PATCH] show-diff.c: simplify show_diff_empty.Junio C Hamano
2005-04-18[PATCH] show-diff.c: check unreadbale blob.Junio C Hamano
2005-04-18[PATCH] show-diff.c: clean up private buffer use.Junio C Hamano
2005-04-18Add "update-cache --refresh" to git-pull-script to make sureLinus Torvalds
2005-04-18Change merge-cache and git-merge-one-file to use the SHA1 of the fileLinus Torvalds
2005-04-18Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds
2005-04-18Add more header dependencies.Linus Torvalds
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds
2005-04-18Clean up the Makefile a bit.Linus Torvalds
2005-04-18Add the simple scripts I used to do a merge with content conflicts.Linus Torvalds
2005-04-18Merge the new object model thing from Daniel BarkalowLinus Torvalds
2005-04-18[PATCH] fix bug in read-cache.c which loses files when merging a treeJames Bottomley
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow
2005-04-18[PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow
2005-04-18[PATCH] Port rev-tree to parsing functionsDaniel Barkalow
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow
2005-04-18[PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.Junio C Hamano
2005-04-18Update README to reflect the hierarchical tree objects,Linus Torvalds
2005-04-18[PATCH] (resend) show-diff.c off-by-one fixJunio C Hamano
2005-04-18Ass a "merge-cache" helper program to execute a merge onLinus Torvalds
2005-04-18[PATCH] fork optional branch point normazilationBrad Roberts
2005-04-18Ignore any unmerged entries for "checkout-cache -a".Linus Torvalds
2005-04-17Remove extraneous ',' ';' and '.' characters from the full name gecos field.Linus Torvalds
2005-04-17Make the revision tracking track the object types too.Linus Torvalds
2005-04-17Make "commit-tree" check the input objects more carefully.Linus Torvalds
2005-04-17Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds
2005-04-17Do a very simple "merge-base" that finds the most recent commonLinus Torvalds
2005-04-17Make "rev-tree.c" use the new-and-improved "mark_reachable()"Linus Torvalds
2005-04-17Make "revision.h" slightly better to use.Linus Torvalds
2005-04-17Move "parse_commit()" into common revision.h file.Linus Torvalds
2005-04-17[PATCH] fix for memory leak in write-tree.cBrad Roberts
2005-04-17[PATCH] Fix +x-related show-diff false positivesPetr Baudis
2005-04-17[PATCH] Remove unused arguments from index_fd()Junio C Hamano