4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
5 results tagged hook x
  • thumbnail
    GitHub - pre-commit/pre-commit-hooks: Some out-of-the-box hooks for pre-commit
    6 juin 2019 à 14:43:22 UTC+2 - permalink - archive.org - https://github.com/pre-commit/pre-commit-hooks
    git hook pre-commit
  • thumbnail
    GitHub - antonbabenko/pre-commit-terraform: pre-commit git hooks to take care of Terraform configurations
    6 juin 2019 à 14:42:56 UTC+2 - permalink - archive.org - https://github.com/antonbabenko/pre-commit-terraform
    git hook pre-commit
  • pre-commit

    Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues in code such as missing semicolons, trailing whitespace, and debug statements. By pointing these issues out before code review, this allows a code reviewer to focus on the architecture of a change while not wasting time with trivial style nitpicks.

    6 juin 2019 à 14:42:08 UTC+2 * - permalink - archive.org - https://pre-commit.com/
    git hook pre-commit
  • Note: git hook to have issue number in commit message

    cat prepare-commit-msg
    NAME=$(git branch | grep '' | sed 's/ //'|cut -d'/' -f2|cut -d'-' -f1,2)
    echo "$NAME $(cat "$1")" > "$1"

    for dir in $(ls); do cp prepare-commit-msg $dir/.git/hooks/prepare-commit-msg; done

    !/bin/sh

    text=" [FIX] ()
    🔄 [MOD] ()
    ✅5 [ADD] ()
    🔀 [TEST] ()
    [DOC] ()"

    echo "$text $(cat "$1")" > "$1"

    14 février 2017 à 15:51:37 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?GZFLaQ
    git hook
  • Hook de lib sous Linux avec LD_PRELOAD - 0x0ff.info
    8 juillet 2014 à 17:46:43 UTC+2 - permalink - archive.org - http://www.0x0ff.info/2014/hook-lib-linux-ld_preload/
    c hook lib shared
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation