summaryrefslogtreecommitdiffstats
path: root/daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-17The fifth batchJunio C Hamano1-0/+29
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz3-7/+32
2021-07-14load_ref_decorations(): fix decoration with tagsJeff King2-2/+16
2021-07-14worktree: mark lock strings with `_()` for translationStephen Manz1-2/+2
2021-07-14t2400: clean up '"add" worktree with lock' testStephen Manz1-1/+1
2021-07-14The fourth batchJunio C Hamano1-0/+26
2021-07-14doc/rev-list-options: fix duplicate word typoJeff King1-1/+1
2021-07-14advice.h: add missing __attribute__((format)) & fix usageÆvar Arnfjörð Bjarmason2-1/+2
2021-07-14*.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason3-0/+3
2021-07-14*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason16-0/+20
2021-07-12sequencer.c: move static function to avoid forward declÆvar Arnfjörð Bjarmason1-22/+19
2021-07-12*.c static functions: don't forward-declare __attribute__Ævar Arnfjörð Bjarmason2-6/+3
2021-07-12rev-list: add option for --pretty=format without headerbrian m. carlson4-12/+112
2021-07-09commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun2-10/+17
2021-07-09commit: reorganise commit hint stringsHu Jialun1-10/+10
2021-07-09pkt-line: replace "stateless separator" with "response end"Denton Liu3-3/+3
2021-07-08The third batchJunio C Hamano1-0/+77
2021-07-08fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason2-0/+19
2021-07-08oidtree: a crit-bit tree for odb_loose_cacheEric Wong12-30/+478
2021-07-08oidcpy_with_padding: constify `src' argEric Wong1-1/+1
2021-07-08make object_directory.loose_objects_subdir_seen a bitmapEric Wong2-4/+9
2021-07-08avoid strlen via strbuf_addstr in link_alt_odb_entryEric Wong1-4/+4
2021-07-08speed up alt_odb_usable() with many alternatesEric Wong5-12/+42
2021-07-07imap-send.c: use less verbose strbuf_fread() idiomÆvar Arnfjörð Bjarmason1-14/+2
2021-07-07docs: .gitignore parsing is to the top of the repoAndrew Berry1-6/+5
2021-07-06submodule--helper: remove redundant includeAtharva Raykar1-1/+0
2021-07-06help: convert git_cmd to page in one placeAndrei Rybak1-9/+8
2021-07-06khash: clarify that allocations never failRené Scharfe1-9/+5
2021-07-06t7509: avoid direct file access for writing CHERRY_PICK_HEADHan-Wen Nienhuys1-2/+2
2021-07-06t1415: avoid direct filesystem access for writing refsHan-Wen Nienhuys1-6/+4
2021-07-06t6402: preserve git exit status codeĐoàn Trần Công Danh1-68/+64
2021-07-06t6400: preserve git ls-files exit status codeĐoàn Trần Công Danh1-8/+8
2021-07-06test-lib-functions: introduce test_stdout_line_countĐoàn Trần Công Danh1-0/+26
2021-07-06ci: accelerate the checkoutJohannes Schindelin1-5/+5
2021-07-06ci (vs-build): build with NO_GETTEXTDennis Ameling1-2/+2
2021-07-06artifacts-tar: respect NO_GETTEXTJohannes Schindelin1-1/+4
2021-07-06ci (windows): transfer also the Git-tracked files to the test jobsJohannes Schindelin1-10/+12
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason4-43/+50
2021-07-06bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason2-10/+22
2021-07-06bundle cmd: stop leaking memory from parse_options_cmd_bundle()Ævar Arnfjörð Bjarmason1-21/+41
2021-07-01string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason8-13/+13
2021-07-01string-list.[ch]: add a string_list_init_{nodup,dup}()Ævar Arnfjörð Bjarmason2-4/+25
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason10-27/+13
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason6-15/+12
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason4-5/+13
2021-07-01test-lib: avoid accidental globbing in match_pattern_list()Jeff King1-12/+22
2021-06-30fetch: document the --negotiate-only optionÆvar Arnfjörð Bjarmason2-3/+13
2021-06-30send-pack.c: move "no refs in common" abort earlierÆvar Arnfjörð Bjarmason1-5/+6
2021-06-30merge-recursive: handle rename-to-self caseElijah Newren2-9/+16
2021-06-30merge-ort: ensure we consult df_conflict and path_conflictsElijah Newren2-4/+8