summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | refs.c: remove the update_ref_lock functionRonnie Sahlberg2014-09-031-24/+6
| * | | | | | | refs.c: make lock_ref_sha1 staticRonnie Sahlberg2014-09-032-8/+5
| * | | | | | | walker.c: use ref transaction for ref updatesRonnie Sahlberg2014-09-031-30/+40
| * | | | | | | fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg2014-09-031-6/+23
| * | | | | | | receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg2014-09-031-9/+16
| * | | | | | | refs.c: change update_ref to use a transactionRonnie Sahlberg2014-09-031-4/+26
| * | | | | | | branch.c: use ref transaction for all ref updatesRonnie Sahlberg2014-09-031-14/+17
| * | | | | | | fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg2014-09-031-10/+15
| * | | | | | | sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg2014-09-031-8/+18
| * | | | | | | commit.c: use ref transactions for updatesRonnie Sahlberg2014-09-031-13/+12
| * | | | | | | replace.c: use the ref transaction functions for updatesRonnie Sahlberg2014-09-031-6/+8
| * | | | | | | tag.c: use ref transactions when doing updatesRonnie Sahlberg2014-09-031-6/+10
| * | | | | | | refs.c: add transaction.status and track OPEN/CLOSEDRonnie Sahlberg2014-09-031-1/+33
| * | | | | | | refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg2014-09-033-3/+6
| * | | | | | | refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg2014-09-033-11/+22
| * | | | | | | refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg2014-09-033-14/+56
* | | | | | | | Merge branch 'nd/mv-code-cleaning'Junio C Hamano2014-09-111-88/+86
|\ \ \ \ \ \ \ \
| * | | | | | | | mv: no SP between function name and the first opening parenthesend/mv-code-cleaningNguyễn Thái Ngọc Duy2014-09-031-2/+2
| * | | | | | | | mv: combine two if(s)Nguyễn Thái Ngọc Duy2014-09-031-4/+3
| * | | | | | | | mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy2014-09-031-28/+21
| * | | | | | | | mv: move index search code outNguyễn Thái Ngọc Duy2014-09-031-17/+25
| * | | | | | | | mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy2014-09-031-15/+7
| * | | | | | | | mv: split submodule move preparation code outNguyễn Thái Ngọc Duy2014-09-031-14/+22
| * | | | | | | | mv: flatten error handling code blockNguyễn Thái Ngọc Duy2014-08-111-18/+16
| * | | | | | | | mv: mark strings for translationsNguyễn Thái Ngọc Duy2014-08-111-1/+1
* | | | | | | | | Merge branch 'mm/discourage-commit-a-to-finish-conflict-resolution'Junio C Hamano2014-09-112-3/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge, pull: stop advising 'commit -a' in case of conflictmm/discourage-commit-a-to-finish-conflict-resolutionMatthieu Moy2014-08-282-3/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/make-simplify-dependencies'Junio C Hamano2014-09-111-192/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Makefile: drop CHECK_HEADER_DEPENDENCIES codejk/make-simplify-dependenciesJeff King2014-08-261-59/+0
| * | | | | | | | | Makefile: use `find` to determine static header dependenciesJeff King2014-08-251-132/+8
| * | | | | | | | | i18n: treat "make pot" as an explicitly-invoked targetJonathan Nieder2014-08-251-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'et/spell-poll-infinite-with-minus-one-only'Junio C Hamano2014-09-111-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | upload-pack: keep poll(2)'s timeout to -1et/spell-poll-infinite-with-minus-one-onlyEdward Thomson2014-08-221-1/+3
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'br/http-init-fix'Junio C Hamano2014-09-111-5/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | http: style fixes for curl_multi_init error checkbr/http-init-fixJeff King2014-08-211-4/+2
| * | | | | | | | | http.c: die if curl_*_init failsBernhard Reiter2014-08-181-1/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-1141-130/+87
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | run-command: inline prepare_run_command_v_opt()René Scharfe2014-08-201-16/+8
| * | | | | | | | | run-command: call run_command_v_opt_cd_env() instead of duplicating itRené Scharfe2014-08-201-3/+1
| * | | | | | | | | run-command: introduce child_process_init()René Scharfe2014-08-205-6/+20
| * | | | | | | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-2040-107/+60
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/contrib-subtree-make-all'Junio C Hamano2014-09-111-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | subtree: make "all" default target of Makefilejk/contrib-subtree-make-allJeff King2014-08-181-1/+4
* | | | | | | | | | Merge branch 'ta/config-set-2'Junio C Hamano2014-09-1115-313/+152
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`ta/config-set-2Tanay Abhra2014-08-131-7/+5
| * | | | | | | | | | merge-recursive.c: replace `git_config()` with `git_config_get_int()`Tanay Abhra2014-08-131-16/+6
| * | | | | | | | | | ll-merge.c: refactor `read_merge_config()` to use `git_config_string()`Tanay Abhra2014-08-131-17/+6
| * | | | | | | | | | fast-import.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-131-23/+21
| * | | | | | | | | | branch.c: replace `git_config()` with `git_config_get_string()Tanay Abhra2014-08-071-20/+7
| * | | | | | | | | | alias.c: replace `git_config()` with `git_config_get_string()`Tanay Abhra2014-08-071-19/+6