Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | 22 | -98/+638 |
|\ | |||||
| * | push: teach --force-with-lease to smart-http transport | Junio C Hamano | 2013-08-02 | 4 | -5/+40 |
| * | send-pack: fix parsing of --force-with-lease option | Junio C Hamano | 2013-08-02 | 1 | -1/+1 |
| * | t5540/5541: smart-http does not support "--force-with-lease" | Junio C Hamano | 2013-08-01 | 1 | -0/+16 |
| * | t5533: test "push --force-with-lease" | Junio C Hamano | 2013-07-22 | 1 | -0/+189 |
| * | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 | 6 | -13/+54 |
| * | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 | 6 | -0/+87 |
| * | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 | 5 | -11/+168 |
| * | builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN | Junio C Hamano | 2013-07-08 | 1 | -3/+3 |
| * | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | 15 | -70/+87 |
* | | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 2013-09-09 | 5 | -1/+47 |
|\ \ | |||||
| * | | smart http: use the same connectivity check on cloningnd/clone-connectivity-shortcut | Nguyễn Thái Ngọc Duy | 2013-07-23 | 5 | -1/+47 |
* | | | Merge branch 'jc/diff-filter-negation' | Junio C Hamano | 2013-09-09 | 4 | -29/+118 |
|\ \ \ | |||||
| * | | | diff: deprecate -q option to diff-filesjc/diff-filter-negation | Junio C Hamano | 2013-07-19 | 4 | -7/+18 |
| * | | | diff: allow lowercase letter to specify what change class to exclude | Junio C Hamano | 2013-07-17 | 1 | -1/+28 |
| * | | | diff: reject unknown change class given to --diff-filter | Junio C Hamano | 2013-07-17 | 1 | -1/+1 |
| * | | | diff: preparse --diff-filter string argument | Junio C Hamano | 2013-07-17 | 2 | -8/+60 |
| * | | | diff: factor out match_filter() | Junio C Hamano | 2013-07-17 | 1 | -16/+13 |
| * | | | diff: pass the whole diff_options to diffcore_apply_filter() | Junio C Hamano | 2013-07-17 | 1 | -2/+4 |
* | | | | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 2013-09-09 | 5 | -3/+128 |
|\ \ \ \ | |||||
| * | | | | fetch: make --prune configurablems/fetch-prune-configuration | Michael Schubert | 2013-07-18 | 5 | -5/+130 |
* | | | | | remote-bzr: reuse bzrlib transports when possible | Richard Hansen | 2013-09-08 | 1 | -12/+21 |
* | | | | | Sync with maint | Junio C Hamano | 2013-09-05 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'nd/fetch-pack-shallow-fix' into maint | Junio C Hamano | 2013-09-05 | 2 | -1/+19 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'hv/config-from-blob' into maint | Junio C Hamano | 2013-09-05 | 1 | -16/+16 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'maint-1.8.3' into maint | Junio C Hamano | 2013-09-05 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'maint-1.8.2' into maint-1.8.3maint-1.8.3 | Junio C Hamano | 2013-09-05 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Documentation/git-merge.txt: fix formatting of example blockmaint-1.8.2 | Andreas Schwab | 2013-09-05 | 1 | -2/+2 |
* | | | | | | | | | | Update draft release notes after merging the first batch of topics | Junio C Hamano | 2013-09-04 | 1 | -0/+44 |
* | | | | | | | | | | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 2013-09-04 | 42 | -318/+279 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | revert: use the OPT_CMDMODE for parsing, reducing codesb/parseopt-boolean-removal | Stefan Beller | 2013-08-07 | 1 | -47/+15 |
| * | | | | | | | | | | checkout-index: fix negations of even numbers of -n | Stefan Beller | 2013-08-07 | 1 | -1/+1 |
| * | | | | | | | | | | config parsing options: allow one flag multiple times | Stefan Beller | 2013-08-07 | 1 | -3/+3 |
| * | | | | | | | | | | hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP | Stefan Beller | 2013-08-07 | 1 | -1/+1 |
| * | | | | | | | | | | branch, commit, name-rev: ease up boolean conditions | Stefan Beller | 2013-08-07 | 3 | -3/+4 |
| * | | | | | | | | | | checkout: remove superfluous local variable | Stefan Beller | 2013-08-05 | 1 | -7/+5 |
| * | | | | | | | | | | log, format-patch: parsing uses OPT__QUIET | Stefan Beller | 2013-08-05 | 2 | -3/+3 |
| * | | | | | | | | | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 39 | -227/+227 |
| * | | | | | | | | | | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 2013-08-05 | 7 | -25/+19 |
* | | | | | | | | | | | Merge branch 'jc/parseopt-command-modes' | Junio C Hamano | 2013-09-04 | 3 | -20/+68 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | tag: use OPT_CMDMODEjc/parseopt-command-modes | Junio C Hamano | 2013-07-30 | 1 | -15/+12 |
| * | | | | | | | | | | parse-options: add OPT_CMDMODE() | Junio C Hamano | 2013-07-30 | 2 | -5/+56 |
* | | | | | | | | | | | Merge branch 'jl/some-submodule-config-are-not-boolean' | Junio C Hamano | 2013-09-04 | 2 | -0/+16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | avoid segfault on submodule.*.path set to an empty "true"jl/some-submodule-config-are-not-boolean | Jharrod LaFon | 2013-08-19 | 2 | -0/+16 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'sg/bash-prompt-lf-in-cwd-test' | Junio C Hamano | 2013-09-04 | 1 | -0/+23 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | bash prompt: test the prompt with newline in repository pathsg/bash-prompt-lf-in-cwd-test | SZEDER Gábor | 2013-08-18 | 1 | -0/+23 |
* | | | | | | | | | | | | Merge branch 'sb/diff-delta-remove-needless-comparison' | Junio C Hamano | 2013-09-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | create_delta_index: simplify condition always evaluating to truesb/diff-delta-remove-needless-comparison | Stefan Beller | 2013-08-18 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'fc/unpack-trees-leakfix' | Junio C Hamano | 2013-09-04 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | unpack-trees: plug a memory leakfc/unpack-trees-leakfix | Felipe Contreras | 2013-08-13 | 1 | -1/+3 |