Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2023-08-10Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano
2023-08-10Merge branch 'bc/ident-dot-is-no-longer-crud-letter'Junio C Hamano
2023-08-07Merge branch 'rs/bundle-parseopt-cleanup'Junio C Hamano
2023-08-07Merge branch 'tb/commit-graph-tests'Junio C Hamano
2023-08-04Merge branch 'jc/branch-in-use-error-message'Junio C Hamano
2023-08-04Merge branch 'hy/blame-in-bare-with-contents'Junio C Hamano
2023-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano
2023-08-04Merge branch 'ja/worktree-orphan-fix'Junio C Hamano
2023-08-03rebase --skip: fix commit message clean up when skipping squashPhillip Wood
2023-08-02ident: don't consider '.' a crudbrian m. carlson
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano
2023-08-02Merge branch 'ah/sequencer-rewrite-todo-fix'Junio C Hamano
2023-08-02Merge branch 'bb/use-trace2-counters-for-fsync-stats'Junio C Hamano
2023-07-31bundle: use OPT_PASSTHRU_ARGVRené Scharfe
2023-07-28Merge branch 'rs/describe-parseopt-fix'Junio C Hamano
2023-07-28Merge branch 'jc/parse-options-reset'Junio C Hamano
2023-07-28Merge branch 'jc/parse-options-show-branch'Junio C Hamano
2023-07-28Merge branch 'jc/transport-parseopt-fix'Junio C Hamano
2023-07-27t2400: rewrite regex to avoid unintentional PCREJacob Abel
2023-07-27t2400: drop no-op `--sq` from rev-parse callJacob Abel
2023-07-27Merge branch 'jc/branch-parseopt-fix'Junio C Hamano
2023-07-27Merge branch 'rs/ls-tree-no-full-name-fix'Junio C Hamano
2023-07-25Merge branch 'jk/nested-points-at'Junio C Hamano
2023-07-25Merge branch 'rs/ref-filter-signature-fix'Junio C Hamano
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-25Merge branch 'dk/t4002-syntaxo-fix'Junio C Hamano
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano
2023-07-25t/lib-commit-graph.sh: avoid sub-shell in `graph_git_behavior()`Taylor Blau
2023-07-25t5328: avoid top-level directory changesTaylor Blau
2023-07-25t5318: avoid top-level directory changesTaylor Blau
2023-07-25t/lib-commit-graph.sh: avoid directory change in `graph_git_behavior()`Taylor Blau
2023-07-25t/lib-commit-graph.sh: allow `graph_read_expect()` in sub-directoriesTaylor Blau
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie
2023-07-22branch: update the message to refuse touching a branch in-useJunio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-21describe: fix --no-exact-matchRené Scharfe
2023-07-21blame: allow --contents to work with bare repoHan Young
2023-07-20wrapper: use trace2 counters to collect fsync statsBeat Bolli
2023-07-20reset: reject --no-(mixed|soft|hard|merge|keep) optionJunio C Hamano
2023-07-20show-branch: reject --[no-](topo|date)-orderJunio C Hamano
2023-07-20short help: allow a gap smaller than USAGE_GAPJunio C Hamano
2023-07-20short help: allow multi-line opthelpJunio C Hamano
2023-07-19show-branch: --no-sparse should give dense outputJunio C Hamano
2023-07-19fetch: reject --no-ipv[46]Junio C Hamano
2023-07-18branch: reject "--no-all" and "--no-remotes" earlyJunio C Hamano
2023-07-18ls-tree: fix --no-full-nameRené Scharfe
2023-07-18Merge branch 'tb/fsck-no-progress'Junio C Hamano
2023-07-18Merge branch 'tb/repack-cleanup'Junio C Hamano
2023-07-18ref-filter: handle nested tags in --points-at optionJan Klötzke