Commit Graph

  • d5a72fd622 Fix git-resolve-script. Linus Torvalds 2005-05-05 16:07:56 -0700
  • db823d4a5a Fix symlink handling Linus Torvalds 2005-05-05 16:01:46 -0700
  • 660265909f diff-cache shows differences for unmerged paths without --cache. Junio C Hamano 2005-05-05 15:35:49 -0700
  • c4b83e618f Do not write out new index if nothing has changed. Junio C Hamano 2005-05-05 15:29:06 -0700
  • 9e30dd7c0e Make git-prune-script executable again. Junio C Hamano 2005-05-05 15:10:49 -0700
  • ed4eeaf203 [PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree. Thomas Glanzmann 2005-05-05 21:51:34 +0200
  • 67cc5c4ef8 Split "git-pull-script" into two parts Linus Torvalds 2005-05-05 11:43:30 -0700
  • 160c8433d9 git-diff-cache: add "-m" flag to match all non-checked-out files with the index. Linus Torvalds 2005-05-05 09:31:09 -0700
  • 8ae0a8c514 [PATCH] git and symlinks as tracked content Kay Sievers 2005-05-05 14:38:25 +0200
  • 5210372fe4 [PATCH] Fix git rpush. Anton Altaparmakov 2005-05-05 13:31:53 +0100
  • 2af87aae78 [PATCH] Fix git rpull. Anton Altaparmakov 2005-05-05 12:30:25 +0100
  • 4bea3b6926 git-pull-script: do the diffstat also for the fast-forward case Linus Torvalds 2005-05-05 02:21:42 -0700
  • d0d0d0bd3c Merge http://members.cox.net/junkio/git-jc.git/ Linus Torvalds 2005-05-04 18:18:40 -0700
  • 4feb7a016a Make "git-prune-script" take all refs into account. Linus Torvalds 2005-05-04 17:26:41 -0700
  • 770896e548 Teach fsck-cache to accept non-commits for reachability analysis. Linus Torvalds 2005-05-04 17:03:09 -0700
  • 552e2bd12e Teach "git-pull-script" about alternate HEAD's to pull.. Linus Torvalds 2005-05-04 17:02:16 -0700
  • 13019d4136 [PATCH] Fix memory leaks in git-fsck-cache Sergey Vlasov 2005-05-04 21:44:15 +0400
  • 8a9d32b7e9 When the patch tries to create a new file and the file exists, abort. Junio C Hamano 2005-05-04 10:45:36 -0700
  • 705acc5c94 git-pull-script: add a final "diffstat" to show the result of the merge. Linus Torvalds 2005-05-04 07:12:18 -0700
  • b46f0b6dfd Optimize diff-cache -p --cached Junio C Hamano 2005-05-04 01:45:24 -0700
  • 6fa28064b0 Terminate diff-* on non-zero exit from GIT_EXTERNAL_DIFF Junio C Hamano 2005-05-04 01:38:06 -0700
  • ae7c0c92c0 Git-prune-script loses blobs referenced from an uncommitted cache. Junio C Hamano 2005-05-04 01:33:33 -0700
  • fd0ffd3ad1 Short-cut error return path in git-local-pull. Junio C Hamano 2005-05-04 01:28:45 -0700
  • b2d62f161e Make git-*-pull say who wants them for missing objects. Junio C Hamano 2005-05-04 01:26:24 -0700
  • a31c6d022e sha1_file: make the new sha1 object writing be coda-friendly. Linus Torvalds 2005-05-03 15:16:18 -0700
  • aac1794132 Improve sha1 object file writing. Linus Torvalds 2005-05-03 11:46:16 -0700
  • 92d4c85d24 fsck-cache: fix SIGSEGV on bad tag object Linus Torvalds 2005-05-03 07:57:56 -0700
  • 54c26fb9d0 Automatic merge of /home/torvalds/junkio/.git/ Linus Torvalds 2005-05-03 07:30:10 -0700
  • aa03413467 fsck-cache: report broken links correctly Linus Torvalds 2005-05-02 21:10:54 -0700
  • 8500349208 Make fsck-cache do better tree checking. Linus Torvalds 2005-05-02 16:13:18 -0700
  • f220fb6b84 [PATCH] Fix warning in convert-cache tony.luck@intel.com 2005-05-02 10:57:02 -0700
  • 7e8c174a97 fsck-cache: sort entries by inode number Linus Torvalds 2005-05-02 09:06:33 -0700
  • ee28152d03 Update git-merge-one-file-script. Junio C Hamano 2005-05-01 23:53:32 -0700
  • 0ff5bf7cfc Implement git-update-cache --force-remove <path> Junio C Hamano 2005-05-01 23:50:51 -0700
  • 74400e7175 Add git-write-blob. Junio C Hamano 2005-05-01 23:45:49 -0700
  • 285bf834be Make git-apply-patch-script executable. Junio C Hamano 2005-05-01 23:17:28 -0700
  • 0980d9b3a5 Change the prefix for builtin diff generation. Linus Torvalds 2005-05-01 21:53:36 -0700
  • 62c1f6b4af Get AUTHOR_DATE from the email Date: line Linus Torvalds 2005-05-01 21:42:53 -0700
  • bab5583a49 [PATCH] git-export complains about mising cat-file Alexey Nezhdanov 2005-05-01 21:23:04 -0700
  • b02a26cb87 [PATCH] git-local-pull updates Junio C Hamano 2005-05-01 21:10:04 -0700
  • 7fa76eeb75 [PATCH] typo fixes to git-apply-patch-script Junio C Hamano 2005-05-01 21:09:28 -0700
  • dfcb405799 [PATCH] Add git-local-pull. Junio C Hamano 2005-05-01 21:09:28 -0700
  • ee4f439fea [PATCH] Do not call fetch() when we have it. Junio C Hamano 2005-05-01 21:07:40 -0700
  • 90535218dd [PATCH] Make git-update-cache --refresh fail if update/merge needed. Junio C Hamano 2005-05-01 21:07:40 -0700
  • fa9e9c7bc4 Fix missing '\n' at end of git-cat-file -t output. Linus Torvalds 2005-05-01 19:40:39 -0700
  • 11e7d5c594 Make "cat-file" use "read_object_with_reference()" Linus Torvalds 2005-05-01 19:28:18 -0700
  • ca4c7db9ef Remove the ugly jit-style parent syntax. Linus Torvalds 2005-05-01 19:16:06 -0700
  • 35ad33823e Add "look up parent" logic for the simple names. Linus Torvalds 2005-05-01 18:13:16 -0700
  • 3c249c9506 Add "get_sha1()" helper function. Linus Torvalds 2005-05-01 16:36:56 -0700
  • 68849b5442 date handling: handle "AM"/"PM" on time Linus Torvalds 2005-05-01 12:34:56 -0700
  • 198b0fb635 date.c: allow even more varied time formats Linus Torvalds 2005-05-01 11:48:34 -0700
  • e2a669bb2e [PATCH] Allow removing files in a subdirectory. Junio C Hamano 2005-05-01 09:33:12 -0700
  • 21a08dcbe7 [PATCH] Really fix git-merge-one-file-script this time. Junio C Hamano 2005-05-01 09:33:12 -0700
  • 5d2f8b2753 [PATCH] Add git-apply-patch-script. Junio C Hamano 2005-05-01 09:33:12 -0700
  • c983370e5e [PATCH] Rework built-in diff to make its output more dense. Junio C Hamano 2005-05-01 09:33:12 -0700
  • a6f3f3b108 [PATCH] Resurrect diff-tree-helper -R Junio C Hamano 2005-04-30 17:59:35 -0700
  • 4250a5e5b1 [PATCH] Split out "pull" from particular methods Daniel Barkalow 2005-04-30 16:53:56 -0700
  • 5e7921e7c1 rev-tree.c: don't include unnecessary header files Linus Torvalds 2005-04-30 16:26:56 -0700
  • 7f26664f1f date.c: fix printout of timezone offsets that aren't exact hours Linus Torvalds 2005-04-30 16:18:41 -0700
  • 92e2311b6c date.c: only use the TZ names if we don't have anything better. Linus Torvalds 2005-04-30 15:21:57 -0700
  • 5e2a78a410 date.c: split up dst information in the timezone table Linus Torvalds 2005-04-30 14:53:12 -0700
  • a90588821a date.c: fix parsing of dates in mm/dd/yy format Linus Torvalds 2005-04-30 14:31:28 -0700
  • eaa8512923 date.c: use the local timezone if none specified Linus Torvalds 2005-04-30 14:25:02 -0700
  • 1771039129 [PATCH] fix usage string for renamed git commands Nicolas Pitre 2005-04-30 13:59:38 -0700
  • 89967023da Make the date parsing accept pretty much any random crap. Linus Torvalds 2005-04-30 13:19:56 -0700
  • 3a6a23e67d Make git-fsck-cache error printouts a bit more informative. Linus Torvalds 2005-04-30 11:22:26 -0700
  • 9b23b4bc1c Rename "show-files" to "ls-files" Linus Torvalds 2005-04-30 11:02:21 -0700
  • 8c7b86632c Add "stripspace" program to clean up email commentary Linus Torvalds 2005-04-30 10:58:41 -0700
  • 4b18242190 Fix up d_type handling - we need to include <dirent.h> before we play with the d_type compatibility macros. Linus Torvalds 2005-04-30 09:59:31 -0700
  • ae200ee594 [PATCH] compat: replace AF_LOCAL with AF_UNIX Edgar Toernig 2005-04-30 09:51:03 -0700
  • b682969367 [PATCH] compat: missing dirent.d_type field Edgar Toernig 2005-04-30 09:51:03 -0700
  • 9da3acfb19 [PATCH] compat: support pre-1.2 zlib Edgar Toernig 2005-04-30 09:51:03 -0700
  • ecee9d9e79 [PATCH] Do date parsing by hand... Edgar Toernig 2005-04-30 09:46:49 -0700
  • d167f147dc [PATCH] Fix AUTHOR_DATE timezone confusion tony.luck@intel.com 2005-04-29 20:27:04 -0700
  • e1a1388d85 [PATCH] git-fsck-cache: Gracefully handle non-commit IDs Jonas Fonseca 2005-04-29 20:00:40 -0700
  • 87fec8fc9e [PATCH] GIT: Create tar archives of tree on the fly Rene Scharfe 2005-04-29 19:51:04 -0700
  • 0fc65a4572 [PATCH] leftover bits for git rename Junio C Hamano 2005-04-29 16:25:05 -0700
  • e515f31896 [PATCH] Makefile: The big git command renaming fallout fix. Junio C Hamano 2005-04-29 15:04:13 -0700
  • 2d280e1c5e Update the merge scripts for the big git rename. Linus Torvalds 2005-04-29 15:02:43 -0700
  • 50eb31d103 Fix up "applypatch" for the big git rename Linus Torvalds 2005-04-29 14:56:18 -0700
  • aed7a5a9da [PATCH] The big git command renaming fallout fix. Junio C Hamano 2005-04-29 14:54:50 -0700
  • a3df180138 Rename git core commands to be "git-xxxx" to avoid name clashes. Linus Torvalds 2005-04-29 14:09:11 -0700
  • d840b3b285 [PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-script Rene Scharfe 2005-04-29 12:08:03 -0700
  • db413479f1 [PATCH] Use read_object_with_reference() in tar-tree Rene Scharfe 2005-04-28 22:19:02 -0700
  • 40469ee9c6 [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 Junio C Hamano 2005-04-28 16:42:27 -0700
  • cf9a113d35 [PATCH] add short options to show-files Nicolas Pitre 2005-04-28 15:06:25 -0700
  • 0cc087e304 [PATCH] diff-tree does not need -r in git-export.c Junio C Hamano 2005-04-28 12:22:11 -0700
  • 731ab9ccf2 [PATCH] create tar archives of tree on the fly Rene Scharfe 2005-04-28 12:16:43 -0700
  • 9ff768e940 [PATCH] Give show-files the ability to process exclusion pattern. Nicolas Pitre 2005-04-28 11:44:04 -0700
  • b836825b55 [PATCH] diff-cache.c compilation warning fix. Junio C Hamano 2005-04-28 10:13:01 -0700
  • 532149d727 [PATCH] diff.c: clean temporary files Junio C Hamano 2005-04-28 10:13:01 -0700
  • 91a6eaa05d [PATCH] diff-tree-helper: do not report unmerged path outside specification. Junio C Hamano 2005-04-28 10:13:01 -0700
  • 2f97813870 [PATCH] Make diff-cache and friends output more cg-patch friendly. Junio C Hamano 2005-04-28 08:04:39 -0700
  • d5e276884a Fix up recent object model cleanups Linus Torvalds 2005-04-28 07:50:39 -0700
  • c418eda493 [PATCH] Rework fsck-cache to use parse_object() Daniel Barkalow 2005-04-28 07:46:33 -0700
  • e9eefa6761 [PATCH] Add function to parse an object of unspecified type (take 2) Daniel Barkalow 2005-04-28 07:46:33 -0700
  • 2636f61437 [PATCH] Add tag header/parser to library Daniel Barkalow 2005-04-28 07:46:33 -0700
  • a510bfaa8c [PATCH] Mark blobs as parsed when they're actually parsed Daniel Barkalow 2005-04-28 07:46:33 -0700
  • 3a663fd984 [PATCH] diff-tree -p implies diff-tree -p -r Junio C Hamano 2005-04-27 16:25:59 -0700
  • ce9be4e4e8 [PATCH] Use diff-tree -p -r instead of "git diff" in git-export. Junio C Hamano 2005-04-27 15:36:01 -0700