About 400 results
Open links in new tab
  1. Git - git-diff Documentation

    By default entries added by git add -N appear as an existing empty file in git diff and a new file in git diff --cached. This option makes the entry appear as a new file in git diff and non-existent in …

  2. Git - git-diff-files Documentation

    DESCRIPTION Compares the files in the working tree and the index. When paths are specified, compares only those named paths. Otherwise all entries in the index are compared. The …

  3. Git - git-diff Documentation

    The "git-diff-tree" command begins its output by printing the hash of what is being compared. After that, all the commands print one output line per changed file.

  4. Git - diff-options Documentation

    This format lists the commits in the range like git-submodule [1] summary does. Omitting the --submodule option or specifying --submodule=short, uses the short format.

  5. Git - git-diff Documentation

    Par défaut, une entrée ajoutée par git add -N apparaît comme un fichier vide existant dans git diff et un nouveau fichier dans git diff --cached. Cette option fait apparaître l’entrée comme un …

  6. Git - diff-generate-patch Documentation

    When "git-diff-index", "git-diff-tree", or "git-diff-files" are run with a -p option, "git diff" without the --raw option, or "git log" with the "-p" option, they do not produce the output described above; …

  7. Git - git-apply Documentation

    Newer git diff output has embedded index information for each blob to help identify the original version that the patch applies to. When this flag is given, and if the original versions of the …

  8. Git - diff-options Documentation

    By default entries added by git add -N appear as an existing empty file in git diff and a new file in git diff --cached. This option makes the entry appear as a new file in git diff and non-existent in …

  9. Git - git-diff Documentation

    „git-diff-tree“, „git-diff-files“ und „git-diff --raw“ können die Option -c oder --cc benutzen, um Diff-Ausgaben auch für Merge-Commits zu erzeugen.

  10. Git - git-diff-pairs Documentation

    When shown by git diff-files -c, it compares the two unresolved merge parents with the working tree file (i.e. file1 is stage 2 aka "our version", file2 is stage 3 aka "their version").