summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* maintenance: fix SEGFAULT when no repositoryRafael Silva2020-11-301-1/+1
* Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-181-0/+1
|\
| * for-each-repo: run subcommands on configured reposDerrick Stolee2020-09-251-0/+1
* | Merge branch 'js/no-builtins-on-disk-option'Junio C Hamano2020-10-081-0/+19
|\ \
| * | help: do not expect built-in commands to be hardlinkedJohannes Schindelin2020-10-071-0/+19
* | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-251-0/+1
|\ \ \ | |/ / |/| / | |/
| * maintenance: create basic maintenance runnerDerrick Stolee2020-09-171-0/+1
* | make git-fast-import a builtinJeff King2020-08-131-0/+1
* | make git-bugreport a builtinJeff King2020-08-131-0/+1
* | make credential helpers builtinsJeff King2020-08-131-0/+3
|/
* strvec: rename struct fieldsJeff King2020-07-301-5/+5
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-11/+11
* Merge branch 'ta/wait-on-aliased-commands-upon-signal' into masterJunio C Hamano2020-07-151-1/+3
|\
| * Wait for child on signal death for aliases to externalsTrygve Aaberge2020-07-071-0/+2
| * Wait for child on signal death for aliases to builtinsTrygve Aaberge2020-07-071-1/+1
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-1/+1
|\ \
| * | builtin/show-index: provide options to determine hash algobrian m. carlson2020-05-271-1/+1
* | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \ \ | |/ / |/| |
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
| |/
* | Merge branch 'js/trace2-env-vars'Junio C Hamano2020-04-221-0/+3
|\ \
| * | trace2: teach Git to log environment variablesJosh Steadmon2020-03-231-0/+3
| |/
* | stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-051-6/+1
|/
* sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-221-0/+1
* git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()René Scharfe2019-09-201-3/+2
* Merge branch 'js/visual-studio'Junio C Hamano2019-08-021-3/+0
|\
| * git: avoid calling aliased builtins via their dashed formJohannes Schindelin2019-07-291-3/+0
* | Merge branch 'js/rebase-cleanup'Junio C Hamano2019-07-291-6/+1
|\ \
| * | git: mark cmd_rebase as requiring a worktreeJohannes Schindelin2019-07-251-6/+1
* | | Merge branch 'ab/test-env'Junio C Hamano2019-07-251-0/+1
|\ \ \ | |_|/ |/| |
| * | env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason2019-06-211-0/+1
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-0/+2
|\ \ \ | |/ / |/| |
| * | checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy2019-05-071-0/+1
| * | checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy2019-04-021-0/+1
* | | Merge branch 'po/git-help-on-git-itself'Junio C Hamano2019-06-171-1/+2
|\ \ \ | |_|/ |/| |
| * | git.c: show usage for accessing the git(1) help pagePhilip Oakley2019-05-161-1/+2
* | | Merge branch 'js/misc-doc-fixes'Junio C Hamano2019-05-091-1/+0
|\ \ \
| * | | Turn `git serve` into a test helperJohannes Schindelin2019-04-191-1/+0
| |/ /
* | | Merge branch 'js/difftool-no-index'Junio C Hamano2019-04-251-1/+1
|\ \ \
| * | | difftool: allow running outside Git worktrees with --no-indexJohannes Schindelin2019-03-181-1/+1
| | |/ | |/|
* | | Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+6
|\ \ \
| * | | stash: optionally use the scripted version againJohannes Schindelin2019-03-071-1/+6
| * | | stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu2019-03-071-1/+1
| * | | stash: convert apply to builtinJoel Teichroeb2019-03-071-0/+1
* | | | git: read local config in --list-cmdsJeff King2019-03-211-0/+7
| |/ / |/| |
* | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+65
| |/ |/|
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-2/+2
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-2/+2
* | | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-1/+2
|\ \ \ | |/ / |/| |
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
| |/
* | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-16/+16
|\ \ | |/ |/|