Commit Graph

  • c57a3a91f1 [PATCH] Correct show-diff output for deleted files Petr Baudis 2005-04-13 01:46:35 -0700
  • e2e5e98a40 [PATCH] Silent flag for show-diff Petr Baudis 2005-04-13 01:40:09 -0700
  • 3d8c7a5790 [PATCH] Fix a crash when doing rev-tree Petr Baudis 2005-04-12 14:37:42 -0700
  • 29d76d4b05 Make "checkout-cache" silently skip up-to-date files. Linus Torvalds 2005-04-12 14:17:28 -0700
  • 40e88b95cd Make "rev-tree" able to read its own output again from the cache. Linus Torvalds 2005-04-12 13:40:03 -0700
  • 727ff27787 [PATCH] rev-tree support for "in X but not in Y". David Woodhouse 2005-04-12 12:35:11 -0700
  • c0fb976aa7 [PATCH] show-diff show deleted files as diff as well. Christopher Li 2005-04-12 02:04:44 -0700
  • 5e76011c0d Remove the annoying "ok" printout from show-diff. Linus Torvalds 2005-04-12 02:01:12 -0700
  • 853916ff7f Add "applypatch" and "dotest" scripts to tie it all together. Linus Torvalds 2005-04-12 01:40:20 -0700
  • 74b46e32cb Add a "check-files" command, which is useful for scripting patches. Linus Torvalds 2005-04-12 00:23:14 -0700
  • 2744b2344d Start of early patch applicator tools for git. Linus Torvalds 2005-04-11 23:46:50 -0700
  • 8695c8bfe1 Add "show-files" command to show the list of managed (or non-managed) files. Linus Torvalds 2005-04-11 18:55:38 -0700
  • 3607c27f5f Allow zero-sized files to be checked in. Linus Torvalds 2005-04-11 18:02:00 -0700
  • 771364af0e Make the rev-tree output more regular. This is the last change. Promise. Linus Torvalds 2005-04-11 17:40:58 -0700
  • 28258afe91 Make "rev-tree" capable of showing the difference in reachability between two or more commit points. Linus Torvalds 2005-04-11 17:23:58 -0700
  • 97d9c3cdea Make "rev-tree" more efficient and more useful. Linus Torvalds 2005-04-11 16:42:13 -0700
  • 4bb04f2190 Rename ".dircache" directory to ".git" Linus Torvalds 2005-04-11 15:47:57 -0700
  • 9614b8dcf8 Fix stale index.lock file removal using "atexit()". Linus Torvalds 2005-04-11 15:39:26 -0700
  • 84fe972055 Add a "rev-tree" helper, which calculates the revision tree graph. Linus Torvalds 2005-04-11 13:55:10 -0700
  • 0dcad32ae2 Fix "usage()" to do the missing line termination. Linus Torvalds 2005-04-11 13:53:49 -0700
  • 32d197f18d Fix "update-cache" not fixing up the size field as appropriate. Linus Torvalds 2005-04-11 11:33:58 -0700
  • cfd88e2b7a Make the default directory permissions more lax. Linus Torvalds 2005-04-11 10:24:41 -0700
  • 075b845a85 Add a COPYING notice, making it explicit that the license is GPLv2. Linus Torvalds 2005-04-11 10:18:16 -0700
  • 711cf3a026 Make "update-cache --refresh" do what it really should do: just refresh the "stat" information. Linus Torvalds 2005-04-11 09:39:21 -0700
  • bf16c71e2f Fix up commit-tree/diff-tree user interface issues. Linus Torvalds 2005-04-11 08:37:17 -0700
  • 91af81a98e Oops. Fix bad initialization of the "seen" array, causing us to not properly clear the reference count at init time. It happened to work for me by pure luck. Linus Torvalds 2005-04-10 23:33:52 -0700
  • f1257f3a33 Oops, the actual 'printf' for missing objects was missing. Linus Torvalds 2005-04-10 23:22:59 -0700
  • 8ba0bbb237 Add connectivity tracking to fsck. Linus Torvalds 2005-04-10 23:13:09 -0700
  • 76e7f4ec48 Fix off-by-one error in removal of cache entry. Linus Torvalds 2005-04-10 22:06:50 -0700
  • 262e82b4a7 Fix diff-tree recursion. Linus Torvalds 2005-04-10 21:49:26 -0700
  • eeb7991695 Simplify "diff-tree" output, and only keep track of one single name-base. Linus Torvalds 2005-04-10 15:08:02 -0700
  • 73134b6d3f Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of trees as it diffs them. Linus Torvalds 2005-04-10 14:03:58 -0700
  • 121481abf8 Make "update-cache" a bit friendlier to use (and harder to mis-use). Linus Torvalds 2005-04-10 11:32:54 -0700
  • d6d3f9d012 This implements the new "recursive tree" write-tree. Linus Torvalds 2005-04-09 17:09:34 -0700
  • 4e6616ab77 Make fsck-cache warn about old-style tree objects that have full pathnames in them. We're migrating away from that. Linus Torvalds 2005-04-09 15:47:03 -0700
  • f768846e34 Teach "fsck" and "read-tree" about recursive tree-nodes. Linus Torvalds 2005-04-09 15:36:41 -0700
  • 16d4d1ba6c Make "fsck-cache" print out all the root commits it finds. Linus Torvalds 2005-04-09 13:02:30 -0700
  • 9174026cfe Add "diff-tree" program to show which files have changed between two trees. Linus Torvalds 2005-04-09 13:00:54 -0700
  • 79517a067a Export "cache_name_compare()" helper function. Linus Torvalds 2005-04-09 12:59:11 -0700
  • 83adac3c57 Make "read-tree" read the tree into the current directory cache. Linus Torvalds 2005-04-09 12:11:25 -0700
  • 197ee8c970 Make "write_cache()" and friends available as generic routines. Linus Torvalds 2005-04-09 12:09:27 -0700
  • 8d3af1d532 Fix "checkout-cache.c" mis-use of read_sha1_file() interface. Linus Torvalds 2005-04-09 11:24:41 -0700
  • f7391ce3bd Fix up "checkout-cache" a bit Linus Torvalds 2005-04-09 09:59:44 -0700
  • 33db5f4d90 Add a "checkout-cache" command which does what the name suggests. Linus Torvalds 2005-04-09 09:53:05 -0700
  • 734aab758c Make the cache stat information comparator public. Linus Torvalds 2005-04-09 09:48:20 -0700
  • eb38c22f53 Make "cache_name_pos()" available to others. Linus Torvalds 2005-04-09 09:26:55 -0700
  • 59c1e24980 Fix missing return values and some error tests for empty index files Linus Torvalds 2005-04-09 00:25:22 -0700
  • 1ea34e365b Make fsck-cache start parsing the object types, and checking their internal format. Linus Torvalds 2005-04-08 17:11:14 -0700
  • 9426167765 Add "-lz" to link line to get in zlib. Linus Torvalds 2005-04-08 15:31:19 -0700
  • 7660a188df Add new fsck-cache to Makefile. Linus Torvalds 2005-04-08 15:04:51 -0700
  • 20222118ae Add first cut at "fsck-cache" that validates the SHA1 object store. Linus Torvalds 2005-04-08 15:02:42 -0700
  • 2ade934026 Add "check_sha1_signature()" helper function Linus Torvalds 2005-04-08 15:01:15 -0700
  • 24778e335a Factor out "read_sha1_file" into mapping/inflating/unmapping. Linus Torvalds 2005-04-08 14:42:29 -0700
  • 19b2860cba Use "-Wall -O2" for the compiler to get more warnings. Linus Torvalds 2005-04-08 09:59:28 -0700
  • bf0c6e839c Make "cat-file" output the file contents to stdout. Linus Torvalds 2005-04-08 09:16:38 -0700
  • e497ea2a9b Make read-tree actually unpack the whole tree. Linus Torvalds 2005-04-07 21:03:28 -0700
  • 8bc9a0c769 Add copyright notices. Linus Torvalds 2005-04-07 15:16:10 -0700
  • e83c516331 Initial revision of "git", the information manager from hell Linus Torvalds 2005-04-07 15:13:13 -0700