Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin/fetch cleanup: always set default value for submodule recursing | Stefan Beller | 2017-06-27 | 1 | -3/+2 |
* | pull: optionally rebase submodules (remote submodule changes only) | Stefan Beller | 2017-06-24 | 5 | -16/+157 |
* | builtin/fetch: parse recurse-submodules-default at default options parsing | Stefan Beller | 2017-06-24 | 1 | -9/+10 |
* | builtin/fetch: factor submodule recurse parsing out to submodule config | Stefan Beller | 2017-06-24 | 3 | -16/+27 |
* | Tenth batch for 2.14 | Junio C Hamano | 2017-06-22 | 1 | -0/+28 |
* | Merge branch 'rs/strbuf-addftime-zZ' | Junio C Hamano | 2017-06-22 | 5 | -11/+73 |
|\ | |||||
| * | date: use localtime() for "-local" time formats | Jeff King | 2017-06-15 | 2 | -2/+13 |
| * | t0006: check --date=format zone offsets | Jeff King | 2017-06-15 | 1 | -2/+7 |
| * | strbuf: let strbuf_addftime handle %z and %Z itself | René Scharfe | 2017-06-15 | 5 | -8/+54 |
* | | Merge branch 'sd/t3200-branch-m-test' | Junio C Hamano | 2017-06-22 | 1 | -0/+17 |
|\ \ | |||||
| * | | t3200: add test for single parameter passed to -m option | Sahil Dua | 2017-06-13 | 1 | -0/+17 |
* | | | Merge branch 'ps/stash-push-pathspec-fix' | Junio C Hamano | 2017-06-22 | 2 | -0/+19 |
|\ \ \ | |||||
| * | | | git-stash: fix pushing stash with pathspec from subdir | Patrick Steinhardt | 2017-06-13 | 2 | -0/+19 |
* | | | | Merge branch 'ls/github' | Junio C Hamano | 2017-06-22 | 2 | -0/+26 |
|\ \ \ \ | |||||
| * | | | | Configure Git contribution guidelines for github.com | Lars Schneider | 2017-06-13 | 2 | -0/+26 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sg/revision-parser-skip-prefix' | Junio C Hamano | 2017-06-22 | 2 | -48/+44 |
|\ \ \ \ | |||||
| * | | | | revision.c: use skip_prefix() in handle_revision_pseudo_opt() | SZEDER Gábor | 2017-06-12 | 1 | -9/+9 |
| * | | | | revision.c: use skip_prefix() in handle_revision_opt() | SZEDER Gábor | 2017-06-12 | 1 | -25/+23 |
| * | | | | revision.c: stricter parsing of '--early-output' | SZEDER Gábor | 2017-06-12 | 1 | -10/+7 |
| * | | | | revision.c: stricter parsing of '--no-{min,max}-parents' | SZEDER Gábor | 2017-06-12 | 1 | -2/+2 |
| * | | | | revision.h: turn rev_info.early_output back into an unsigned int | SZEDER Gábor | 2017-06-12 | 1 | -2/+3 |
* | | | | | Merge branch 'mh/fast-import-raise-default-depth' | Junio C Hamano | 2017-06-22 | 2 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | fast-import: increase the default pack depth to 50 | Mike Hommey | 2017-06-12 | 2 | -2/+2 |
* | | | | | | Merge branch 'km/test-mailinfo-b-failure' | Junio C Hamano | 2017-06-22 | 1 | -0/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t5100: add some more mailinfo tests | Kyle J. McKay | 2017-06-12 | 1 | -0/+42 |
* | | | | | | | Merge branch 'ah/filter-branch-setup' | Junio C Hamano | 2017-06-22 | 2 | -11/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | filter-branch: add [--] to usage | Andreas Heiduk | 2017-06-12 | 1 | -1/+1 |
| * | | | | | | | filter-branch: add `--setup` step | Andreas Heiduk | 2017-06-12 | 2 | -10/+25 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 2017-06-22 | 4 | -21/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | dir: create function count_slashes() | Prathamesh Chavan | 2017-06-12 | 4 | -21/+15 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'sb/t4005-modernize' | Junio C Hamano | 2017-06-22 | 1 | -52/+43 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t4005: modernize style and drop hard coded sha1 | Stefan Beller | 2017-06-09 | 1 | -52/+43 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-22 | 2 | -3/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | configure.ac: loosen FREAD_READS_DIRECTORIES test program | Jeff King | 2017-06-15 | 2 | -3/+4 |
* | | | | | | | | Ninth batch for 2.14 | Junio C Hamano | 2017-06-19 | 1 | -0/+29 |
* | | | | | | | | Merge branch 'jk/consistent-h' | Junio C Hamano | 2017-06-19 | 12 | -13/+72 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t0012: test "-h" with builtins | Jeff King | 2017-06-05 | 1 | -0/+12 |
| * | | | | | | | | git: add hidden --list-builtins option | Jeff King | 2017-06-05 | 1 | -0/+12 |
| * | | | | | | | | version: convert to parse-options | Jeff King | 2017-06-05 | 1 | -5/+20 |
| * | | | | | | | | diff- and log- family: handle "git cmd -h" early | Junio C Hamano | 2017-06-05 | 4 | -0/+12 |
| * | | | | | | | | submodule--helper: show usage for "-h" | Jeff King | 2017-05-30 | 1 | -3/+2 |
| * | | | | | | | | remote-{ext,fd}: print usage message on invalid arguments | Jeff King | 2017-05-30 | 2 | -2/+8 |
| * | | | | | | | | upload-archive: handle "-h" option early | Jeff King | 2017-05-30 | 1 | -1/+4 |
| * | | | | | | | | credential: handle invalid arguments earlier | Jeff King | 2017-05-30 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'ab/perf-remove-index-lock' | Junio C Hamano | 2017-06-19 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | perf: work around the tested repo having an index.lock | Ævar Arnfjörð Bjarmason | 2017-06-05 | 1 | -1/+8 |
* | | | | | | | | | | Merge branch 'bw/object-id' | Junio C Hamano | 2017-06-19 | 36 | -525/+539 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | diff: rename diff_fill_sha1_info to diff_fill_oid_info | Brandon Williams | 2017-06-05 | 1 | -9/+9 |
| * | | | | | | | | | | diffcore-rename: use is_empty_blob_oid | Brandon Williams | 2017-06-05 | 1 | -2/+2 |
| * | | | | | | | | | | tree-diff: convert path_appendnew to object_id | Brandon Williams | 2017-06-05 | 1 | -3/+3 |