summaryrefslogtreecommitdiffstats
path: root/refs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-16for-each-ref: clean up documentation of --formatVictoria Dye1-11/+12
2023-11-16ref-filter.c: filter & format refs in the same callbackVictoria Dye1-6/+82
2023-11-16ref-filter.c: refactor to create common helper functionsVictoria Dye1-46/+69
2023-11-16ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'Victoria Dye1-6/+6
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye5-64/+68
2023-11-16ref-filter.h: move contains caches into filterVictoria Dye2-8/+12
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye4-16/+20
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye8-26/+153
2023-11-02Git 2.42.1v2.42.1Junio C Hamano3-2/+90
2023-10-22merge-ort.c: fix typo 'neeed' to 'needed'王常新1-1/+1
2023-10-21git-push doc: more visibility for -q optionMichal Suchanek1-1/+1
2023-10-19am: align placeholder for --whitespace option with applyJunio C Hamano1-2/+2
2023-10-18commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano1-4/+4
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe1-5/+5
2023-10-16doc/git-repack: don't mention nonexistent "--unpacked" optionPatrick Steinhardt1-5/+2
2023-10-16doc/git-repack: fix syntax for `-g` shorthand optionPatrick Steinhardt1-1/+1
2023-10-10doc/git-worktree: mention "refs/rewritten" as per-worktree refsPatrick Steinhardt1-3/+4
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec2-19/+17
2023-10-07doc: update list archive reference to use lore.kernel.orgJunio C Hamano1-1/+1
2023-10-05daemon: free listen_addr before returningJeff King2-16/+23
2023-10-05revision: clear decoration structs during release_revisions()Jeff King4-0/+22
2023-10-05decorate: add clear_decoration() functionJeff King4-0/+29
2023-10-05coverity: detect and report when the token or project is incorrectJohannes Schindelin1-1/+12
2023-10-03parse-options: drop unused parse_opt_ctx_t memberRené Scharfe1-1/+0
2023-09-25coverity: allow running on macOSJohannes Schindelin1-2/+20
2023-09-25coverity: support building on WindowsJohannes Schindelin1-6/+51
2023-09-25coverity: allow overriding the Coverity projectJohannes Schindelin1-1/+4
2023-09-25coverity: cache the Coverity Build ToolJohannes Schindelin1-0/+28