Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rev-parse: add option for absolute or relative path formatting | brian m. carlson | 2020-12-13 | 3 | -43/+194 |
* | abspath: add a function to resolve paths with missing components | brian m. carlson | 2020-12-13 | 2 | -18/+48 |
* | Eleventh batch | Junio C Hamano | 2020-12-09 | 1 | -0/+45 |
* | Merge branch 'fc/zsh-completion' | Junio C Hamano | 2020-12-09 | 2 | -1/+2 |
|\ | |||||
| * | completion: bash: fix gitk alias regression | Felipe Contreras | 2020-12-07 | 1 | -1/+1 |
| * | completion: zsh: fix file completion regression | Felipe Contreras | 2020-12-01 | 1 | -0/+1 |
* | | Merge branch 'sn/config-doc-typofix' | Junio C Hamano | 2020-12-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | config.txt: fix a typo (backslash != backquote) | Štěpán Němec | 2020-12-01 | 1 | -1/+1 |
* | | | Merge branch 'fc/random-cleanup' | Junio C Hamano | 2020-12-09 | 4 | -18/+16 |
|\ \ \ | |||||
| * | | | gitignore: remove entry for git serve | René Scharfe | 2020-12-02 | 1 | -1/+0 |
| * | | | gitignore: drop duplicate entry for git-sh-i18n | Jeff King | 2020-12-02 | 1 | -1/+0 |
| * | | | tests: lib-functions: trivial style cleanups | Felipe Contreras | 2020-12-01 | 1 | -4/+4 |
| * | | | test: completion: fix typos | Felipe Contreras | 2020-12-01 | 1 | -2/+2 |
| * | | | .gitignore: remove dangling file | Felipe Contreras | 2020-12-01 | 1 | -1/+0 |
| * | | | refspec: trivial cleanup | Felipe Contreras | 2020-12-01 | 1 | -9/+10 |
* | | | | Merge branch 'nm/imap-send-use-default-config' | Junio C Hamano | 2020-12-09 | 1 | -22/+30 |
|\ \ \ \ | |||||
| * | | | | imap-send: parse default git config | Nicolas Morey-Chaisemartin | 2020-12-01 | 1 | -22/+30 |
* | | | | | Merge branch 'jk/banned' | Junio C Hamano | 2020-12-09 | 1 | -0/+13 |
|\ \ \ \ \ | |||||
| * | | | | | banned.h: mark ctime_r() and asctime_r() as banned | Jeff King | 2020-12-02 | 1 | -0/+4 |
| * | | | | | banned.h: mark non-reentrant gmtime, etc as banned | Jeff King | 2020-12-01 | 1 | -0/+9 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'tb/bugreport-no-localtime' | Junio C Hamano | 2020-12-09 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/bugreport.c: use thread-safe localtime_r() | Taylor Blau | 2020-12-01 | 1 | -1/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'rs/maintenance-run-outside-repo' | Junio C Hamano | 2020-12-09 | 3 | -8/+9 |
|\ \ \ \ \ | |||||
| * | | | | | t7900: fix typo: "test_execpt_success" | Josh Steadmon | 2020-12-08 | 1 | -1/+1 |
| * | | | | | maintenance: fix SEGFAULT when no repository | Rafael Silva | 2020-11-30 | 3 | -8/+9 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'rs/fetch-pack-invalid-lockfile' | Junio C Hamano | 2020-12-09 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | fetch-pack: disregard invalid pack lockfiles | René Scharfe | 2020-11-30 | 1 | -2/+3 |
* | | | | | | Merge branch 'nk/perf-fsmonitor-cleanup' | Junio C Hamano | 2020-12-09 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | perf/fsmonitor: use test_must_be_empty helper | Nipunn Koorapati | 2020-11-30 | 1 | -2/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ma/grep-init-default' | Junio C Hamano | 2020-12-09 | 6 | -100/+36 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MyFirstObjectWalk: drop `init_walken_defaults()` | Martin Ågren | 2020-11-30 | 1 | -24/+0 |
| * | | | | | | grep: copy struct in one fell swoop | Martin Ågren | 2020-11-30 | 1 | -23/+10 |
| * | | | | | | grep: use designated initializers for `grep_defaults` | Martin Ågren | 2020-11-21 | 6 | -52/+26 |
| * | | | | | | grep: don't set up a "default" repo for grep | Martin Ågren | 2020-11-21 | 6 | -7/+6 |
* | | | | | | | Merge branch 'js/trace2-session-id' | Junio C Hamano | 2020-12-09 | 12 | -3/+198 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | receive-pack: log received client session ID | Josh Steadmon | 2020-11-12 | 2 | -6/+21 |
| * | | | | | | | send-pack: advertise session ID in capabilities | Josh Steadmon | 2020-11-12 | 1 | -0/+7 |
| * | | | | | | | upload-pack, serve: log received client session ID | Josh Steadmon | 2020-11-12 | 3 | -6/+24 |
| * | | | | | | | fetch-pack: advertise session ID in capabilities | Josh Steadmon | 2020-11-12 | 1 | -0/+9 |
| * | | | | | | | transport: log received server session ID | Josh Steadmon | 2020-11-12 | 2 | -0/+74 |
| * | | | | | | | serve: advertise session ID in v2 capabilities | Josh Steadmon | 2020-11-12 | 1 | -0/+14 |
| * | | | | | | | receive-pack: advertise session ID in v0 capabilities | Josh Steadmon | 2020-11-12 | 1 | -0/+8 |
| * | | | | | | | upload-pack: advertise session ID in v0 capabilities | Josh Steadmon | 2020-11-12 | 1 | -1/+14 |
| * | | | | | | | trace2: add a public function for getting the SID | Josh Steadmon | 2020-11-12 | 2 | -0/+7 |
| * | | | | | | | docs: new transfer.advertiseSID option | Josh Steadmon | 2020-11-12 | 1 | -0/+4 |
| * | | | | | | | docs: new capability to advertise session IDs | Josh Steadmon | 2020-11-12 | 2 | -2/+28 |
* | | | | | | | | Merge branch 'mt/do-not-use-scld-in-working-tree' | Junio C Hamano | 2020-12-09 | 5 | -6/+47 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | apply: don't use core.sharedRepository to create working tree files | Matheus Tavares | 2020-12-02 | 5 | -6/+47 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ds/maintenance-part-2' | Junio C Hamano | 2020-12-09 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t7900: speed up expensive test | Jeff King | 2020-12-02 | 1 | -2/+4 |