summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rev-parse: add option for absolute or relative path formattingbrian m. carlson2020-12-133-43/+194
* abspath: add a function to resolve paths with missing componentsbrian m. carlson2020-12-132-18/+48
* Eleventh batchJunio C Hamano2020-12-091-0/+45
* Merge branch 'fc/zsh-completion'Junio C Hamano2020-12-092-1/+2
|\
| * completion: bash: fix gitk alias regressionFelipe Contreras2020-12-071-1/+1
| * completion: zsh: fix file completion regressionFelipe Contreras2020-12-011-0/+1
* | Merge branch 'sn/config-doc-typofix'Junio C Hamano2020-12-091-1/+1
|\ \
| * | config.txt: fix a typo (backslash != backquote)Štěpán Němec2020-12-011-1/+1
* | | Merge branch 'fc/random-cleanup'Junio C Hamano2020-12-094-18/+16
|\ \ \
| * | | gitignore: remove entry for git serveRené Scharfe2020-12-021-1/+0
| * | | gitignore: drop duplicate entry for git-sh-i18nJeff King2020-12-021-1/+0
| * | | tests: lib-functions: trivial style cleanupsFelipe Contreras2020-12-011-4/+4
| * | | test: completion: fix typosFelipe Contreras2020-12-011-2/+2
| * | | .gitignore: remove dangling fileFelipe Contreras2020-12-011-1/+0
| * | | refspec: trivial cleanupFelipe Contreras2020-12-011-9/+10
* | | | Merge branch 'nm/imap-send-use-default-config'Junio C Hamano2020-12-091-22/+30
|\ \ \ \
| * | | | imap-send: parse default git configNicolas Morey-Chaisemartin2020-12-011-22/+30
* | | | | Merge branch 'jk/banned'Junio C Hamano2020-12-091-0/+13
|\ \ \ \ \
| * | | | | banned.h: mark ctime_r() and asctime_r() as bannedJeff King2020-12-021-0/+4
| * | | | | banned.h: mark non-reentrant gmtime, etc as bannedJeff King2020-12-011-0/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'tb/bugreport-no-localtime'Junio C Hamano2020-12-091-1/+2
|\ \ \ \ \
| * | | | | builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau2020-12-011-1/+2
| |/ / / /
* | | | | Merge branch 'rs/maintenance-run-outside-repo'Junio C Hamano2020-12-093-8/+9
|\ \ \ \ \
| * | | | | t7900: fix typo: "test_execpt_success"Josh Steadmon2020-12-081-1/+1
| * | | | | maintenance: fix SEGFAULT when no repositoryRafael Silva2020-11-303-8/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'rs/fetch-pack-invalid-lockfile'Junio C Hamano2020-12-091-2/+3
|\ \ \ \ \
| * | | | | fetch-pack: disregard invalid pack lockfilesRené Scharfe2020-11-301-2/+3
* | | | | | Merge branch 'nk/perf-fsmonitor-cleanup'Junio C Hamano2020-12-091-2/+1
|\ \ \ \ \ \
| * | | | | | perf/fsmonitor: use test_must_be_empty helperNipunn Koorapati2020-11-301-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ma/grep-init-default'Junio C Hamano2020-12-096-100/+36
|\ \ \ \ \ \
| * | | | | | MyFirstObjectWalk: drop `init_walken_defaults()`Martin Ågren2020-11-301-24/+0
| * | | | | | grep: copy struct in one fell swoopMartin Ågren2020-11-301-23/+10
| * | | | | | grep: use designated initializers for `grep_defaults`Martin Ågren2020-11-216-52/+26
| * | | | | | grep: don't set up a "default" repo for grepMartin Ågren2020-11-216-7/+6
* | | | | | | Merge branch 'js/trace2-session-id'Junio C Hamano2020-12-0912-3/+198
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: log received client session IDJosh Steadmon2020-11-122-6/+21
| * | | | | | | send-pack: advertise session ID in capabilitiesJosh Steadmon2020-11-121-0/+7
| * | | | | | | upload-pack, serve: log received client session IDJosh Steadmon2020-11-123-6/+24
| * | | | | | | fetch-pack: advertise session ID in capabilitiesJosh Steadmon2020-11-121-0/+9
| * | | | | | | transport: log received server session IDJosh Steadmon2020-11-122-0/+74
| * | | | | | | serve: advertise session ID in v2 capabilitiesJosh Steadmon2020-11-121-0/+14
| * | | | | | | receive-pack: advertise session ID in v0 capabilitiesJosh Steadmon2020-11-121-0/+8
| * | | | | | | upload-pack: advertise session ID in v0 capabilitiesJosh Steadmon2020-11-121-1/+14
| * | | | | | | trace2: add a public function for getting the SIDJosh Steadmon2020-11-122-0/+7
| * | | | | | | docs: new transfer.advertiseSID optionJosh Steadmon2020-11-121-0/+4
| * | | | | | | docs: new capability to advertise session IDsJosh Steadmon2020-11-122-2/+28
* | | | | | | | Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano2020-12-095-6/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | apply: don't use core.sharedRepository to create working tree filesMatheus Tavares2020-12-025-6/+47
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'ds/maintenance-part-2'Junio C Hamano2020-12-091-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | t7900: speed up expensive testJeff King2020-12-021-2/+4