summaryrefslogtreecommitdiffstats
path: root/object-store.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-13abspath: add a function to resolve paths with missing componentsbrian m. carlson2-18/+48
2020-12-09Eleventh batchJunio C Hamano1-0/+45
2020-12-08t7900: fix typo: "test_execpt_success"Josh Steadmon1-1/+1
2020-12-07completion: bash: fix gitk alias regressionFelipe Contreras1-1/+1
2020-12-03Tenth batchJunio C Hamano1-5/+16
2020-12-03Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano2-67/+10
2020-12-02Makefile: mark git-maintenance as a builtinJeff King1-0/+1
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares5-6/+47
2020-12-02banned.h: mark ctime_r() and asctime_r() as bannedJeff King1-0/+4
2020-12-02gitignore: remove entry for git serveRené Scharfe1-1/+0
2020-12-02gitignore: drop duplicate entry for git-sh-i18nJeff King1-1/+0
2020-12-02t7900: speed up expensive testJeff King1-2/+4
2020-12-01banned.h: mark non-reentrant gmtime, etc as bannedJeff King1-0/+9
2020-12-01config.txt: fix a typo (backslash != backquote)Štěpán Němec1-1/+1
2020-12-01builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau1-1/+2
2020-12-01upload-pack: kill pack-objects helper on signal or exitJeff King1-0/+1
2020-12-01imap-send: parse default git configNicolas Morey-Chaisemartin1-22/+30
2020-12-01completion: zsh: fix file completion regressionFelipe Contreras1-0/+1
2020-12-01tests: lib-functions: trivial style cleanupsFelipe Contreras1-4/+4
2020-12-01test: completion: fix typosFelipe Contreras1-2/+2
2020-12-01.gitignore: remove dangling fileFelipe Contreras1-1/+0
2020-12-01refspec: trivial cleanupFelipe Contreras1-9/+10
2020-11-30Ninth batchJunio C Hamano1-0/+21
2020-11-30fetch-pack: disregard invalid pack lockfilesRené Scharfe1-2/+3
2020-11-30MyFirstObjectWalk: drop `init_walken_defaults()`Martin Ågren1-24/+0
2020-11-30grep: copy struct in one fell swoopMartin Ågren1-23/+10
2020-11-30perf/fsmonitor: use test_must_be_empty helperNipunn Koorapati1-2/+1
2020-11-30maintenance: fix SEGFAULT when no repositoryRafael Silva3-8/+9
2020-11-26Eighth batchJunio C Hamano1-0/+32
2020-11-26maintenance: use 'git config --fixed-value'Derrick Stolee2-2/+15
2020-11-26config doc: value-pattern is not necessarily a regexpJunio C Hamano1-4/+7
2020-11-25config: implement --fixed-value with --get*Derrick Stolee2-5/+32
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee4-5/+73
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee3-7/+73
2020-11-25t1300: add test for --replace-all with value-patternDerrick Stolee1-0/+14
2020-11-25t1300: test "set all" mode with value-patternDerrick Stolee1-0/+39
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee4-44/+44
2020-11-25config: convert multi_replace to flagsDerrick Stolee5-26/+45
2020-11-25midx.c: protect against disappearing packsTaylor Blau2-2/+8
2020-11-25packfile.c: protect against disappearing indexesTaylor Blau2-19/+24
2020-11-25crendential-store: use timeout when locking fileSimão Afonso2-2/+12
2020-11-25move sleep_millisec to git-compat-util.hHan-Wen Nienhuys2-1/+2
2020-11-25usage: add trace2 entry upon warning()Jonathan Tan2-1/+7
2020-11-24MyFirstContribition: answering questions is not the end of the storyJunio C Hamano1-1/+15
2020-11-24t3404: do not depend on any specific default branch nameJohannes Schindelin1-44/+45
2020-11-24submodule: fix fetch_in_submodule logicJeff King1-6/+6
2020-11-24stash: add missing space to an error messageKyle Meyer1-1/+1
2020-11-23t3301: test proper exit response to no-value notes.displayRef.Nate Avers1-0/+5
2020-11-23notes.c: fix a segfault in notes_display_config()Nate Avers1-1/+1
2020-11-22Seventh batchJunio C Hamano1-0/+20