| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/setup-sequence-update' | Junio C Hamano | 2016-09-21 | 1 | -4/+13 |
|\ |
|
| * | init: reset cached config when entering new repo | Jeff King | 2016-09-13 | 1 | -0/+6 |
| * | init: expand comments explaining config trickery | Jeff King | 2016-09-13 | 1 | -4/+7 |
| * | Merge branch 'jk/check-repository-format' into maint | Junio C Hamano | 2016-05-02 | 1 | -21/+24 |
| |\ |
|
* | \ | Merge branch 'mh/ref-store' | Junio C Hamano | 2016-09-19 | 1 | -10/+11 |
|\ \ \ |
|
| * | | | refs: add methods to init refs db | David Turner | 2016-09-09 | 1 | -10/+11 |
* | | | | i18n: init-db: join message pieces | Vasco Almeida | 2016-06-17 | 1 | -7/+10 |
|/ / / |
|
* | | | Merge branch 'jk/check-repository-format' | Junio C Hamano | 2016-04-13 | 1 | -21/+24 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | init: use setup.c's repo version verification | Jeff King | 2016-03-11 | 1 | -9/+12 |
| * | wrap shared_repository global in get/set accessors | Jeff King | 2016-03-11 | 1 | -12/+12 |
* | | setup: set startup_info->have_repository more reliably | Jeff King | 2016-03-06 | 1 | -0/+1 |
|/ |
|
* | config: rename git_config_set_or_die to git_config_setps/config-error | Patrick Steinhardt | 2016-02-22 | 1 | -10/+10 |
* | init-db: die on config errors when initializing empty repo | Patrick Steinhardt | 2016-02-22 | 1 | -10/+10 |
* | initdb: make safe_create_dir public | David Turner | 2015-11-20 | 1 | -12/+0 |
* | init: use strbufs to store paths | Jeff King | 2015-10-05 | 1 | -98/+74 |
* | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 2015-10-05 | 1 | -1/+1 |
* | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2015-09-25 | 1 | -5/+6 |
* | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fix | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
* | write_file(): drop "fatal" parameter | Junio C Hamano | 2015-08-24 | 1 | -1/+1 |
* | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 2015-06-22 | 1 | -0/+1 |
* | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -6/+1 |
|\ |
|
| * | use new wrapper write_file() for simple file writing | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -6/+1 |
* | | Merge branch 'jk/init-core-worktree-at-root' | Junio C Hamano | 2015-05-05 | 1 | -3/+15 |
|\ \ |
|
| * | | init: don't set core.worktree when initializing /.gitjk/init-core-worktree-at-root | Jeff King | 2015-04-02 | 1 | -3/+15 |
* | | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -1/+1 |
* | | | Merge branch 'jc/exec-cmd-system-path-leak-fix' | Junio C Hamano | 2014-12-22 | 1 | -5/+10 |
|\ \ \ |
|
| * | | | system_path(): always return free'able memory to the callerjc/exec-cmd-system-path-leak-fix | Junio C Hamano | 2014-11-30 | 1 | -5/+10 |
| |/ / |
|
* | | | Merge branch 'tb/config-core-filemode-check-on-broken-fs' | Junio C Hamano | 2014-12-22 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | init-db: improve the filemode trustability checktb/config-core-filemode-check-on-broken-fs | Torsten Bögershausen | 2014-11-21 | 1 | -0/+2 |
* | | | | Merge branch 'mh/config-flip-xbit-back-after-checking' | Junio C Hamano | 2014-12-05 | 1 | -1/+2 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | create_default_files(): don't set u+x bit on $GIT_DIR/configmh/config-flip-xbit-back-after-checking | Michael Haggerty | 2014-11-18 | 1 | -1/+2 |
| |/ |
|
* | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -13/+11 |
|\ \ |
|
| * | | use xgetcwd() to set $GIT_DIR | René Scharfe | 2014-08-26 | 1 | -4/+3 |
| * | | use xgetcwd() to get the current directory or die | René Scharfe | 2014-08-26 | 1 | -9/+8 |
| |/ |
|
* | | init: avoid superfluous real_path() callsrs/init-no-duplicate-real-path | René Scharfe | 2014-07-28 | 1 | -4/+4 |
|/ |
|
* | i18n: only extract comments marked with "TRANSLATORS:" | Jiang Xin | 2014-04-17 | 1 | -5/+3 |
* | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 2014-01-27 | 1 | -4/+5 |
|\ |
|
| * | cmd_init_db(): when creating directories, handle errors conservatively | Michael Haggerty | 2014-01-06 | 1 | -3/+4 |
| * | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 | 1 | -2/+2 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -1/+1 |
|/ |
|
* | i18n: init-db: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -9/+9 |
* | git on Mac OS and precomposed unicode | Torsten Bögershausen | 2012-07-08 | 1 | -0/+1 |
* | builtin/init-db.c: eliminate -Wformat warning on Solaris | Ævar Arnfjörð Bjarmason | 2011-12-20 | 1 | -1/+1 |
* | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 2011-08-22 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2011-05-25 | 1 | -1/+1 |
|\ |
|
| * | init/clone: remove short option -L and document --separate-git-dir | Nguyen Thai Ngoc Duy | 2011-05-25 | 1 | -1/+1 |
* | | i18n: mark init-db messages for translation | Ævar Arnfjörð Bjarmason | 2011-04-12 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'nd/init-gitdir' | Junio C Hamano | 2011-04-01 | 1 | -3/+65 |
|\ |
|
| * | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 2011-03-19 | 1 | -3/+65 |
* | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -26/+32 |
|\ \
| |/
|/| |
|