Skip to content

Commit b22a538

Browse files
committed
SoC 2023: update sparse index command list
Remove 'rev-parse', since it was already integrated with sparse index last year [1]. Additionally, reorder the list of commands to reflect the relative difficulty of sparse index integrations, taking into account both the additional work of adding sparse-checkout compatibility (if needed) and what has been made easier as a result of other commands' integrations. [1] https://lore.kernel.org/git/69efe637a18786b289db79971e9e49137306b57c.1651005800.git.gitgitgadget@gmail.com
1 parent 9dd6d97 commit b22a538

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

SoC-2023-Ideas.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,17 @@ This allows the student to gain partial success early in the project and
4747
the student can complete as many as possible in the timeframe (without
4848
expectation that _all_ will be completed during the project).
4949

50-
* `git rev-parse`
51-
* `git fsck`
52-
* `git check-attr`
5350
* `git describe`
51+
* `git write-tree`
5452
* `git diff-files`
5553
* `git diff-index`
5654
* `git diff-tree`
5755
* `git worktree`
58-
* `git write-tree`
56+
* `git check-attr`
57+
* `git checkout--worker` (for parallel checkout)
5958
* `git apply`
6059
* `git am`
61-
* `git checkout--worker` (for parallel checkout)
60+
* `git fsck`
6261
* `git merge-index`
6362
* `git rerere`
6463

0 commit comments

Comments
 (0)