summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | run-command: block signals between fork and execveEric Wong2017-04-201-0/+68
| * | | | | | | | run-command: add note about forking and threadingBrandon Williams2017-04-201-0/+9
| * | | | | | | | run-command: handle dup2 and close errors in childBrandon Williams2017-04-201-16/+42
| * | | | | | | | run-command: eliminate calls to error handling functions in childBrandon Williams2017-04-201-32/+89
| * | | | | | | | run-command: don't die in child when duping /dev/nullBrandon Williams2017-04-201-15/+13
| * | | | | | | | run-command: prepare child environment before forkingBrandon Williams2017-04-201-10/+56
| * | | | | | | | string-list: add string_list_remove functionBrandon Williams2017-04-202-0/+25
| * | | | | | | | run-command: use the async-signal-safe execv instead of execvpBrandon Williams2017-04-201-1/+29
| * | | | | | | | run-command: prepare command before forkingBrandon Williams2017-04-201-20/+26
| * | | | | | | | t0061: run_command executes scripts without a #! lineBrandon Williams2017-04-201-0/+11
| * | | | | | | | t5550: use write_script to generate post-update hookBrandon Williams2017-04-181-2/+3
* | | | | | | | | Merge branch 'ab/perf-wildmatch'Junio C Hamano2017-05-303-4/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf: add test showing exponential growth in path globbingab/perf-wildmatchÆvar Arnfjörð Bjarmason2017-05-121-0/+43
| * | | | | | | | | perf: add function to setup a fresh test repoÆvar Arnfjörð Bjarmason2017-05-122-4/+16
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-3011-116/+124
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pathspec: convert find_pathspecs_matching_against_index to take an indexbw/pathspec-sans-the-indexBrandon Williams2017-05-124-9/+15
| * | | | | | | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-125-26/+6
| * | | | | | | | | ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams2017-05-121-6/+25
| * | | | | | | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-126-43/+44
| * | | | | | | | | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-105-34/+36
| * | | | | | | | | pathspec: provide a more descriptive die messageBrandon Williams2017-05-101-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jc/name-rev-lw-tag'Junio C Hamano2017-05-302-8/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | name-rev: favor describing with tags and use committer date to tiebreakjc/name-rev-lw-tagJunio C Hamano2017-03-292-10/+45
| * | | | | | | | | name-rev: refactor logic to see if a new candidate is a better nameJunio C Hamano2017-03-291-3/+13
* | | | | | | | | | Third batch for 2.14Junio C Hamano2017-05-291-0/+93
* | | | | | | | | | Merge branch 'jk/ignore-broken-tags-when-ignoring-missing-links'Junio C Hamano2017-05-292-2/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | revision.c: ignore broken tags with ignore_missing_linksjk/ignore-broken-tags-when-ignoring-missing-linksJeff King2017-05-202-2/+27
* | | | | | | | | | | Merge branch 'jk/alternate-ref-optim'Junio C Hamano2017-05-291-1/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t5400: avoid concurrent writes into a trace filejk/alternate-ref-optimJeff King2017-05-181-1/+4
* | | | | | | | | | | | Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano2017-05-295-13/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eomBrian Malehorn2017-05-185-13/+32
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'tg/stash-push-fixup'Junio C Hamano2017-05-291-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | completion: add git stash pushtg/stash-push-fixupThomas Gummerer2017-05-171-1/+4
* | | | | | | | | | | | | Merge branch 'pw/rebase-i-regression-fix'Junio C Hamano2017-05-291-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rebase -i: add missing newline to end of messagepw/rebase-i-regression-fixPhillip Wood2017-05-201-1/+1
| * | | | | | | | | | | | | rebase -i: silence stash applyPhillip Wood2017-05-201-0/+2
| * | | | | | | | | | | | | rebase -i: fix reflog messagePhillip Wood2017-05-201-0/+1
* | | | | | | | | | | | | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-05-291-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ref-filter: resolve HEAD when parsing %(HEAD) atomJeff King2017-05-201-7/+9
* | | | | | | | | | | | | | | Merge branch 'km/log-showsignature-doc'Junio C Hamano2017-05-291-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | config.txt: add an entry for log.showSignaturekm/log-showsignature-docKyle Meyer2017-05-201-0/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jk/update-links-in-docs'Junio C Hamano2017-05-293-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | doc: use https links to Wikipedia to avoid http redirectsjk/update-links-in-docsSven Strickroth2017-05-153-3/+3
* | | | | | | | | | | | | | | | Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano2017-05-296-11/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | git-filter-branch: be more direct in an error messageja/do-not-ask-needless-questionsJean-Noel Avila2017-05-121-1/+1
| * | | | | | | | | | | | | | | | read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila2017-05-122-3/+4
| * | | | | | | | | | | | | | | | usability: don't ask questions if no reply is requiredJean-Noel Avila2017-05-123-7/+7
* | | | | | | | | | | | | | | | | Merge branch 'jk/doc-config-include'Junio C Hamano2017-05-291-10/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | docs/config: consistify include.path examplesjk/doc-config-includeJeff King2017-05-121-2/+2
| * | | | | | | | | | | | | | | | | docs/config: avoid the term "expand" for includesJeff King2017-05-121-4/+4