1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-06 01:52:40 +02:00

351 Commits

Author SHA1 Message Date
Eliah Kagan
30b76825ab doc: Copyedit tasks documentation
- Add h1 heading (as most other top-level .md files have them).
- Make capitalization more consistent (preferring existing style).
- Adjust code formatting and italics, to clarify what is code.
- Tiny punctuation change for consistency.
2025-05-08 16:32:30 -04:00
Eliah Kagan
64ff0a7706 doc: Update gitoxide repository URLs
This updates `Byron/gitoxide` URLs to `GitoxideLabs/gitoxide` in:

- Markdown documentation, except changelogs and other such files
  where such changes should not be made.

- Documentation comments (in .rs files).

- Manifest (.toml) files, for the value of the `repository` key.

- The comments appearing at the top of a sample hook that contains
  a repository URL as an example.

When making these changes, I also allowed my editor to remove
trailing whitespace in any lines in files already being edited
(since, in this case, there was no disadvantage to allowing this).

The gitoxide repository URL changed when the repository was moved
into the recently created GitHub organization `GitoxideLabs`, as
detailed in #1406. Please note that, although I believe updating
the URLs to their new canonical values is useful, this is not
needed to fix any broken links, since `Byron/gitoxide` URLs
redirect (and hopefully will always redirect) to the coresponding
`GitoxideLabs/gitoxide` URLs.

While this change should not break any URLs, some affected URLs
were already broken. This updates them, but they are still broken.
They will be fixed in a subsequent commit.

