summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-01date.c: allow even more varied time formatsLinus Torvalds
2005-05-01[PATCH] Allow removing files in a subdirectory.Junio C Hamano
2005-05-01[PATCH] Really fix git-merge-one-file-script this time.Junio C Hamano
2005-05-01[PATCH] Add git-apply-patch-script.Junio C Hamano
2005-05-01[PATCH] Rework built-in diff to make its output more dense.Junio C Hamano
2005-05-01[PATCH] Resurrect diff-tree-helper -RJunio C Hamano
2005-04-30[PATCH] Split out "pull" from particular methodsDaniel Barkalow
2005-04-30rev-tree.c: don't include unnecessary header filesLinus Torvalds
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds
2005-04-30date.c: only use the TZ names if we don't have anything better.Linus Torvalds
2005-04-30date.c: split up dst information in the timezone tableLinus Torvalds
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds
2005-04-30date.c: use the local timezone if none specifiedLinus Torvalds
2005-04-30[PATCH] fix usage string for renamed git commandsNicolas Pitre
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds
2005-04-30Make git-fsck-cache error printouts a bit more informative.Linus Torvalds
2005-04-30Rename "show-files" to "ls-files"Linus Torvalds
2005-04-30Fix up d_type handling - we need to include <dirent.h> beforeLinus Torvalds
2005-04-30[PATCH] compat: replace AF_LOCAL with AF_UNIXEdgar Toernig
2005-04-30[PATCH] compat: missing dirent.d_type fieldEdgar Toernig
2005-04-30[PATCH] compat: support pre-1.2 zlibEdgar Toernig
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig
2005-04-30[PATCH] Fix AUTHOR_DATE timezone confusiontony.luck@intel.com
2005-04-30[PATCH] git-fsck-cache: Gracefully handle non-commit IDsJonas Fonseca
2005-04-30[PATCH] GIT: Create tar archives of tree on the flyRene Scharfe
2005-04-29[PATCH] leftover bits for git renameJunio C Hamano
2005-04-29[PATCH] Makefile: The big git command renaming fallout fix.Junio C Hamano
2005-04-29Update the merge scripts for the big git rename.Linus Torvalds
2005-04-29[PATCH] The big git command renaming fallout fix.Junio C Hamano
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds
2005-04-29[PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-scriptRene Scharfe
2005-04-29[PATCH] Use read_object_with_reference() in tar-treeRene Scharfe
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano
2005-04-28[PATCH] add short options to show-filesNicolas Pitre
2005-04-28[PATCH] diff-tree does not need -r in git-export.cJunio C Hamano
2005-04-28[PATCH] create tar archives of tree on the flyRene Scharfe
2005-04-28[PATCH] Give show-files the ability to process exclusion pattern.Nicolas Pitre
2005-04-28[PATCH] diff-cache.c compilation warning fix.Junio C Hamano
2005-04-28[PATCH] diff.c: clean temporary filesJunio C Hamano
2005-04-28[PATCH] diff-tree-helper: do not report unmerged path outside specification.Junio C Hamano
2005-04-28[PATCH] Make diff-cache and friends output more cg-patch friendly.Junio C Hamano
2005-04-28Fix up recent object model cleanupsLinus Torvalds
2005-04-28[PATCH] Rework fsck-cache to use parse_object()Daniel Barkalow
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow
2005-04-28[PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow
2005-04-27[PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano
2005-04-27[PATCH] Use diff-tree -p -r instead of "git diff" in git-export.Junio C Hamano
2005-04-27[PATCH] Make -s flag to show-diff a no-op.Junio C Hamano
2005-04-27[PATCH] Fix up <sys/socket.h> include dependencyAndreas Gal