summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-05Make "git-prune-script" take all refs into account.Linus Torvalds
2005-05-05Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds
2005-05-05Teach "git-pull-script" about alternate HEAD's to pull..Linus Torvalds
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov
2005-05-04git-pull-script: add a final "diffstat" to show the result of the merge.Linus Torvalds
2005-05-03sha1_file: make the new sha1 object writing be coda-friendly.Linus Torvalds
2005-05-03Improve sha1 object file writing.Linus Torvalds
2005-05-03fsck-cache: fix SIGSEGV on bad tag objectLinus Torvalds
2005-05-03Automatic merge of /home/torvalds/junkio/.git/Linus Torvalds
2005-05-03fsck-cache: report broken links correctlyLinus Torvalds
2005-05-02Make fsck-cache do better tree checking.Linus Torvalds
2005-05-02[PATCH] Fix warning in convert-cachetony.luck@intel.com
2005-05-02fsck-cache: sort entries by inode numberLinus Torvalds
2005-05-02Update git-merge-one-file-script.Junio C Hamano
2005-05-02Implement git-update-cache --force-remove <path>Junio C Hamano
2005-05-02Add git-write-blob.Junio C Hamano
2005-05-02Make git-apply-patch-script executable.Junio C Hamano
2005-05-02Change the prefix for builtin diff generation.Linus Torvalds
2005-05-02[PATCH] git-export complains about mising cat-fileAlexey Nezhdanov
2005-05-02[PATCH] git-local-pull updatesJunio C Hamano
2005-05-02[PATCH] typo fixes to git-apply-patch-scriptJunio C Hamano
2005-05-02[PATCH] Add git-local-pull.Junio C Hamano
2005-05-02[PATCH] Do not call fetch() when we have it.Junio C Hamano
2005-05-02[PATCH] Make git-update-cache --refresh fail if update/merge needed.Junio C Hamano
2005-05-02Fix missing '\n' at end of git-cat-file -t output.Linus Torvalds
2005-05-02Make "cat-file" use "read_object_with_reference()"Linus Torvalds
2005-05-02Remove the ugly jit-style parent syntax.Linus Torvalds
2005-05-02Add "look up parent" logic for the simple names.Linus Torvalds
2005-05-01Add "get_sha1()" helper function.Linus Torvalds
2005-05-01date handling: handle "AM"/"PM" on timeLinus Torvalds
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