Commit message (Expand) | Author | Age | |
---|---|---|---|
* | rebase -i: reread the todo list if `exec` touched it | Stephen Hicks | 2017-04-27 |
* | Merge branch 'jk/ls-files-recurse-submodules-fix' | Junio C Hamano | 2017-04-23 |
|\ | |||
| * | ls-files: fix path used when recursing into submodules | Jacob Keller | 2017-04-18 |
| * | ls-files: fix recurse-submodules with nested submodules | Jacob Keller | 2017-04-17 |
* | | Merge branch 'km/t1400-modernization' | Junio C Hamano | 2017-04-23 |
|\ \ | |||
| * | | t1400: use consistent style for test_expect_success calls | Kyle Meyer | 2017-04-16 |
* | | | Merge branch 'jk/quarantine-received-objects' | Junio C Hamano | 2017-04-23 |
|\ \ \ | |||
| * | | | refs: reject ref updates while GIT_QUARANTINE_PATH is set | Jeff King | 2017-04-16 |
* | | | | Merge branch 'bw/submodule-with-bs-path' | Junio C Hamano | 2017-04-23 |
|\ \ \ \ | |||
| * | | | | submodule: prevent backslash expantion in submodule names | Brandon Williams | 2017-04-16 |
* | | | | | Merge branch 'jh/verify-index-checksum-only-in-fsck' | Junio C Hamano | 2017-04-23 |
|\ \ \ \ \ | |||
| * | | | | | read-cache: force_verify_index_checksum | Jeff Hostetler | 2017-04-15 |
* | | | | | | Merge branch 'jh/string-list-micro-optim' | Junio C Hamano | 2017-04-23 |
|\ \ \ \ \ \ | |||
| * | | | | | | string-list: use ALLOC_GROW macro when reallocing string_list | Jeff Hostetler | 2017-04-15 |
* | | | | | | | Merge branch 'nd/conditional-config-include' | Junio C Hamano | 2017-04-23 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | config: resolve symlinks in conditional include's patterns | Nguyễn Thái Ngọc Duy | 2017-04-14 |
* | | | | | | | | Merge branch 'tb/doc-eol-normalization' | Junio C Hamano | 2017-04-23 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | gitattributes.txt: document how to normalize the line endings | Torsten Bögershausen | 2017-04-13 |
* | | | | | | | | | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | p0004: make perf test executable | Christian Couder | 2017-04-18 |
| * | | | | | | | | | t3008: skip lazy-init test on a single-core box | Kevin Willford | 2017-04-12 |
| * | | | | | | | | | test-online-cpus: helper to return cpu count | Jeff Hostetler | 2017-04-12 |
| * | | | | | | | | | name-hash: fix buffer overrun | Kevin Willford | 2017-03-31 |
* | | | | | | | | | | Merge branch 'sf/putty-w-args' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | connect.c: handle errors from split_cmdline | Jeff King | 2017-04-16 |
* | | | | | | | | | | | Merge branch 'ld/p4-current-branch-fix' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | git-p4: don't use name-rev to get current branch | Luke Diamand | 2017-04-16 |
| * | | | | | | | | | | | git-p4: add failing test for name-rev rather than symbolic-ref | Luke Diamand | 2017-04-16 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'dt/gc-ignore-old-gc-logs' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | t6500: wait for detached auto gc at the end of the test script | SZEDER Gábor | 2017-04-16 |
* | | | | | | | | | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | test-read-cache: setup git dir | René Scharfe | 2017-04-16 |
* | | | | | | | | | | | | | Merge branch 'nd/files-backend-git-dir' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | refs.h: add a note about sorting order of for_each_ref_* | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | | | | | | | | | t1406: new tests for submodule ref store | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | | | | | | | | | t1405: some basic tests on main ref store | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | | | | | | | | | t/helper: add test-ref-store to test ref-store functions | Nguyễn Thái Ngọc Duy | 2017-04-14 |
* | | | | | | | | | | | | | | Merge branch 'lt/mailinfo-in-body-header-continuation' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | mailinfo: fix in-body header continuations | Linus Torvalds | 2017-04-11 |
* | | | | | | | | | | | | | | | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | push: propagate remote and refspec with --recurse-submodules | Brandon Williams | 2017-04-11 |
| * | | | | | | | | | | | | | | | push: propagate push-options with --recurse-submodules | Brandon Williams | 2017-04-11 |
* | | | | | | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 |
| * | | | | | | | | | | | | | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 2017-03-31 |
| * | | | | | | | | | | | | | | | | Convert sha1_array_lookup to take struct object_id | brian m. carlson | 2017-03-31 |
| * | | | | | | | | | | | | | | | | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 |
| * | | | | | | | | | | | | | | | | test-sha1-array: convert most code to struct object_id | brian m. carlson | 2017-03-28 |
* | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-short-status' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | | submodule.c: correctly handle nested submodules in is_submodule_modified | Stefan Beller | 2017-03-29 |