summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e83c516)
raw | patch | inline | side by side (parent: e83c516)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 7 Apr 2005 22:16:10 +0000 (15:16 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 7 Apr 2005 22:16:10 +0000 (15:16 -0700) |
The tool interface sucks (especially "committing" information, which is just
me doing everything by hand from the command line), but I think this is in
theory actually a viable way of describing the world. So copyright it.
me doing everything by hand from the command line), but I think this is in
theory actually a viable way of describing the world. So copyright it.
cat-file.c | patch | blob | history | |
commit-tree.c | patch | blob | history | |
init-db.c | patch | blob | history | |
read-cache.c | patch | blob | history | |
read-tree.c | patch | blob | history | |
show-diff.c | patch | blob | history | |
update-cache.c | patch | blob | history | |
write-tree.c | patch | blob | history |
diff --git a/cat-file.c b/cat-file.c
index 74a0a234dd346fff51c773aa57d82fc4b83a8557..d8f0121e499252a0b4ef9ef722a02d35cc029ae0 100644 (file)
--- a/cat-file.c
+++ b/cat-file.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
int main(int argc, char **argv)
diff --git a/commit-tree.c b/commit-tree.c
index 840307af0cfaab31555795ce7175d5e9c9f981a0..0d7852f7f295d9fb85b00a71bcb7cfbeb1acd026 100644 (file)
--- a/commit-tree.c
+++ b/commit-tree.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
#include <pwd.h>
diff --git a/init-db.c b/init-db.c
index 25dc13fe101b219f74007f3194b787dd99e863da..bc65086368b44f37a8c7e47734e5b0dffed8873c 100644 (file)
--- a/init-db.c
+++ b/init-db.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
int main(int argc, char **argv)
diff --git a/read-cache.c b/read-cache.c
index c924a6e0fc4c36bad6f23cb87ee59518c771f936..b151981c1b3d15da75411c2af856958d06138c30 100644 (file)
--- a/read-cache.c
+++ b/read-cache.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
const char *sha1_file_directory = NULL;
diff --git a/read-tree.c b/read-tree.c
index 1b47742d8cbc0d98903777758b7b519980e7499e..997343e133b42a08059584766e2737632c9c044e 100644 (file)
--- a/read-tree.c
+++ b/read-tree.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
static int unpack(unsigned char *sha1)
diff --git a/show-diff.c b/show-diff.c
index b8522886a15db861508fb6d03d4d88d6de912a4b..e7aa60b4ab92ab2d0fe6afaeb5657757d0401225 100644 (file)
--- a/show-diff.c
+++ b/show-diff.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
#define MTIME_CHANGED 0x0001
diff --git a/update-cache.c b/update-cache.c
index 5085a5cb53ee52e1886ff6d46c609bdb2fc6d6cd..0bcd5d408191333e70f54fbf28676a7e3696ced5 100644 (file)
--- a/update-cache.c
+++ b/update-cache.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
static int cache_name_compare(const char *name1, int len1, const char *name2, int len2)
diff --git a/write-tree.c b/write-tree.c
index 921f981353229db0c56103a52609d35aff16f41b..012eeeff1b5dd90149ebcd9eed139698c9fab035 100644 (file)
--- a/write-tree.c
+++ b/write-tree.c
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
static int check_valid_sha1(unsigned char *sha1)