Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tb/reverse-midx' | Junio C Hamano | 2021-07-28 | 1 | -1/+1 |
|\ | |||||
| * | multi-pack-index: fix potential segfault without sub-command | Taylor Blau | 2021-07-20 | 1 | -1/+1 |
* | | Merge branch 'ds/status-with-sparse-index' | Junio C Hamano | 2021-07-28 | 1 | -0/+3 |
|\ \ | |||||
| * | | status: use sparse-index throughout | Derrick Stolee | 2021-07-14 | 1 | -0/+3 |
* | | | Merge branch 'dl/diff-merge-base' | Junio C Hamano | 2021-07-28 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | git-diff: fix missing --merge-base docs | Denton Liu | 2021-07-12 | 1 | -2/+2 |
* | | | | Merge branch 'ab/attribute-format' | Junio C Hamano | 2021-07-28 | 4 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 2021-07-14 | 2 | -0/+3 |
| * | | | | *.c static functions: don't forward-declare __attribute__ | Ævar Arnfjörð Bjarmason | 2021-07-12 | 2 | -6/+3 |
* | | | | | Merge branch 'jk/log-decorate-optim' | Junio C Hamano | 2021-07-28 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | log: avoid loading decorations for userformats that don't need it | Jeff King | 2021-06-29 | 1 | -0/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'sm/worktree-add-lock' | Junio C Hamano | 2021-07-28 | 1 | -5/+16 |
|\ \ \ \ \ | |||||
| * | | | | | worktree: teach `add` to accept --reason <string> with --lock | Stephen Manz | 2021-07-15 | 1 | -5/+16 |
| * | | | | | worktree: mark lock strings with `_()` for translation | Stephen Manz | 2021-07-14 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'hj/commit-allow-empty-message' | Junio C Hamano | 2021-07-28 | 1 | -11/+18 |
|\ \ \ \ \ | |||||
| * | | | | | commit: remove irrelavent prompt on `--allow-empty-message` | Hu Jialun | 2021-07-09 | 1 | -9/+16 |
| * | | | | | commit: reorganise commit hint strings | Hu Jialun | 2021-07-09 | 1 | -10/+10 |
* | | | | | | Merge branch 'bc/rev-list-without-commit-line' | Junio C Hamano | 2021-07-22 | 1 | -9/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rev-list: add option for --pretty=format without header | brian m. carlson | 2021-07-12 | 1 | -9/+24 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ab/struct-init' | Junio C Hamano | 2021-07-17 | 6 | -14/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | dir.[ch]: replace dir_init() with DIR_INIT | Ævar Arnfjörð Bjarmason | 2021-07-01 | 6 | -14/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ar/help-micro-cleanup' | Junio C Hamano | 2021-07-17 | 1 | -9/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | help: convert git_cmd to page in one place | Andrei Rybak | 2021-07-06 | 1 | -9/+8 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ar/submodule-helper-include-cleanup' | Junio C Hamano | 2021-07-17 | 1 | -1/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule--helper: remove redundant include | Atharva Raykar | 2021-07-06 | 1 | -1/+0 |
* | | | | | | | Merge branch 'ab/bundle-updates' | Junio C Hamano | 2021-07-17 | 1 | -27/+47 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bundle: remove "ref_list" in favor of string-list.c API | Ævar Arnfjörð Bjarmason | 2021-07-06 | 1 | -6/+6 |
| * | | | | | | | bundle cmd: stop leaking memory from parse_options_cmd_bundle() | Ævar Arnfjörð Bjarmason | 2021-07-06 | 1 | -21/+41 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ab/show-branch-tests' | Junio C Hamano | 2021-07-17 | 1 | -3/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | show-branch: don't <COLOR></RESET> for space characters | Ævar Arnfjörð Bjarmason | 2021-06-28 | 1 | -3/+6 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'ab/fetch-negotiate-segv-fix' | Junio C Hamano | 2021-07-17 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fetch: fix segfault in --negotiate-only without --negotiation-tip=* | Ævar Arnfjörð Bjarmason | 2021-07-08 | 1 | -0/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ab/pickaxe-pcre2' | Junio C Hamano | 2021-07-14 | 2 | -7/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | xdiff users: use designated initializers for out_line | Ævar Arnfjörð Bjarmason | 2021-05-11 | 2 | -7/+2 |
* | | | | | | | | Merge branch 'fc/push-simple-updates-cleanup' | Junio C Hamano | 2021-07-14 | 1 | -59/+34 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | push: don't get a full remote object | Felipe Contreras | 2021-06-02 | 1 | -1/+1 |
| * | | | | | | | | push: only check same_remote when needed | Felipe Contreras | 2021-06-02 | 1 | -1/+2 |
| * | | | | | | | | push: remove trivial function | Felipe Contreras | 2021-06-02 | 1 | -6/+1 |
| * | | | | | | | | push: remove redundant check | Felipe Contreras | 2021-06-02 | 1 | -2/+1 |
| * | | | | | | | | push: factor out the typical case | Felipe Contreras | 2021-06-02 | 1 | -5/+6 |
| * | | | | | | | | push: get rid of all the setup_push_* functions | Felipe Contreras | 2021-06-02 | 1 | -27/+11 |
| * | | | | | | | | push: trivial simplifications | Felipe Contreras | 2021-06-02 | 1 | -11/+3 |
| * | | | | | | | | push: make setup_push_* return the dst | Felipe Contreras | 2021-06-02 | 1 | -14/+16 |
| * | | | | | | | | push: only get the branch when needed | Felipe Contreras | 2021-06-02 | 1 | -1/+2 |
| * | | | | | | | | push: factor out null branch check | Felipe Contreras | 2021-06-02 | 1 | -7/+3 |
| * | | | | | | | | push: split switch cases | Felipe Contreras | 2021-06-02 | 1 | -6/+10 |
| * | | | | | | | | push: return immediately in trivial switch case | Felipe Contreras | 2021-06-02 | 1 | -5/+5 |
| * | | | | | | | | push: create new get_upstream_ref() helper | Felipe Contreras | 2021-06-02 | 1 | -18/+18 |
* | | | | | | | | | Merge branch 'fc/push-simple-updates' | Junio C Hamano | 2021-07-14 | 1 | -16/+32 |
|\| | | | | | | | | |||||
| * | | | | | | | | push: remove unused code in setup_push_upstream() | Felipe Contreras | 2021-06-02 | 1 | -8/+2 |