summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-045-11/+27
* git-pull-script: add a final "diffstat" to show the result of the merge.Linus Torvalds2005-05-041-0/+1
* sha1_file: make the new sha1 object writing be coda-friendly.Linus Torvalds2005-05-031-1/+14
* Improve sha1 object file writing.Linus Torvalds2005-05-032-96/+39
* fsck-cache: fix SIGSEGV on bad tag objectLinus Torvalds2005-05-031-5/+8
* Automatic merge of /home/torvalds/junkio/.git/Linus Torvalds2005-05-037-90/+114
|\
| * Update git-merge-one-file-script.Junio C Hamano2005-05-011-38/+26
| * Implement git-update-cache --force-remove <path>Junio C Hamano2005-05-011-0/+9
| * Add git-write-blob.Junio C Hamano2005-05-015-52/+79
| * Make git-apply-patch-script executable.Junio C Hamano2005-05-011-0/+0
* | fsck-cache: report broken links correctlyLinus Torvalds2005-05-021-1/+1
* | Make fsck-cache do better tree checking.Linus Torvalds2005-05-023-7/+57
* | [PATCH] Fix warning in convert-cachetony.luck@intel.com2005-05-021-1/+1
* | fsck-cache: sort entries by inode numberLinus Torvalds2005-05-021-16/+73
|/
* Change the prefix for builtin diff generation.Linus Torvalds2005-05-011-1/+1
* [PATCH] git-export complains about mising cat-fileAlexey Nezhdanov2005-05-012-5/+5
* [PATCH] git-local-pull updatesJunio C Hamano2005-05-011-24/+41
* [PATCH] typo fixes to git-apply-patch-scriptJunio C Hamano2005-05-011-4/+2
* [PATCH] Add git-local-pull.Junio C Hamano2005-05-012-1/+112
* [PATCH] Do not call fetch() when we have it.Junio C Hamano2005-05-013-11/+12
* [PATCH] Make git-update-cache --refresh fail if update/merge needed.Junio C Hamano2005-05-011-5/+10
* Fix missing '\n' at end of git-cat-file -t output.Linus Torvalds2005-05-011-0/+1
* Make "cat-file" use "read_object_with_reference()"Linus Torvalds2005-05-011-9/+12
* Remove the ugly jit-style parent syntax.Linus Torvalds2005-05-011-44/+0
* Add "look up parent" logic for the simple names.Linus Torvalds2005-05-011-5/+62
* Add "get_sha1()" helper function.Linus Torvalds2005-05-0116-16/+46
* 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