Age | Commit message (Expand) | Author | Files | Lines |
2022-01-07 | fetch: fix deadlock when cleaning up lockfiles in async signals | Patrick Steinhardt | 2 | -7/+12 |
2022-01-07 | update-index: refresh should rewrite index in case of racy timestamps | Marc Strapetz | 1 | -0/+11 |
2022-01-06 | receive-pack.c: consolidate find header logic | John Cai | 1 | -23/+10 |
2022-01-05 | Merge branch 'ds/repack-fixlets' | Junio C Hamano | 1 | -3/+5 |
2022-01-05 | Merge branch 'jc/merge-detached-head-name' | Junio C Hamano | 2 | -0/+8 |
2022-01-05 | Merge branch 'xw/am-empty' | Junio C Hamano | 1 | -13/+76 |
2022-01-05 | Merge branch 'en/keep-cwd' | Junio C Hamano | 3 | -11/+40 |
2022-01-05 | i18n: turn even more messages into "cannot be used together" ones | Jean-Noël Avila | 12 | -22/+23 |
2022-01-05 | i18n: factorize "--foo requires --bar" and the like | Jean-Noël Avila | 10 | -12/+12 |
2022-01-05 | i18n: tag.c factorize i18n strings | Jean-Noël Avila | 1 | -9/+14 |
2022-01-05 | i18n: standardize "cannot open" and "cannot read" | Jean-Noël Avila | 1 | -2/+2 |
2022-01-05 | i18n: turn "options are incompatible" into "cannot be used together" | Jean-Noël Avila | 20 | -39/+39 |
2022-01-05 | i18n: refactor "%s, %s and %s are mutually exclusive" | Jean-Noël Avila | 3 | -3/+3 |
2022-01-05 | i18n: refactor "foo and bar are mutually exclusive" | Jean-Noël Avila | 7 | -10/+10 |
2022-01-04 | stash: do not return before restoring untracked files | Elijah Newren | 1 | -4/+5 |
2022-01-04 | Merge branch 'ab/reflog-prep' into jc/reflog-parse-options | Junio C Hamano | 1 | -94/+129 |
2022-01-03 | Merge branch 'en/sparse-checkout-set' | Junio C Hamano | 2 | -48/+158 |
2022-01-03 | Merge branch 'ns/tmp-objdir' | Junio C Hamano | 2 | -5/+17 |
2022-01-03 | Merge branch 'jc/unleak-log' | Junio C Hamano | 1 | -0/+1 |
2021-12-30 | sparse-checkout: refuse to add to bad patterns | Derrick Stolee | 1 | -0/+3 |
2021-12-30 | sparse-checkout: fix OOM error with mixed patterns | Derrick Stolee | 1 | -1/+1 |
2021-12-30 | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters) | Ævar Arnfjörð Bjarmason | 1 | -10/+6 |
2021-12-30 | cat-file: correct and improve usage information | Ævar Arnfjörð Bjarmason | 1 | -20/+29 |
2021-12-30 | cat-file: fix remaining usage bugs | Ævar Arnfjörð Bjarmason | 1 | -32/+63 |
2021-12-30 | cat-file: make --batch-all-objects a CMDMODE | Ævar Arnfjörð Bjarmason | 1 | -14/+11 |
2021-12-30 | cat-file: move "usage" variable to cmd_cat_file() | Ævar Arnfjörð Bjarmason | 1 | -19/+18 |
2021-12-30 | cat-file docs: fix SYNOPSIS and "-h" output | Ævar Arnfjörð Bjarmason | 1 | -2/+8 |
2021-12-30 | parse-options API: add a usage_msg_optf() | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2021-12-23 | sparse-checkout: remove stray trailing space | Elijah Newren | 1 | -1/+1 |
2021-12-22 | Merge branch 'ab/fetch-set-upstream-while-detached' | Junio C Hamano | 1 | -0/+10 |
2021-12-22 | reflog + refs-backend: move "verbose" out of the backend | Ævar Arnfjörð Bjarmason | 1 | -9/+47 |
2021-12-22 | reflog: reduce scope of "struct rev_info" | Ævar Arnfjörð Bjarmason | 1 | -6/+7 |
2021-12-22 | reflog expire: don't use lookup_commit_reference_gently() | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2021-12-22 | reflog expire: refactor & use "tip_commit" only for UE_NORMAL | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
2021-12-22 | reflog expire: use "switch" over enum values | Ævar Arnfjörð Bjarmason | 1 | -24/+33 |
2021-12-22 | reflog: change one->many worktree->refnames to use a string_list | Ævar Arnfjörð Bjarmason | 1 | -29/+18 |
2021-12-22 | reflog expire: narrow scope of "cb" in cmd_reflog_expire() | Ævar Arnfjörð Bjarmason | 1 | -16/+15 |
2021-12-22 | reflog delete: narrow scope of "cmd" passed to count_reflog_ent() | Ævar Arnfjörð Bjarmason | 1 | -11/+11 |
2021-12-22 | ls-files: add --sparse option | Derrick Stolee | 1 | -2/+10 |
2021-12-22 | fetch/pull: use the sparse index | Derrick Stolee | 2 | -0/+4 |
2021-12-21 | Merge branch 'ns/tmp-objdir' into en/remerge-diff | Junio C Hamano | 2 | -5/+17 |
2021-12-21 | Merge branch 'ld/sparse-diff-blame' | Junio C Hamano | 2 | -0/+8 |
2021-12-21 | Merge branch 'en/name-rev-shorter-output' | Junio C Hamano | 1 | -4/+13 |
2021-12-21 | Merge branch 'ak/protect-any-current-branch' | Junio C Hamano | 4 | -100/+124 |
2021-12-21 | Merge branch 'fs/ssh-signing-key-lifetime' | Junio C Hamano | 1 | -2/+4 |
2021-12-21 | Merge branch 'jk/log-decorate-opts-with-implicit-decorate' | Junio C Hamano | 1 | -4/+19 |
2021-12-21 | fast-export: fix surprising behavior with --first-parent | William Sprent | 1 | -36/+4 |
2021-12-20 | branch: add flags and config to inherit tracking | Josh Steadmon | 2 | -4/+8 |
2021-12-20 | merge: allow to pretend a merge is made into a different branch | Junio C Hamano | 2 | -0/+8 |
2021-12-20 | repack: make '--quiet' disable progress | Derrick Stolee | 1 | -2/+4 |