サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
大そうじへの備え
mirrors.edge.kernel.org
This section is a modified version of http://en.wikipedia.org/wiki/Initrd which is licensed under the Creative Commons Attribution/Share-Alike License. An initial ramdisk is a temporary file system used in the boot process of the Linux kernel. initrd and initramfs refer to slightly different schemes for loading this file system into memory. Both are commonly used to make preparations before the re
A reference is used in Git to specify branches and tags. A branch head is stored in the refs/heads hierarchy, while a tag is stored in the refs/tags hierarchy of the ref namespace (typically in $GIT_DIR/refs/heads and $GIT_DIR/refs/tags directories or, as entries in file $GIT_DIR/packed-refs if refs are packed by git gc). They can include slash / for hierarchical (directory) grouping, but no slash
This command merges the file listing in the index with the actual working directory list, and shows different combinations of the two. Several flags can be used to determine which files are shown, and each file may be printed multiple times if there are multiple entries in the index or if multiple statuses are applicable for the relevant file selection options. -c --cached Show all files cached in
This document shows the "raw" syntax as seen by git. The shell and other UIs might require additional quoting to protect special characters and to avoid word splitting. <sha1>, e.g. dae86e1950b1277e545cee180551750029cfe735, dae86e The full SHA-1 object name (40-byte hexadecimal string), or a leading substring that is unique within the repository. E.g. dae86e1950b1277e545cee180551750029cfe735 and d
git notes [list [<object>]] git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [<object>] git notes copy [-f] ( --stdin | <from-object> [<to-object>] ) git notes append [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [
List commits that are reachable by following the parent links from the given commit(s), but exclude commits that are reachable from the one(s) given with a ^ in front of them. The output is given in reverse chronological order by default. You can think of this as a set operation. Commits reachable from any of the commits given on the command line form a set, and then commits reachable from any of
Is Parallel Programming Hard, And, If So, What Can You Do About It? The current version is v2023.06.11a [PDF] (single-column format [PDF], ebook format [PDF], change log). The default double-column format is easiest on both the trees and the eyes in paperback book form. The single-column format works well on large-format ebook readers. Smartphones and smaller ebook readers get better results with
Many Git porcelainish commands take a mixture of flags (i.e. parameters that begin with a dash -) and parameters meant for the underlying git rev-list command they use internally and flags and parameters for the other commands they use downstream of git rev-list. The primary purpose of this command is to allow calling programs to distinguish between them. There are a few other operation modes that
git rebase [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase> | --keep-base] [<upstream> [<branch>]] git rebase [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>] --root [<branch>] git rebase (--continue|--skip|--abort|--quit|--edit-todo|--show-current-patch) If <branch> is specified, git rebase will perform an automatic git switch <branch> before doing anything else
../ 1.xx/ 20-Oct-2011 19:13 - 2.xx/ 20-Oct-2011 19:13 - 3.xx/ 20-Oct-2011 19:15 - 4.xx/ 25-Jul-2013 09:37 - 5.xx/ 04-Jun-2013 19:37 - 6.xx/ 06-Oct-2014 16:33 - RPMS/ 23-Oct-2010 00:21 - Testing/ 04-Mar-2016 00:01 - mingw/ 04-May-2009 21:23 - sha256sums.asc 25-Apr-2023 21:27 4687 syslinux-4.04.lsm 20-Oct-2011 19:16 3675 syslinux-4.04.lsm.sign 20-Oct-2011 19:16 836 syslinux-4.04.tar.bz2 20-Oct-2011
Hooks are programs you can place in a hooks directory to trigger actions at certain points in git’s execution. Hooks that don’t have the executable bit set are ignored. By default the hooks directory is $GIT_DIR/hooks, but that can be changed via the core.hooksPath configuration variable (see git-config(1)). Before Git invokes a hook, it changes its working directory to either $GIT_DIR in a bare r
This tutorial explains how to use the "core" Git commands to set up and work with a Git repository. If you just need to use Git as a revision control system you may prefer to start with "A Tutorial Introduction to Git" (gittutorial(7)) or the Git User Manual. However, an understanding of these low-level tools can be helpful if you want to understand Git’s internals. The core Git is often called "p
This tutorial explains how to import a new project into Git, make changes to it, and share changes with other developers. If you are instead primarily interested in using Git to fetch a project, for example, to test the latest version, you may prefer to start with the first two chapters of The Git User’s Manual.
git config list [<file-option>] [<display-option>] [--includes] git config get [<file-option>] [<display-option>] [--includes] [--all] [--regexp] [--value=<value>] [--fixed-value] [--default=<default>] <name> git config set [<file-option>] [--type=<type>] [--all] [--value=<value>] [--fixed-value] <name> <value> git config unset [<file-option>] [--all] [--value=<value>] [--fixed-value] <name> <valu
git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>] [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...] git bisect (bad|new|<term-new>) [<rev>] git bisect (good|old|<term-old>) [<rev>...] git bisect terms [--term-(good|old) | --term-(bad|new)] git bisect skip [(<rev>|<range>)...] git bisect reset [<commit>] git bisect (visualize|view) git bisect replay
Index of /pub/linux/docs/lkml/../ reporting-bugs.html 03-Sep-2003 17:53 3912 sha256sums.asc 25-Apr-2023 21:08 971
Please let the owners of the referring site know so that they can update the link you clicked to get here.
../ 2.6.22/ 08-Aug-2013 18:24 - 2.6.23/ 08-Aug-2013 18:26 - 2.6.24/ 08-Aug-2013 18:27 - 2.6.25/ 08-Aug-2013 18:27 - 2.6.26/ 08-Aug-2013 18:28 - 2.6.29/ 08-Aug-2013 18:28 - 2.6.31/ 04-Nov-2014 14:19 - 2.6.33/ 08-Aug-2013 18:29 - 3.0/ 19-Nov-2013 22:02 - 3.10/ 23-Nov-2017 05:44 - 3.12/ 08-Jun-2017 13:40 - 3.14/ 13-Feb-2017 22:26 - 3.18/ 23-May-2019 16:23 - 3.2/ 23-Nov-2017 05:53 - 3.4/ 16-Nov-2016 1
init Initializes an empty Git repository with additional metadata directories for git svn. The Subversion URL may be specified as a command-line argument, or as full URL arguments to -T/-t/-b. Optionally, the target directory to operate on can be specified as a second argument. Normally this command initializes the current directory. -T<trunk-subdir> --trunk=<trunk-subdir> -t<tags-subdir> --tags=<
Git is a fast distributed revision control system. This manual is designed to be readable by someone with basic UNIX command-line skills, but no previous knowledge of Git. Chapter 1, Repositories and Branches and Chapter 2, Exploring Git history explain how to fetch and study a project using git—read these chapters to learn how to build and test a particular version of a software project, search
Index of /pub/software/devel/sparse/../ dist/ 06-Sep-2021 04:04 - news/ 13-Nov-2007 12:27 - soc/ 15-Sep-2007 21:14 -
次のページ
このページを最初にブックマークしてみませんか?
『mirrors.edge.kernel.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く