This also does not update `Byron/gitoxide` URLs in test fixtures
or test cases, nor in the `Makefile`. (It may make sense to change
some of those too, but it is not really a documentation change.)
2024-10-14 01:28:52 -04:00
Sebastian Thiel
3fc84b864c Put most tasks into tracking issues as they can be subscrubed to 2022-01-22 08:43:36 +08:00
Sebastian Thiel
d726eb5b96 Cleanup development document, add notes on how to debug git better 2022-01-20 17:23:09 +08:00
Sebastian Thiel
0ee70866dc reorganize tasks to better match priorities 2022-01-20 13:02:23 +08:00
Sebastian Thiel
d1a64f2966 Update tasks to match next steps 2022-01-08 10:30:22 +08:00
Sebastian Thiel
e8b091943f change!: Rename gix->ein and gixp->gix (#247) 2021-10-29 08:21:11 +08:00
Sebastian Thiel
d15e275f06 update tasks list 2021-07-19 14:20:42 +08:00
Sebastian Thiel
6814bd54c6 house keeping 2021-06-13 09:40:24 +08:00
Sebastian Thiel
ad7c14f806 Update task list with overall journeys.
It's coming together, slowly :).
2021-05-14 10:00:06 +08:00
Sebastian Thiel
013ecdc148 refactor (cargo-features) 2021-05-06 15:45:01 +08:00
Sebastian Thiel
f606075bf6 Update goals and non-goals to not make them appear 'fixed' forever 2021-03-31 22:14:55 +08:00
Sebastian Thiel
942e8bcb41 Plans for 'gixp-cat' plumbing program 2021-03-29 10:53:11 +08:00
Sebastian Thiel
68e92678fc Fix Rust 1.51 compile warning; fix tasks.md 2021-03-25 23:53:46 +08:00
Sebastian Thiel
2b5d89154f Sketch of next work block to get pack generation going 2021-03-18 21:40:15 +08:00
Sebastian Thiel
58e40b9c10 Update tracking files now that zlib-ng is in use 2021-03-18 08:18:06 +08:00
Sebastian Thiel
fb52a24ab4 Clear out non-gitoxide tasks from tasks.md
Moved to https://github.com/users/Byron/projects/1
2021-03-17 15:13:51 +08:00
Sebastian Thiel
f05037c521 Update tasks list with possible features for dua, treediff and google apis 2021-03-15 13:12:58 +08:00
Sebastian Thiel
b85a3891a0 [organize]: make it work with bare and non-bare repositories
This was previously handled correctly by `git` itself, and unfortunately
the journey tests don't cover this particular case.

Maybe something to improve at some point, note taken.
2021-03-13 23:52:36 +08:00
Edward Shen
1262af574d [tasks] Update tasks.md 2021-03-12 19:05:15 -05:00
Sebastian Thiel
80d26267df update tasks.md with git-config information and a new gix-organize task 2021-03-12 09:17:37 +08:00
Edward Shen
d10e9220da update tasks 2021-03-11 09:48:30 -05:00
Sebastian Thiel
9676db9f58 more planning for config parser implementation 2021-01-25 18:47:11 +08:00
Sebastian Thiel
c5af6eb1f0 Make 'find' reproducable 2021-01-24 17:33:04 +08:00
Sebastian Thiel
28d506a6c0 Implement find subcommand 2021-01-24 15:11:28 +08:00
Sebastian Thiel
e883a9d70d basic docs for 'organize' subcommand 2021-01-24 13:08:54 +08:00
Sebastian Thiel
781ea7fe00 Better use of jwalk filter capabilities…
…even though it's not quite there yet.
2021-01-24 11:10:46 +08:00
Sebastian Thiel
5df492c7d7 refactor; planning 2021-01-23 21:06:21 +08:00
Sebastian Thiel
4f64d12773 first sketch of interface for 'organize' subcommand 2021-01-13 16:43:44 +08:00
Sebastian Thiel
96938be512 update tasks and dependencies 2021-01-12 20:01:37 +08:00
Sebastian Thiel
483b353b87 update tasks 2021-01-10 13:35:42 +08:00
Sebastian Thiel
539dce3b58 update tasks and readme 2021-01-09 18:48:00 +08:00
Sebastian Thiel
a81ea6730f more commitgraph docs 2021-01-08 23:25:50 +08:00
Sebastian Thiel
8b262011ce all docs for git-commitgraph::file 2021-01-07 23:13:57 +08:00
Sebastian Thiel
72a013bfc1 update tasks and README (git-protocol) 2021-01-05 17:45:43 +08:00
Sebastian Thiel
b44d12365f task updates 2021-01-01 23:53:55 +08:00
Sebastian Thiel
0e8fb1a692 update tasks 2020-12-30 21:46:17 +08:00
Sebastian Thiel
6cd69b9a6b more git-transport docs 2020-12-28 20:22:21 +08:00
Sebastian Thiel
5b1328fc48 refactor 2020-12-26 11:01:24 +08:00
Sebastian Thiel
77edb62361 Some more docs for git-packetline 2020-12-22 21:56:09 +08:00
Sebastian Thiel
4e6aa02e63 keep track of possible progression with google-apis-rs PR 2020-12-20 22:45:07 +08:00
Sebastian Thiel
91dce23c8f Document git-ref 2020-12-19 21:12:56 +08:00
Sebastian Thiel
4099508ae3 finish git-url docs 2020-12-18 20:03:47 +08:00
Sebastian Thiel
60036f2032 improved high-level docs for git-object
Good enough for now :D
2020-12-16 22:48:45 +08:00
Sebastian Thiel
b35895e6e5 Update changelog with new releases
Related to #35
2020-12-16 19:30:39 +08:00
Sebastian Thiel
524ce51eb3 first round of git-object doc proof reading 2020-12-16 17:34:41 +08:00
Sebastian Thiel
8d933cbd08 refactor; more comments
related to #31
2020-12-01 18:29:44 +08:00
Sebastian Thiel
ccbaa25d4a add remaining git-index based tasks until full git-clone 2020-11-30 23:18:01 +08:00
Sebastian Thiel
f8aafd6c78 add remaining docs to git-features using the missing_docs directive 2020-11-27 12:53:16 +08:00
Sebastian Thiel
bee67ff67b sketch out next easily achievable yet valuable tasks 2020-11-18 20:27:32 +08:00