summaryrefslogtreecommitdiffstats
path: root/fsmonitor.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-17dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau4-66/+6
2023-02-16The sixteenth batchJunio C Hamano1-33/+24
2023-02-14Prepare for 2.39.3 just in caseJunio C Hamano3-2/+60
2023-02-09The fifteenth batchJunio C Hamano1-0/+13
2023-02-08userdiff: support Java sealed classesAndrei Rybak7-1/+40
2023-02-08userdiff: support Java record typesAndrei Rybak4-2/+20
2023-02-08userdiff: support Java type parametersAndrei Rybak7-1/+37
2023-02-08The fourteenth batchJunio C Hamano1-0/+8
2023-02-07Documentation: clarify multiple pushurls vs urlsCalvin Wan2-1/+11
2023-02-07config.h: remove unused git_configset_add_parameters()Ævar Arnfjörð Bjarmason1-9/+0
2023-02-07commit.c: free() revs.commit in get_fork_point()Ævar Arnfjörð Bjarmason3-0/+3
2023-02-07builtin/rebase.c: free() "options.strategy_opts"Ævar Arnfjörð Bjarmason1-0/+1
2023-02-07sequencer.c: always free() the "msgbuf" in do_pick_commit()Ævar Arnfjörð Bjarmason1-6/+10
2023-02-07builtin/rebase.c: fix "options.onto_name" leakÆvar Arnfjörð Bjarmason2-1/+4
2023-02-07builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason2-6/+3
2023-02-07sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason19-5/+23
2023-02-07sequencer.c: split up sequencer_remove_state()Ævar Arnfjörð Bjarmason1-9/+14
2023-02-07rebase: use "cleanup" pattern in do_interactive_rebase()Ævar Arnfjörð Bjarmason1-8/+5
2023-02-07docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason3-5/+5
2023-02-07add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason5-36/+16
2023-02-07add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason12-2000/+47
2023-02-06pack-objects: use strcspn(3) in name_cmp_len()René Scharfe1-8/+5
2023-02-06read-cache: use size_t for {base,df}_name_compare()René Scharfe2-8/+11
2023-02-06t5000: modernise archive and :(glob) testKostya Farber1-5/+5
2023-02-06new-command.txt: update reference to builtin docsWes Lord1-2/+2
2023-02-06.gitattributes: include `text` attribute for eol attributesPhilip Oakley1-11/+11
2023-02-06Git 2.39.2v2.39.2Johannes Schindelin3-2/+9
2023-02-06Git 2.38.4v2.38.4Johannes Schindelin3-2/+9
2023-02-06Git 2.37.6v2.37.6Johannes Schindelin3-2/+9
2023-02-06Git 2.36.5v2.36.5Johannes Schindelin3-2/+9
2023-02-06Git 2.35.7v2.35.7Johannes Schindelin3-2/+9
2023-02-06Git 2.34.7v2.34.7Johannes Schindelin3-2/+9
2023-02-06http: support CURLOPT_PROTOCOLS_STRJeff King2-13/+54
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-30/+26
2023-02-06http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-02-06Git 2.33.7v2.33.7Johannes Schindelin3-2/+9
2023-02-06Git 2.32.6v2.32.6Johannes Schindelin3-2/+8
2023-02-06Git 2.31.7v2.31.7Johannes Schindelin3-2/+8
2023-02-06Git 2.30.8v2.30.8Junio C Hamano3-2/+54
2023-02-04delta-islands: free island_marks and bitmapsEric Wong3-1/+18
2023-02-04The thirteenth batchJunio C Hamano1-0/+8
2023-02-03apply: fix writing behind newly created symbolic linksPatrick Steinhardt2-0/+108
2023-02-02mingw: remove msysGit/MSYS1 supportHarshil-Jani1-50/+35
2023-02-02mingw: remove duplicate `USE_NED_ALLOCATOR` directiveHarshil-Jani1-1/+0
2023-02-01compat/winansi: check for errors of CreateThread() correctlySeija Kijin1-1/+1
2023-02-01t/lib-httpd: increase ssl key size to 2048 bitsJeff King1-1/+1
2023-02-01t/lib-httpd: drop SSLMutex configJeff King1-1/+0
2023-02-01t/lib-httpd: bump required apache version to 2.4Jeff King2-20/+6
2023-02-01t/lib-httpd: bump required apache version to 2.2Jeff King2-12/+7
2023-02-01docs: document zero bits in index "mode"Glen Choo1-1/+3