Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | run-command: don't die in child when duping /dev/null | Brandon Williams | 2017-04-20 | 1 | -15/+13 | |
| * | | | | | | | | run-command: prepare child environment before forking | Brandon Williams | 2017-04-20 | 1 | -10/+56 | |
| * | | | | | | | | string-list: add string_list_remove function | Brandon Williams | 2017-04-20 | 2 | -0/+25 | |
| * | | | | | | | | run-command: use the async-signal-safe execv instead of execvp | Brandon Williams | 2017-04-20 | 1 | -1/+29 | |
| * | | | | | | | | run-command: prepare command before forking | Brandon Williams | 2017-04-20 | 1 | -20/+26 | |
| * | | | | | | | | t0061: run_command executes scripts without a #! line | Brandon Williams | 2017-04-20 | 1 | -0/+11 | |
| * | | | | | | | | t5550: use write_script to generate post-update hook | Brandon Williams | 2017-04-18 | 1 | -2/+3 | |
* | | | | | | | | | Merge branch 'ab/perf-wildmatch' | Junio C Hamano | 2017-05-30 | 3 | -4/+59 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | perf: add test showing exponential growth in path globbingab/perf-wildmatch | Ævar Arnfjörð Bjarmason | 2017-05-12 | 1 | -0/+43 | |
| * | | | | | | | | | perf: add function to setup a fresh test repo | Ævar Arnfjörð Bjarmason | 2017-05-12 | 2 | -4/+16 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'bw/pathspec-sans-the-index' | Junio C Hamano | 2017-05-30 | 11 | -116/+124 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | pathspec: convert find_pathspecs_matching_against_index to take an indexbw/pathspec-sans-the-index | Brandon Williams | 2017-05-12 | 4 | -9/+15 | |
| * | | | | | | | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP | Brandon Williams | 2017-05-12 | 5 | -26/+6 | |
| * | | | | | | | | | ls-files: prevent prune_cache from overeagerly pruning submodules | Brandon Williams | 2017-05-12 | 1 | -6/+25 | |
| * | | | | | | | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag | Brandon Williams | 2017-05-12 | 6 | -43/+44 | |
| * | | | | | | | | | submodule: add die_in_unpopulated_submodule function | Brandon Williams | 2017-05-10 | 5 | -34/+36 | |
| * | | | | | | | | | pathspec: provide a more descriptive die message | Brandon Williams | 2017-05-10 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'jc/name-rev-lw-tag' | Junio C Hamano | 2017-05-30 | 2 | -8/+53 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | name-rev: favor describing with tags and use committer date to tiebreakjc/name-rev-lw-tag | Junio C Hamano | 2017-03-29 | 2 | -10/+45 | |
| * | | | | | | | | | name-rev: refactor logic to see if a new candidate is a better name | Junio C Hamano | 2017-03-29 | 1 | -3/+13 | |
* | | | | | | | | | | Third batch for 2.14 | Junio C Hamano | 2017-05-29 | 1 | -0/+93 | |
* | | | | | | | | | | Merge branch 'jk/ignore-broken-tags-when-ignoring-missing-links' | Junio C Hamano | 2017-05-29 | 2 | -2/+27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | revision.c: ignore broken tags with ignore_missing_linksjk/ignore-broken-tags-when-ignoring-missing-links | Jeff King | 2017-05-20 | 2 | -2/+27 | |
* | | | | | | | | | | | Merge branch 'jk/alternate-ref-optim' | Junio C Hamano | 2017-05-29 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | t5400: avoid concurrent writes into a trace filejk/alternate-ref-optim | Jeff King | 2017-05-18 | 1 | -1/+4 | |
* | | | | | | | | | | | | Merge branch 'bm/interpret-trailers-cut-line-is-eom' | Junio C Hamano | 2017-05-29 | 5 | -13/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eom | Brian Malehorn | 2017-05-18 | 5 | -13/+32 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'tg/stash-push-fixup' | Junio C Hamano | 2017-05-29 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | completion: add git stash pushtg/stash-push-fixup | Thomas Gummerer | 2017-05-17 | 1 | -1/+4 | |
* | | | | | | | | | | | | | Merge branch 'pw/rebase-i-regression-fix' | Junio C Hamano | 2017-05-29 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | rebase -i: add missing newline to end of messagepw/rebase-i-regression-fix | Phillip Wood | 2017-05-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | rebase -i: silence stash apply | Phillip Wood | 2017-05-20 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | rebase -i: fix reflog message | Phillip Wood | 2017-05-20 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Merge branch 'kn/ref-filter-branch-list' | Junio C Hamano | 2017-05-29 | 1 | -7/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | ref-filter: resolve HEAD when parsing %(HEAD) atom | Jeff King | 2017-05-20 | 1 | -7/+9 | |
* | | | | | | | | | | | | | | | Merge branch 'km/log-showsignature-doc' | Junio C Hamano | 2017-05-29 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | config.txt: add an entry for log.showSignaturekm/log-showsignature-doc | Kyle Meyer | 2017-05-20 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'jk/update-links-in-docs' | Junio C Hamano | 2017-05-29 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | doc: use https links to Wikipedia to avoid http redirectsjk/update-links-in-docs | Sven Strickroth | 2017-05-15 | 3 | -3/+3 | |
* | | | | | | | | | | | | | | | | Merge branch 'ja/do-not-ask-needless-questions' | Junio C Hamano | 2017-05-29 | 6 | -11/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | git-filter-branch: be more direct in an error messageja/do-not-ask-needless-questions | Jean-Noel Avila | 2017-05-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | read-tree -m: make error message for merging 0 trees less smart aleck | Jean-Noel Avila | 2017-05-12 | 2 | -3/+4 | |
| * | | | | | | | | | | | | | | | | usability: don't ask questions if no reply is required | Jean-Noel Avila | 2017-05-12 | 3 | -7/+7 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/doc-config-include' | Junio C Hamano | 2017-05-29 | 1 | -10/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | docs/config: consistify include.path examplesjk/doc-config-include | Jeff King | 2017-05-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | docs/config: avoid the term "expand" for includes | Jeff King | 2017-05-12 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | docs/config: give a relative includeIf example | Jeff King | 2017-05-12 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | docs/config: clarify include/includeIf relationship | Jeff King | 2017-05-12 | 1 | -6/+11 | |
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'sg/core-filemode-doc-typofix' | Junio C Hamano | 2017-05-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | docs/config.txt: fix indefinite article in core.fileMode descriptionsg/core-filemode-doc-typofix | SZEDER Gábor | 2017-05-26 | 1 | -1/+1 |