summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ref_transaction_commit(): work with transaction->updates in placemh/ref-transactionMichael Haggerty2014-04-071-4/+1
* struct ref_update: add a type fieldMichael Haggerty2014-04-071-5/+3
* struct ref_update: add a lock fieldMichael Haggerty2014-04-071-17/+19
* ref_transaction_commit(): simplify code using temporary variablesMichael Haggerty2014-04-071-8/+13
* struct ref_update: store refname as a FLEX_ARRAYMichael Haggerty2014-04-071-9/+6
* struct ref_update: rename field "ref_name" to "refname"Michael Haggerty2014-04-072-10/+10
* refs: remove API function update_refs()Michael Haggerty2014-04-072-33/+20
* update-ref --stdin: reimplement using reference transactionsMichael Haggerty2014-04-071-67/+75
* refs: add a concept of a reference transactionMichael Haggerty2014-04-072-0/+164
* update-ref --stdin: harmonize error messagesMichael Haggerty2014-04-072-28/+28
* update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty2014-04-072-8/+8
* t1400: test one mistake at a timeMichael Haggerty2014-04-071-1/+7
* update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty2014-04-073-8/+17
* update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty2014-04-072-63/+99
* t1400: test that stdin -z update treats empty <newvalue> as zerosMichael Haggerty2014-04-071-0/+7
* update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty2014-04-072-6/+6
* update-ref --stdin: make error messages more consistentMichael Haggerty2014-04-072-11/+11
* update-ref --stdin: improve error messages for invalid valuesMichael Haggerty2014-04-072-15/+17
* update-ref.c: extract a new function, parse_refname()Michael Haggerty2014-04-071-49/+41
* parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twiceMichael Haggerty2014-04-071-1/+1
* update-ref --stdin: read the whole input at onceMichael Haggerty2014-04-071-62/+108
* update_refs(): fix constnessMichael Haggerty2014-04-073-3/+3
* refs.h: rename the action_on_err constantsMichael Haggerty2014-04-0711-29/+40
* t1400: add some more tests involving quoted argumentsMichael Haggerty2014-04-071-1/+25
* parse_arg(): really test that argument is properly terminatedMichael Haggerty2014-04-072-7/+17
* t1400: provide more usual input to the commandMichael Haggerty2014-04-071-1/+1
* t1400: fix name and expected result of one testMichael Haggerty2014-04-071-2/+2
* Update draft release notes to 2.0Junio C Hamano2014-03-311-0/+13
* Merge branch 'mm/status-porcelain-format-i18n-fix'Junio C Hamano2014-03-312-5/+9
|\
| * status: disable translation when --porcelain is usedmm/status-porcelain-format-i18n-fixMatthieu Moy2014-03-262-5/+9
* | Merge branch 'an/branch-config-message'Junio C Hamano2014-03-311-23/+23
|\ \
| * | branch.c: install_branch_config: simplify if chainan/branch-config-messageAdam2014-03-241-23/+23
* | | Merge branch 'jk/tests-cleanup'Junio C Hamano2014-03-3110-180/+87
|\ \ \
| * | | t0001: drop subshells just for "cd"jk/tests-cleanupJeff King2014-03-211-47/+9
| * | | t0001: drop useless subshellsJeff King2014-03-211-39/+22
| * | | t0001: use test_must_failJeff King2014-03-211-27/+11
| * | | t0001: use test_config_globalJeff King2014-03-211-7/+4
| * | | t0001: use test_path_is_*Jeff King2014-03-211-18/+18
| * | | t0001: make symlink reinit test more carefulJeff King2014-03-211-2/+2
| * | | t: prefer "git config --file" to GIT_CONFIGJeff King2014-03-215-18/+17
| * | | t: prefer "git config --file" to GIT_CONFIG with test_must_failJeff King2014-03-211-4/+4
| * | | t: stop using GIT_CONFIG to cross repo boundariesJeff King2014-03-212-5/+5
| * | | t: drop useless sane_unset GIT_* callsJeff King2014-03-213-17/+0
| * | | t/test-lib: drop redundant unset of GIT_CONFIGJeff King2014-03-211-1/+0
| * | | t/Makefile: stop setting GIT_CONFIGJeff King2014-03-211-2/+2
* | | | Merge branch 'wt/doc-submodule-name-path-confusion-2'Junio C Hamano2014-03-311-1/+1
|\ \ \ \
| * | | | doc: submodule.*.branch config is keyed by namewt/doc-submodule-name-path-confusion-2W. Trevor King2014-03-271-1/+1
* | | | | Merge branch 'wt/doc-submodule-name-path-confusion-1'Junio C Hamano2014-03-311-1/+1
|\ \ \ \ \
| * | | | | doc: submodule.* config are keyed by submodule nameswt/doc-submodule-name-path-confusion-1W. Trevor King2014-03-271-1/+1
* | | | | | Merge branch 'mr/msvc-link-with-lcurl'Junio C Hamano2014-03-312-1/+2
|\ \ \ \ \ \