Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree: invoke post-checkout hook (unless --no-checkout)es/worktree-checkout-hook | Eric Sunshine | 2017-12-07 | 3 | -7/+47 |
* | RelNotes: the eighth batch | Junio C Hamano | 2017-12-06 | 1 | -13/+45 |
* | Sync with maint | Junio C Hamano | 2017-12-06 | 1 | -0/+47 |
|\ | |||||
| * | Prepare for 2.15.2maint-2.15 | Junio C Hamano | 2017-12-06 | 2 | -1/+48 |
| * | Merge branch 'jc/merge-base-fork-point-doc' into maint | Junio C Hamano | 2017-12-06 | 1 | -8/+56 |
| |\ | |||||
| * \ | Merge branch 'tz/redirect-fix' into maint | Junio C Hamano | 2017-12-06 | 2 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'tz/notes-error-to-stderr' into maint | Junio C Hamano | 2017-12-06 | 3 | -9/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'sb/test-cherry-pick-submodule-getting-in-a-way' into maint | Junio C Hamano | 2017-12-06 | 2 | -2/+39 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'pw/sequencer-recover-from-unlockable-index' into maint | Junio C Hamano | 2017-12-06 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs/apply-inaccurate-eof-with-incomplete-line' into maint | Junio C Hamano | 2017-12-06 | 2 | -0/+16 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'tz/complete-branch-copy' into maint | Junio C Hamano | 2017-12-06 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'ew/rebase-mboxrd' into maint | Junio C Hamano | 2017-12-06 | 2 | -0/+24 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'sd/branch-copy' into maint | Junio C Hamano | 2017-12-06 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'sw/pull-ipv46-passthru' into maint | Junio C Hamano | 2017-12-06 | 1 | -0/+12 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'bc/submitting-patches-in-asciidoc' into maint | Junio C Hamano | 2017-12-06 | 3 | -161/+192 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mh/avoid-rewriting-packed-refs' into maint | Junio C Hamano | 2017-12-06 | 4 | -1/+238 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jn/ssh-wrappers' | Junio C Hamano | 2017-12-06 | 4 | -152/+266 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | connect: correct style of C-style commentjn/ssh-wrappers | Jonathan Nieder | 2017-11-21 | 1 | -1/+2 |
| * | | | | | | | | | | | | | | ssh: 'simple' variant does not support --port | Jonathan Nieder | 2017-11-21 | 3 | -5/+22 |
| * | | | | | | | | | | | | | | ssh: 'simple' variant does not support -4/-6 | Jonathan Nieder | 2017-11-21 | 2 | -9/+28 |
| * | | | | | | | | | | | | | | ssh: 'auto' variant to select between 'ssh' and 'simple' | Jonathan Nieder | 2017-11-21 | 3 | -17/+62 |
| * | | | | | | | | | | | | | | connect: split ssh option computation to its own function | Jonathan Nieder | 2017-11-21 | 1 | -28/+37 |
| * | | | | | | | | | | | | | | connect: split ssh command line options into separate function | Jonathan Nieder | 2017-11-21 | 1 | -53/+60 |
| * | | | | | | | | | | | | | | connect: split git:// setup into a separate function | Jonathan Nieder | 2017-11-21 | 1 | -44/+59 |
| * | | | | | | | | | | | | | | connect: move no_fork fallback to git_tcp_connect | Jonathan Nieder | 2017-11-21 | 1 | -15/+21 |
| * | | | | | | | | | | | | | | ssh test: make copy_ssh_wrapper_as clean up after itself | Jonathan Nieder | 2017-11-21 | 1 | -16/+12 |
* | | | | | | | | | | | | | | | Merge branch 'bw/protocol-v1' | Junio C Hamano | 2017-12-06 | 19 | -149/+968 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Documentation: document Extra Parameters | Jonathan Tan | 2017-10-17 | 2 | -7/+44 |
| * | | | | | | | | | | | | | | ssh: introduce a 'simple' ssh variant | Brandon Williams | 2017-10-17 | 5 | -61/+111 |
| * | | | | | | | | | | | | | | i5700: add interop test for protocol transition | Brandon Williams | 2017-10-17 | 1 | -0/+68 |
| * | | | | | | | | | | | | | | http: tell server that the client understands v1 | Brandon Williams | 2017-10-17 | 4 | -0/+96 |
| * | | | | | | | | | | | | | | connect: tell server that the client understands v1 | Brandon Williams | 2017-10-17 | 2 | -5/+255 |
| * | | | | | | | | | | | | | | connect: teach client to recognize v1 server response | Brandon Williams | 2017-10-17 | 1 | -4/+26 |
| * | | | | | | | | | | | | | | upload-pack, receive-pack: introduce protocol version 1 | Brandon Williams | 2017-10-17 | 2 | -1/+36 |
| * | | | | | | | | | | | | | | daemon: recognize hidden request arguments | Brandon Williams | 2017-10-17 | 1 | -9/+62 |
| * | | | | | | | | | | | | | | protocol: introduce protocol extension mechanisms | Brandon Williams | 2017-10-17 | 6 | -0/+144 |
| * | | | | | | | | | | | | | | pkt-line: add packet_write function | Brandon Williams | 2017-10-17 | 2 | -0/+7 |
| * | | | | | | | | | | | | | | connect: in ref advertisement, shallows are last | Jonathan Tan | 2017-09-27 | 1 | -66/+123 |
* | | | | | | | | | | | | | | | Merge branch 'sp/doc-info-attributes' | Junio C Hamano | 2017-12-06 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | doc: Mention info/attributes in gitrepository-layoutsp/doc-info-attributes | Steffen Prohaska | 2017-11-24 | 1 | -0/+4 |
* | | | | | | | | | | | | | | | | Merge branch 'ph/stash-save-m-option-fix' | Junio C Hamano | 2017-12-06 | 2 | -0/+111 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | stash: learn to parse -m/--message like commit doesph/stash-save-m-option-fix | Phil Hord | 2017-11-24 | 2 | -0/+111 |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/fewer-pack-rescan' | Junio C Hamano | 2017-12-06 | 5 | -24/+87 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | sha1_file: fast-path null sha1 as a missing objectjk/fewer-pack-rescan | Jeff King | 2017-11-22 | 1 | -0/+3 |
| * | | | | | | | | | | | | | | | | | everything_local: use "quick" object existence check | Jeff King | 2017-11-21 | 1 | -1/+2 |
| * | | | | | | | | | | | | | | | | | p5551: add a script to test fetch pack-dir rescans | Jeff King | 2017-11-21 | 1 | -0/+55 |
| * | | | | | | | | | | | | | | | | | t/perf/lib-pack: use fast-import checkpoint to create packs | Jeff King | 2017-11-21 | 1 | -7/+3 |
| * | | | | | | | | | | | | | | | | | p5550: factor out nonsense-pack creation | Jeff King | 2017-11-21 | 2 | -23/+31 |
| |/ / / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'tg/deprecate-stash-save' | Junio C Hamano | 2017-12-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | doc: prefer 'stash push' over 'stash save'tg/deprecate-stash-save | Phil Hord | 2017-11-22 | 1 | -2/+2 |