Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shallow: use struct 'shallow_lock' for additional safety | Taylor Blau | 2020-04-30 | 1 | -1/+1 |
* | shallow: extract a header file for shallow-related functions | Taylor Blau | 2020-04-30 | 6 | -0/+6 |
* | shallow.c: use '{commit,rollback}_shallow_file' | Taylor Blau | 2020-04-24 | 1 | -2/+2 |
* | Merge branch 'en/rebase-backend' | Junio C Hamano | 2020-03-12 | 1 | -1/+1 |
|\ | |||||
| * | i18n: unmark a message in rebase.c | Jiang Xin | 2020-03-11 | 1 | -1/+1 |
* | | Merge branch 'pb/am-show-current-patch' | Junio C Hamano | 2020-03-09 | 1 | -20/+76 |
|\ \ | |||||
| * | | am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch | Paolo Bonzini | 2020-02-20 | 1 | -2/+7 |
| * | | am: support --show-current-patch=raw as a synonym for--show-current-patch | Paolo Bonzini | 2020-02-20 | 1 | -6/+53 |
| * | | am: convert "resume" variable to a struct | Paolo Bonzini | 2020-02-20 | 1 | -14/+18 |
* | | | Merge branch 'am/pathspec-f-f-more' | Junio C Hamano | 2020-03-09 | 2 | -44/+63 |
|\ \ \ | |||||
| * | | | stash push: support the --pathspec-from-file option | Alexandr Miloslavskiy | 2020-02-19 | 1 | -0/+20 |
| * | | | stash: eliminate crude option parsing | Alexandr Miloslavskiy | 2020-02-19 | 1 | -38/+21 |
| * | | | rm: support the --pathspec-from-file option | Alexandr Miloslavskiy | 2020-02-19 | 1 | -6/+22 |
| |/ / | |||||
* | | | Merge branch 'hi/gpg-use-check-signature' | Junio C Hamano | 2020-03-05 | 1 | -7/+4 |
|\ \ \ | |||||
| * | | | Revert "gpg-interface: prefer check_signature() for GPG verification" | Junio C Hamano | 2020-02-28 | 1 | -7/+4 |
* | | | | Merge branch 'be/describe-multiroot' | Junio C Hamano | 2020-03-05 | 1 | -4/+18 |
|\ \ \ \ | |||||
| * | | | | describe: don't abort too early when searching tags | Benno Evers | 2020-02-26 | 1 | -4/+18 |
* | | | | | Merge branch 'ag/rebase-remove-redundant-code' | Junio C Hamano | 2020-03-05 | 1 | -9/+1 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/rebase: remove a call to get_oid() on `options.switch_to' | Alban Gruin | 2020-02-26 | 1 | -9/+1 |
| * | | | | | Merge branch 'pb/do-not-recurse-grep-no-index' into maint | Junio C Hamano | 2020-02-14 | 1 | -2/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'nd/switch-and-restore' into maint | Junio C Hamano | 2020-02-14 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'hw/commit-advise-while-rejecting' into maint | Junio C Hamano | 2020-02-14 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'es/recursive-single-branch-clone' | Junio C Hamano | 2020-03-05 | 2 | -6/+30 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | clone: pass --single-branch during --recurse-submodules | Emily Shaffer | 2020-02-25 | 2 | -2/+23 |
| * | | | | | | | | submodule--helper: use C99 named initializer | Emily Shaffer | 2020-02-25 | 1 | -4/+7 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/nth-packed-object-id' | Junio C Hamano | 2020-03-05 | 2 | -24/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | packed_object_info(): use object_id for returning delta base | Jeff King | 2020-02-24 | 1 | -1/+1 |
| * | | | | | | | | pack-objects: use object_id struct in pack-reuse code | Jeff King | 2020-02-24 | 1 | -4/+5 |
| * | | | | | | | | pack-objects: convert oe_set_delta_ext() to use object_id | Jeff King | 2020-02-24 | 1 | -1/+1 |
| * | | | | | | | | pack-objects: read delta base oid into object_id struct | Jeff King | 2020-02-24 | 1 | -17/+18 |
| * | | | | | | | | nth_packed_object_oid(): use customary integer return | Jeff King | 2020-02-24 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'es/do-not-let-rebase-switch-to-protected-branch' | Junio C Hamano | 2020-03-05 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | rebase: refuse to switch to branch already checked out elsewhere | Eric Sunshine | 2020-02-24 | 1 | -2/+3 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'hv/receive-denycurrent-everywhere' | Junio C Hamano | 2020-03-05 | 1 | -17/+19 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | receive.denyCurrentBranch: respect all worktrees | Hariom Verma | 2020-02-24 | 1 | -17/+19 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'es/worktree-avoid-duplication-fix' | Junio C Hamano | 2020-03-05 | 1 | -8/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | worktree: don't allow "add" validation to be fooled by suffix matching | Eric Sunshine | 2020-02-24 | 1 | -8/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'mr/bisect-in-c-1' | Junio C Hamano | 2020-03-05 | 1 | -56/+67 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bisect: libify `check_good_are_ancestors_of_bad` and its dependents | Pranit Bauva | 2020-02-19 | 1 | -1/+10 |
| * | | | | | | | | | bisect--helper: return error codes from `cmd_bisect__helper()` | Pranit Bauva | 2020-02-19 | 1 | -1/+1 |
| * | | | | | | | | | bisect--helper: introduce new `decide_next()` function | Tanushree Tumane | 2020-02-19 | 1 | -32/+34 |
| * | | | | | | | | | bisect--helper: change `retval` to `res` | Tanushree Tumane | 2020-02-19 | 1 | -26/+26 |
| * | | | | | | | | | bisect--helper: convert `vocab_*` char pointers to char arrays | Miriam Rubio | 2020-02-19 | 1 | -2/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'ds/sparse-add' | Junio C Hamano | 2020-03-05 | 1 | -32/+109 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | sparse-checkout: work with Windows paths | Derrick Stolee | 2020-02-11 | 1 | -0/+3 |
| * | | | | | | | | | sparse-checkout: create 'add' subcommand | Derrick Stolee | 2020-02-11 | 1 | -6/+66 |
| * | | | | | | | | | sparse-checkout: extract pattern update from 'set' subcommand | Derrick Stolee | 2020-02-11 | 1 | -18/+26 |
| * | | | | | | | | | sparse-checkout: extract add_patterns_from_input() | Derrick Stolee | 2020-02-11 | 1 | -29/+35 |
* | | | | | | | | | | Merge branch 'rs/micro-cleanups' | Junio C Hamano | 2020-03-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | use strpbrk(3) to search for characters from a given set | René Scharfe | 2020-02-24 | 1 | -1/+1 |
| | |/ / / / / / / / | |/| | | | | | | | |