summaryrefslogtreecommitdiffstats
path: root/object.h (unfollow)
Commit message (Expand)AuthorFilesLines
2005-04-30date.c: split up dst information in the timezone tableLinus Torvalds1-45/+51
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds1-1/+3
2005-04-30date.c: use the local timezone if none specifiedLinus Torvalds1-2/+7
2005-04-30[PATCH] fix usage string for renamed git commandsNicolas Pitre2-6/+6
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds3-106/+238
2005-04-30Make git-fsck-cache error printouts a bit more informative.Linus Torvalds1-12/+18
2005-04-30Rename "show-files" to "ls-files"Linus Torvalds2-2/+2
2005-04-30Fix up d_type handling - we need to include <dirent.h> beforeLinus Torvalds1-2/+1
2005-04-30[PATCH] compat: replace AF_LOCAL with AF_UNIXEdgar Toernig2-5/+5
2005-04-30[PATCH] compat: missing dirent.d_type fieldEdgar Toernig2-1/+10
2005-04-30[PATCH] compat: support pre-1.2 zlibEdgar Toernig1-0/+4
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig4-27/+191
2005-04-30[PATCH] Fix AUTHOR_DATE timezone confusiontony.luck@intel.com2-133/+11
2005-04-30[PATCH] git-fsck-cache: Gracefully handle non-commit IDsJonas Fonseca1-1/+8
2005-04-30[PATCH] GIT: Create tar archives of tree on the flyRene Scharfe2-16/+54
2005-04-30[PATCH] leftover bits for git renameJunio C Hamano3-5/+5
2005-04-30[PATCH] Makefile: The big git command renaming fallout fix.Junio C Hamano1-2/+1
2005-04-30Update the merge scripts for the big git rename.Linus Torvalds2-18/+18
2005-04-29[PATCH] The big git command renaming fallout fix.Junio C Hamano1-1/+1
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds4-38/+44
2005-04-29[PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-scriptRene Scharfe1-1/+1
2005-04-29[PATCH] Use read_object_with_reference() in tar-treeRene Scharfe1-29/+25
2005-04-29[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano7-41/+47
2005-04-29[PATCH] add short options to show-filesNicolas Pitre1-37/+16
2005-04-28[PATCH] diff-tree does not need -r in git-export.cJunio C Hamano1-1/+1
2005-04-28[PATCH] create tar archives of tree on the flyRene Scharfe2-1/+364
2005-04-28[PATCH] Give show-files the ability to process exclusion pattern.Nicolas Pitre1-8/+97
2005-04-28[PATCH] diff-cache.c compilation warning fix.Junio C Hamano1-2/+2
2005-04-28[PATCH] diff.c: clean temporary filesJunio C Hamano1-5/+24
2005-04-28[PATCH] diff-tree-helper: do not report unmerged path outside specification.Junio C Hamano1-60/+50
2005-04-28[PATCH] Make diff-cache and friends output more cg-patch friendly.Junio C Hamano1-20/+36
2005-04-28Fix up recent object model cleanupsLinus Torvalds2-1/+4
2005-04-28[PATCH] Rework fsck-cache to use parse_object()Daniel Barkalow1-87/+34
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow2-0/+43
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow3-1/+89
2005-04-28[PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow2-1/+21
2005-04-28[PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano1-1/+1
2005-04-28[PATCH] Use diff-tree -p -r instead of "git diff" in git-export.Junio C Hamano1-1/+1
2005-04-28[PATCH] Make -s flag to show-diff a no-op.Junio C Hamano1-9/+9
2005-04-27[PATCH] Fix up <sys/socket.h> include dependencyAndreas Gal1-0/+1
2005-04-27diff.c: don't add extra '/' to pathnameLinus Torvalds1-2/+0
2005-04-27diff-cache: handle modified new files correctlyLinus Torvalds1-18/+44
2005-04-27[PATCH] Teach diff-tree-helper to handle unmerged paths.Junio C Hamano1-1/+1
2005-04-27[PATCH] Add -p (patch) to diff-cache.Junio C Hamano1-9/+28
2005-04-27[PATCH] Add -p (patch) to diff-tree.Junio C Hamano1-9/+26
2005-04-27[PATCH] Reactivate show-diff patch generationJunio C Hamano1-14/+42
2005-04-27[PATCH] Reworked external diff interface.Junio C Hamano2-40/+72
2005-04-27Allow writing to the private index file mapping.Linus Torvalds1-1/+1
2005-04-27diff-cache: fix handling of unmerged files.Linus Torvalds1-22/+39
2005-04-27diff-cache.c: use the "U <pathname>" format for unmerged entries.Linus Torvalds1-1/+1