Jeff King
cc1b8d8bc6
docs: don't talk about $GIT_DIR/refs/ everywhere
...
It is misleading to say that we pull refs from $GIT_DIR/refs/*, because we
may also consult the packed refs mechanism. These days we tend to treat
the "refs hierarchy" as more of an abstract namespace that happens to be
represented as $GIT_DIR/refs. At best, this is a minor inaccuracy, but at
worst it can confuse users who then look in $GIT_DIR/refs and find that it
is missing some of the refs they expected to see.
This patch drops most uses of "$GIT_DIR/refs/*", changing them into just
"refs/*", under the assumption that users can handle the concept of an
abstract refs namespace. There are a few things to note:
- most cases just dropped the $GIT_DIR/ portion. But for cases where
that left _just_ the word "refs", I changed it to "refs/" to help
indicate that it was a hierarchy. I didn't do the same for longer
paths (e.g., "refs/heads" remained, instead of becoming
"refs/heads/").
- in some cases, no change was made, as the text was explicitly about
unpacked refs (e.g., the discussion in git-pack-refs).
- In some cases it made sense instead to note the existence of packed
refs (e.g., in check-ref-format and rev-parse).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-02-17 21:40:09 -08:00
..
2009-10-24 23:50:28 -07:00
2009-10-01 08:21:35 -04:00
2010-01-31 10:24:53 -08:00
2008-02-11 13:23:15 -08:00
2009-12-05 10:03:49 -08:00
2009-06-30 11:17:54 -07:00
2010-01-14 21:54:23 -08:00
2008-12-29 00:40:10 -08:00
2008-01-06 18:41:44 -08:00
2009-02-09 20:59:26 -08:00
2010-02-03 20:39:56 -08:00
2009-12-03 12:41:37 -08:00
2010-01-31 10:24:53 -08:00
2008-12-19 19:10:46 -08:00
2009-11-23 01:21:51 -08:00
2009-04-06 00:27:09 -07:00
2007-07-24 00:47:05 -07:00
2009-03-22 10:33:36 -07:00
2010-01-10 13:01:28 +01:00
2007-08-10 23:16:18 -07:00
2010-02-08 21:54:10 -08:00
2010-02-11 22:10:00 -08:00
2009-03-02 12:34:54 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-02-12 09:38:20 -08:00
2010-01-31 10:24:53 -08:00
2009-11-08 18:29:08 -08:00
2010-01-20 20:28:49 -08:00
2010-01-22 16:08:05 -08:00
2010-01-10 13:01:28 +01:00
2009-05-25 12:08:15 -07:00
2009-03-22 21:02:38 -07:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2009-09-07 15:24:38 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-02-04 15:12:13 -08:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2010-01-20 20:28:49 -08:00
2010-01-20 20:28:49 -08:00
2008-08-17 01:01:42 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-20 20:28:49 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-09 22:41:31 -08:00
2010-01-20 20:28:49 -08:00
2010-01-31 10:24:53 -08:00
2010-02-04 15:12:17 -08:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2010-02-06 10:52:14 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2008-07-01 17:20:15 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-28 12:33:42 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-31 10:24:53 -08:00
2010-01-10 13:01:28 +01:00
2009-10-24 23:50:28 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2009-07-12 14:36:40 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-22 16:08:16 -08:00
2008-07-01 17:20:15 -07:00
2010-01-24 10:58:57 -08:00
2008-08-01 23:21:44 -07:00
2010-01-10 13:01:25 +01:00
2010-01-10 13:01:28 +01:00
2008-08-01 23:21:44 -07:00
2009-08-05 10:29:37 -07:00
2010-01-20 20:28:50 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2008-12-09 20:57:52 -08:00
2010-01-24 10:58:57 -08:00
2009-04-12 15:19:12 -07:00
2010-01-10 13:01:28 +01:00
2008-07-01 17:20:15 -07:00
2009-05-16 10:28:59 -07:00
2009-08-29 14:08:03 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2009-04-05 00:39:37 -07:00
2009-06-11 19:50:45 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2009-07-10 23:57:21 -07:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2010-02-17 21:40:09 -08:00
2009-09-13 01:32:49 -07:00
2010-01-20 20:28:49 -08:00
2010-01-21 15:02:45 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2008-07-01 17:20:15 -07:00
2010-01-31 10:24:53 -08:00
2010-01-22 16:08:07 -08:00
2010-02-04 15:12:16 -08:00
2010-01-10 13:01:25 +01:00
2008-07-01 17:20:15 -07:00
2008-08-01 23:21:44 -07:00
2010-01-10 13:01:28 +01:00
2010-01-20 20:28:49 -08:00
2010-01-23 11:26:46 -08:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2010-01-07 15:37:33 -08:00
2009-12-26 14:03:17 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2009-04-11 11:01:15 -07:00
2010-01-10 21:29:34 +01:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2008-12-02 16:13:16 -08:00
2010-02-17 21:40:09 -08:00
2010-01-10 13:01:28 +01:00
2008-07-01 17:20:15 -07:00
2010-01-31 10:24:53 -08:00
2010-01-23 03:23:04 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2007-10-29 12:53:50 -07:00
2008-07-01 17:20:15 -07:00
2008-07-01 17:20:16 -07:00
2010-01-20 20:28:49 -08:00
2008-07-01 17:20:15 -07:00
2009-04-25 09:29:38 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:25 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-02-12 15:45:05 -08:00
2010-01-20 23:49:27 -08:00
2009-09-22 19:40:05 -07:00
2010-01-20 20:28:49 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2008-11-14 21:48:10 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2009-06-03 00:09:16 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2009-10-24 23:50:28 -07:00
2010-01-10 13:01:28 +01:00
2008-07-08 16:36:03 -07:00
2007-12-14 22:29:38 -08:00
2009-03-17 12:08:43 -07:00
2010-01-06 01:33:45 -08:00
2009-03-27 00:33:19 -07:00
2009-12-05 10:03:49 -08:00
2009-04-01 11:02:42 -07:00
2009-03-27 00:33:20 -07:00
2009-03-27 00:33:19 -07:00
2009-10-22 12:59:50 -07:00
2009-04-01 11:02:42 -07:00
2009-10-28 16:48:20 -07:00
2010-01-20 20:28:50 -08:00
2010-01-17 22:46:28 -08:00
2010-01-14 09:24:42 -08:00
2010-01-21 14:57:41 -08:00
2010-01-10 13:01:28 +01:00
2009-03-03 21:40:36 -08:00
2007-07-02 00:35:58 -07:00
2007-07-12 12:01:47 -07:00
2007-08-15 15:01:20 -07:00
2008-08-05 11:38:11 -07:00
2007-09-03 01:28:37 -07:00
2007-09-19 03:11:28 -07:00
2008-01-29 22:00:34 -08:00
2007-10-03 02:33:48 -07:00
2007-11-07 11:37:15 -08:00
2007-11-18 14:00:38 -08:00
2007-12-01 11:20:00 -08:00
2008-01-07 22:41:43 -08:00
2008-08-05 11:38:11 -07:00
2008-02-17 00:20:38 -08:00
2008-02-17 00:20:38 -08:00
2008-02-23 11:31:04 -08:00
2008-08-05 11:38:11 -07:00
2008-08-05 11:38:11 -07:00
2008-06-26 17:11:21 -07:00
2008-12-16 22:06:47 -08:00
2008-02-01 19:10:10 -08:00
2008-04-20 11:36:53 -07:00
2008-05-25 21:11:24 -07:00
2008-05-27 22:32:47 -07:00
2008-06-07 11:45:48 -07:00
2008-06-26 17:59:51 -07:00
2008-12-16 22:08:28 -08:00
2008-04-07 21:57:43 -07:00
2008-06-25 17:13:48 -07:00
2008-07-04 01:38:41 -07:00
2008-07-13 15:23:43 -07:00
2008-07-19 10:58:01 -07:00
2008-08-06 13:40:53 -07:00
2008-12-16 22:13:36 -08:00
2008-06-18 13:09:43 -07:00
2008-08-24 14:47:24 -07:00
2009-03-03 21:40:36 -08:00
2008-10-21 13:37:42 -07:00
2008-11-27 01:00:45 -08:00
2008-12-07 15:11:54 -08:00
2008-12-19 19:27:35 -08:00
2008-08-17 11:42:10 -07:00
2009-03-03 21:40:36 -08:00
2009-03-03 21:40:36 -08:00
2009-02-07 00:51:47 -08:00
2009-05-03 15:29:31 -07:00
2008-12-24 19:41:08 -08:00
2009-03-15 13:05:05 -07:00
2009-04-02 12:34:16 -07:00
2009-04-12 15:57:58 -07:00
2009-04-19 17:34:26 -07:00
2009-05-03 16:54:14 -07:00
2009-03-03 23:37:19 -08:00
2009-05-12 22:30:29 -07:00
2009-06-03 22:47:48 -07:00
2009-06-21 21:15:50 -07:00
2009-07-28 23:59:30 -07:00
2009-05-06 18:16:40 -07:00
2009-08-21 20:16:10 -07:00
2009-08-29 14:31:01 -07:00
2009-09-13 01:28:13 -07:00
2009-09-16 14:53:26 -07:00
2009-07-29 00:32:42 -07:00
2009-10-16 23:57:19 -07:00
2009-10-25 18:37:56 -07:00
2009-11-16 00:05:12 -08:00
2009-12-02 10:29:00 -08:00
2009-12-05 11:08:35 -08:00
2009-12-10 15:42:30 -08:00
2009-12-16 12:45:25 -08:00
2010-01-20 12:44:59 -08:00
2009-10-10 00:05:19 -07:00
2010-01-20 13:29:21 -08:00
2010-02-12 15:40:01 -08:00
2009-12-23 12:23:11 -08:00
2010-02-17 15:00:00 -08:00
2010-02-12 15:45:05 -08:00
2010-02-17 21:40:09 -08:00
2009-12-31 14:46:08 -08:00
2010-01-10 13:01:28 +01:00
2009-09-08 01:18:46 -07:00
2008-01-06 18:41:44 -08:00
2010-02-01 12:08:12 -08:00