summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* date handling: handle "AM"/"PM" on timeLinus Torvalds2005-05-012-9/+23
* date.c: allow even more varied time formatsLinus Torvalds2005-05-011-54/+152
* [PATCH] Allow removing files in a subdirectory.Junio C Hamano2005-05-011-1/+1
* [PATCH] Really fix git-merge-one-file-script this time.Junio C Hamano2005-05-011-23/+18
* [PATCH] Add git-apply-patch-script.Junio C Hamano2005-05-012-2/+62
* [PATCH] Rework built-in diff to make its output more dense.Junio C Hamano2005-05-011-11/+15
* [PATCH] Resurrect diff-tree-helper -RJunio C Hamano2005-04-301-6/+11
* [PATCH] Split out "pull" from particular methodsDaniel Barkalow2005-04-305-154/+114
* rev-tree.c: don't include unnecessary header filesLinus Torvalds2005-04-301-5/+0
* date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds2005-04-301-2/+8
* date.c: only use the TZ names if we don't have anything better.Linus Torvalds2005-04-301-1/+5
* date.c: split up dst information in the timezone tableLinus Torvalds2005-04-301-45/+51
* date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds2005-04-301-1/+3
* date.c: use the local timezone if none specifiedLinus Torvalds2005-04-301-2/+7
* [PATCH] fix usage string for renamed git commandsNicolas Pitre2005-04-302-6/+6
* Make the date parsing accept pretty much any random crap.Linus Torvalds2005-04-303-106/+238
* Make git-fsck-cache error printouts a bit more informative.Linus Torvalds2005-04-301-12/+18
* Rename "show-files" to "ls-files"Linus Torvalds2005-04-302-2/+2
* Fix up d_type handling - we need to include <dirent.h> beforeLinus Torvalds2005-04-301-2/+1
* [PATCH] compat: replace AF_LOCAL with AF_UNIXEdgar Toernig2005-04-302-5/+5
* [PATCH] compat: missing dirent.d_type fieldEdgar Toernig2005-04-302-1/+10
* [PATCH] compat: support pre-1.2 zlibEdgar Toernig2005-04-301-0/+4
* [PATCH] Do date parsing by hand...Edgar Toernig2005-04-304-27/+191
* [PATCH] Fix AUTHOR_DATE timezone confusiontony.luck@intel.com2005-04-292-133/+11
* [PATCH] git-fsck-cache: Gracefully handle non-commit IDsJonas Fonseca2005-04-291-1/+8
* [PATCH] GIT: Create tar archives of tree on the flyRene Scharfe2005-04-292-16/+54
* [PATCH] leftover bits for git renameJunio C Hamano2005-04-293-5/+5
* [PATCH] Makefile: The big git command renaming fallout fix.Junio C Hamano2005-04-291-2/+1
* Update the merge scripts for the big git rename.Linus Torvalds2005-04-292-18/+18
* [PATCH] The big git command renaming fallout fix.Junio C Hamano2005-04-291-1/+1
* Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds2005-04-294-38/+44
* [PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-scriptRene Scharfe2005-04-291-1/+1
* [PATCH] Use read_object_with_reference() in tar-treeRene Scharfe2005-04-281-29/+25
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-287-41/+47
* [PATCH] add short options to show-filesNicolas Pitre2005-04-281-37/+16
* [PATCH] diff-tree does not need -r in git-export.cJunio C Hamano2005-04-281-1/+1
* [PATCH] create tar archives of tree on the flyRene Scharfe2005-04-282-1/+364
* [PATCH] Give show-files the ability to process exclusion pattern.Nicolas Pitre2005-04-281-8/+97
* [PATCH] diff-cache.c compilation warning fix.Junio C Hamano2005-04-281-2/+2
* [PATCH] diff.c: clean temporary filesJunio C Hamano2005-04-281-5/+24
* [PATCH] diff-tree-helper: do not report unmerged path outside specification.Junio C Hamano2005-04-281-60/+50
* [PATCH] Make diff-cache and friends output more cg-patch friendly.Junio C Hamano2005-04-281-20/+36
* Fix up recent object model cleanupsLinus Torvalds2005-04-282-1/+4
* [PATCH] Rework fsck-cache to use parse_object()Daniel Barkalow2005-04-281-87/+34
* [PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow2005-04-282-0/+43
* [PATCH] Add tag header/parser to libraryDaniel Barkalow2005-04-283-1/+89
* [PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow2005-04-282-1/+21
* [PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano2005-04-271-1/+1
* [PATCH] Use diff-tree -p -r instead of "git diff" in git-export.Junio C Hamano2005-04-271-1/+1
* [PATCH] Make -s flag to show-diff a no-op.Junio C Hamano2005-04-271-9/+9