summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-05-01[PATCH] Add git-local-pull.Libravatar Junio C Hamano2-1/+112
2005-05-01[PATCH] Do not call fetch() when we have it.Libravatar Junio C Hamano3-11/+12
2005-05-01[PATCH] Make git-update-cache --refresh fail if update/merge needed.Libravatar Junio C Hamano1-5/+10
2005-05-01Fix missing '\n' at end of git-cat-file -t output.Libravatar Linus Torvalds1-0/+1
2005-05-01Make "cat-file" use "read_object_with_reference()"Libravatar Linus Torvalds1-9/+12
2005-05-01Remove the ugly jit-style parent syntax.Libravatar Linus Torvalds1-44/+0
2005-05-01Add "look up parent" logic for the simple names.Libravatar Linus Torvalds1-5/+62
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds16-16/+46
2005-05-01date handling: handle "AM"/"PM" on timeLibravatar Linus Torvalds2-9/+23
2005-05-01date.c: allow even more varied time formatsLibravatar Linus Torvalds1-54/+152
2005-05-01[PATCH] Allow removing files in a subdirectory.Libravatar Junio C Hamano1-1/+1
2005-05-01[PATCH] Really fix git-merge-one-file-script this time.Libravatar Junio C Hamano1-23/+18
2005-05-01[PATCH] Add git-apply-patch-script.Libravatar Junio C Hamano2-2/+62
2005-05-01[PATCH] Rework built-in diff to make its output more dense.Libravatar Junio C Hamano1-11/+15
2005-04-30[PATCH] Resurrect diff-tree-helper -RLibravatar Junio C Hamano1-6/+11
2005-04-30[PATCH] Split out "pull" from particular methodsLibravatar Daniel Barkalow5-154/+114
2005-04-30rev-tree.c: don't include unnecessary header filesLibravatar Linus Torvalds1-5/+0
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLibravatar Linus Torvalds1-2/+8
2005-04-30date.c: only use the TZ names if we don't have anything better.Libravatar Linus Torvalds1-1/+5
2005-04-30date.c: split up dst information in the timezone tableLibravatar Linus Torvalds1-45/+51
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLibravatar Linus Torvalds1-1/+3
2005-04-30date.c: use the local timezone if none specifiedLibravatar Linus Torvalds1-2/+7
2005-04-30[PATCH] fix usage string for renamed git commandsLibravatar Nicolas Pitre2-6/+6
2005-04-30Make the date parsing accept pretty much any random crap.Libravatar Linus Torvalds3-106/+238
2005-04-30Make git-fsck-cache error printouts a bit more informative.Libravatar Linus Torvalds1-12/+18
2005-04-30Rename "show-files" to "ls-files"Libravatar Linus Torvalds2-2/+2
2005-04-30Fix up d_type handling - we need to include <dirent.h> beforeLibravatar Linus Torvalds1-2/+1
2005-04-30[PATCH] compat: replace AF_LOCAL with AF_UNIXLibravatar Edgar Toernig2-5/+5
2005-04-30[PATCH] compat: missing dirent.d_type fieldLibravatar Edgar Toernig2-1/+10
2005-04-30[PATCH] compat: support pre-1.2 zlibLibravatar Edgar Toernig1-0/+4
2005-04-30[PATCH] Do date parsing by hand...Libravatar Edgar Toernig4-27/+191
2005-04-29[PATCH] Fix AUTHOR_DATE timezone confusionLibravatar tony.luck@intel.com2-133/+11
2005-04-29[PATCH] git-fsck-cache: Gracefully handle non-commit IDsLibravatar Jonas Fonseca1-1/+8
2005-04-29[PATCH] GIT: Create tar archives of tree on the flyLibravatar Rene Scharfe2-16/+54
2005-04-29[PATCH] leftover bits for git renameLibravatar Junio C Hamano3-5/+5
2005-04-29[PATCH] Makefile: The big git command renaming fallout fix.Libravatar Junio C Hamano1-2/+1
2005-04-29Update the merge scripts for the big git rename.Libravatar Linus Torvalds2-18/+18
2005-04-29[PATCH] The big git command renaming fallout fix.Libravatar Junio C Hamano1-1/+1
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Libravatar Linus Torvalds4-38/+44
2005-04-29[PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-scriptLibravatar Rene Scharfe1-1/+1
2005-04-28[PATCH] Use read_object_with_reference() in tar-treeLibravatar Rene Scharfe1-29/+25
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Libravatar Junio C Hamano7-41/+47
2005-04-28[PATCH] add short options to show-filesLibravatar Nicolas Pitre1-37/+16
2005-04-28[PATCH] diff-tree does not need -r in git-export.cLibravatar Junio C Hamano1-1/+1
2005-04-28[PATCH] create tar archives of tree on the flyLibravatar Rene Scharfe2-1/+364
2005-04-28[PATCH] Give show-files the ability to process exclusion pattern.Libravatar Nicolas Pitre1-8/+97
2005-04-28[PATCH] diff-cache.c compilation warning fix.Libravatar Junio C Hamano1-2/+2
2005-04-28[PATCH] diff.c: clean temporary filesLibravatar Junio C Hamano1-5/+24
2005-04-28[PATCH] diff-tree-helper: do not report unmerged path outside specification.Libravatar Junio C Hamano1-60/+50
2005-04-28[PATCH] Make diff-cache and friends output more cg-patch friendly.Libravatar Junio C Hamano1-20/+36