summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/reverse-midx'Junio C Hamano2021-07-281-1/+1
|\
| * multi-pack-index: fix potential segfault without sub-commandTaylor Blau2021-07-201-1/+1
* | Merge branch 'ds/status-with-sparse-index'Junio C Hamano2021-07-281-0/+3
|\ \
| * | status: use sparse-index throughoutDerrick Stolee2021-07-141-0/+3
* | | Merge branch 'dl/diff-merge-base'Junio C Hamano2021-07-281-2/+2
|\ \ \
| * | | git-diff: fix missing --merge-base docsDenton Liu2021-07-121-2/+2
* | | | Merge branch 'ab/attribute-format'Junio C Hamano2021-07-284-6/+6
|\ \ \ \
| * | | | *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-142-0/+3
| * | | | *.c static functions: don't forward-declare __attribute__Ævar Arnfjörð Bjarmason2021-07-122-6/+3
* | | | | Merge branch 'jk/log-decorate-optim'Junio C Hamano2021-07-281-0/+3
|\ \ \ \ \
| * | | | | log: avoid loading decorations for userformats that don't need itJeff King2021-06-291-0/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'sm/worktree-add-lock'Junio C Hamano2021-07-281-5/+16
|\ \ \ \ \
| * | | | | worktree: teach `add` to accept --reason <string> with --lockStephen Manz2021-07-151-5/+16
| * | | | | worktree: mark lock strings with `_()` for translationStephen Manz2021-07-141-2/+2
| |/ / / /
* | | | | Merge branch 'hj/commit-allow-empty-message'Junio C Hamano2021-07-281-11/+18
|\ \ \ \ \
| * | | | | commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun2021-07-091-9/+16
| * | | | | commit: reorganise commit hint stringsHu Jialun2021-07-091-10/+10
* | | | | | Merge branch 'bc/rev-list-without-commit-line'Junio C Hamano2021-07-221-9/+24
|\ \ \ \ \ \
| * | | | | | rev-list: add option for --pretty=format without headerbrian m. carlson2021-07-121-9/+24
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ab/struct-init'Junio C Hamano2021-07-176-14/+7
|\ \ \ \ \ \
| * | | | | | dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-016-14/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ar/help-micro-cleanup'Junio C Hamano2021-07-171-9/+8
|\ \ \ \ \ \
| * | | | | | help: convert git_cmd to page in one placeAndrei Rybak2021-07-061-9/+8
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ar/submodule-helper-include-cleanup'Junio C Hamano2021-07-171-1/+0
|\ \ \ \ \ \
| * | | | | | submodule--helper: remove redundant includeAtharva Raykar2021-07-061-1/+0
* | | | | | | Merge branch 'ab/bundle-updates'Junio C Hamano2021-07-171-27/+47
|\ \ \ \ \ \ \
| * | | | | | | bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason2021-07-061-6/+6
| * | | | | | | bundle cmd: stop leaking memory from parse_options_cmd_bundle()Ævar Arnfjörð Bjarmason2021-07-061-21/+41
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ab/show-branch-tests'Junio C Hamano2021-07-171-3/+6
|\ \ \ \ \ \ \
| * | | | | | | show-branch: don't <COLOR></RESET> for space charactersÆvar Arnfjörð Bjarmason2021-06-281-3/+6
| |/ / / / / /
* | | | | | | Merge branch 'ab/fetch-negotiate-segv-fix'Junio C Hamano2021-07-171-0/+3
|\ \ \ \ \ \ \
| * | | | | | | fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason2021-07-081-0/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'ab/pickaxe-pcre2'Junio C Hamano2021-07-142-7/+2
|\ \ \ \ \ \ \
| * | | | | | | xdiff users: use designated initializers for out_lineÆvar Arnfjörð Bjarmason2021-05-112-7/+2
* | | | | | | | Merge branch 'fc/push-simple-updates-cleanup'Junio C Hamano2021-07-141-59/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | push: don't get a full remote objectFelipe Contreras2021-06-021-1/+1
| * | | | | | | | push: only check same_remote when neededFelipe Contreras2021-06-021-1/+2
| * | | | | | | | push: remove trivial functionFelipe Contreras2021-06-021-6/+1
| * | | | | | | | push: remove redundant checkFelipe Contreras2021-06-021-2/+1
| * | | | | | | | push: factor out the typical caseFelipe Contreras2021-06-021-5/+6
| * | | | | | | | push: get rid of all the setup_push_* functionsFelipe Contreras2021-06-021-27/+11
| * | | | | | | | push: trivial simplificationsFelipe Contreras2021-06-021-11/+3
| * | | | | | | | push: make setup_push_* return the dstFelipe Contreras2021-06-021-14/+16
| * | | | | | | | push: only get the branch when neededFelipe Contreras2021-06-021-1/+2
| * | | | | | | | push: factor out null branch checkFelipe Contreras2021-06-021-7/+3
| * | | | | | | | push: split switch casesFelipe Contreras2021-06-021-6/+10
| * | | | | | | | push: return immediately in trivial switch caseFelipe Contreras2021-06-021-5/+5
| * | | | | | | | push: create new get_upstream_ref() helperFelipe Contreras2021-06-021-18/+18
* | | | | | | | | Merge branch 'fc/push-simple-updates'Junio C Hamano2021-07-141-16/+32
|\| | | | | | | |
| * | | | | | | | push: remove unused code in setup_push_upstream()Felipe Contreras2021-06-021-8/+2