Navigation Menu

Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Merge branch 'translation-de' of git+ssh://github.com/svenfuchs/progi…
Browse files Browse the repository at this point in the history
…t into translation-de
  • Loading branch information
jpwenzel committed Jun 20, 2010
2 parents 948a5c1 + e9217bb commit 0113ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de/07-customizing-git/01-chapter7.markdown
Expand Up @@ -763,7 +763,7 @@ Der nächste Hook, der beim Patchen vie `gti am` ausgefuehrt wird ist `pre-apply

The next hook to run when applying patches via `git am` is `pre-applypatch`. It takes no arguments and is run after the patch is applied, so you can use it to inspect the snapshot before making the commit. You can run tests or otherwise inspect the working tree with this script. If something is missing or the tests don’t pass, exiting non-zero also aborts the `git am` script without committing the patch.

Der letzte Hook, der währen des `git am` Operation ausgefuehrt wird ist `post-applypatch`. Du kannst dies verwenden, um eine Benutzergruppe oder den Autoren des Patches darueber zu informieren, dass der Patch angewendet wurde. Du kannst das Patchen mit diesem Skript nicht mehr abbrechen.
Der letzte Hook, der während des `git am` Operation ausgefuehrt wird ist `post-applypatch`. Du kannst dies verwenden, um eine Benutzergruppe oder den Autoren des Patches darueber zu informieren, dass der Patch angewendet wurde. Du kannst das Patchen mit diesem Skript nicht mehr abbrechen.

The last hook to run during a `git am` operation is `post-applypatch`. You can use it to notify a group or the author of the patch you pulled in that you’ve done so. You can’t stop the patching process with this script.

Expand Down

0 comments on commit 0113ef6

Please sign in to comment.