Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | refs.c: remove the update_ref_lock function | Ronnie Sahlberg | 2014-09-03 | 1 | -24/+6 | |
| * | | | | | | | refs.c: make lock_ref_sha1 static | Ronnie Sahlberg | 2014-09-03 | 2 | -8/+5 | |
| * | | | | | | | walker.c: use ref transaction for ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -30/+40 | |
| * | | | | | | | fast-import.c: use a ref transaction when dumping tags | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+23 | |
| * | | | | | | | receive-pack.c: use a reference transaction for updating the refs | Ronnie Sahlberg | 2014-09-03 | 1 | -9/+16 | |
| * | | | | | | | refs.c: change update_ref to use a transaction | Ronnie Sahlberg | 2014-09-03 | 1 | -4/+26 | |
| * | | | | | | | branch.c: use ref transaction for all ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -14/+17 | |
| * | | | | | | | fast-import.c: change update_branch to use ref transactions | Ronnie Sahlberg | 2014-09-03 | 1 | -10/+15 | |
| * | | | | | | | sequencer.c: use ref transactions for all ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -8/+18 | |
| * | | | | | | | commit.c: use ref transactions for updates | Ronnie Sahlberg | 2014-09-03 | 1 | -13/+12 | |
| * | | | | | | | replace.c: use the ref transaction functions for updates | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+8 | |
| * | | | | | | | tag.c: use ref transactions when doing updates | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+10 | |
| * | | | | | | | refs.c: add transaction.status and track OPEN/CLOSED | Ronnie Sahlberg | 2014-09-03 | 1 | -1/+33 | |
| * | | | | | | | refs.c: make ref_transaction_begin take an err argument | Ronnie Sahlberg | 2014-09-03 | 3 | -3/+6 | |
| * | | | | | | | refs.c: update ref_transaction_delete to check for error and return status | Ronnie Sahlberg | 2014-09-03 | 3 | -11/+22 | |
| * | | | | | | | refs.c: change ref_transaction_create to do error checking and return status | Ronnie Sahlberg | 2014-09-03 | 3 | -14/+56 | |
* | | | | | | | | Merge branch 'nd/mv-code-cleaning' | Junio C Hamano | 2014-09-11 | 1 | -88/+86 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mv: no SP between function name and the first opening parenthesend/mv-code-cleaning | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -2/+2 | |
| * | | | | | | | | mv: combine two if(s) | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -4/+3 | |
| * | | | | | | | | mv: unindent one level for directory move code | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -28/+21 | |
| * | | | | | | | | mv: move index search code out | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -17/+25 | |
| * | | | | | | | | mv: remove an "if" that's always true | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -15/+7 | |
| * | | | | | | | | mv: split submodule move preparation code out | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -14/+22 | |
| * | | | | | | | | mv: flatten error handling code block | Nguyễn Thái Ngọc Duy | 2014-08-11 | 1 | -18/+16 | |
| * | | | | | | | | mv: mark strings for translations | Nguyễn Thái Ngọc Duy | 2014-08-11 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'mm/discourage-commit-a-to-finish-conflict-resolution' | Junio C Hamano | 2014-09-11 | 2 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | merge, pull: stop advising 'commit -a' in case of conflictmm/discourage-commit-a-to-finish-conflict-resolution | Matthieu Moy | 2014-08-28 | 2 | -3/+2 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jk/make-simplify-dependencies' | Junio C Hamano | 2014-09-11 | 1 | -192/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Makefile: drop CHECK_HEADER_DEPENDENCIES codejk/make-simplify-dependencies | Jeff King | 2014-08-26 | 1 | -59/+0 | |
| * | | | | | | | | | Makefile: use `find` to determine static header dependencies | Jeff King | 2014-08-25 | 1 | -132/+8 | |
| * | | | | | | | | | i18n: treat "make pot" as an explicitly-invoked target | Jonathan Nieder | 2014-08-25 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'et/spell-poll-infinite-with-minus-one-only' | Junio C Hamano | 2014-09-11 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | upload-pack: keep poll(2)'s timeout to -1et/spell-poll-infinite-with-minus-one-only | Edward Thomson | 2014-08-22 | 1 | -1/+3 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'br/http-init-fix' | Junio C Hamano | 2014-09-11 | 1 | -5/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | http: style fixes for curl_multi_init error checkbr/http-init-fix | Jeff King | 2014-08-21 | 1 | -4/+2 | |
| * | | | | | | | | | http.c: die if curl_*_init fails | Bernhard Reiter | 2014-08-18 | 1 | -1/+5 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'rs/child-process-init' | Junio C Hamano | 2014-09-11 | 41 | -130/+87 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | run-command: inline prepare_run_command_v_opt() | René Scharfe | 2014-08-20 | 1 | -16/+8 | |
| * | | | | | | | | | run-command: call run_command_v_opt_cd_env() instead of duplicating it | René Scharfe | 2014-08-20 | 1 | -3/+1 | |
| * | | | | | | | | | run-command: introduce child_process_init() | René Scharfe | 2014-08-20 | 5 | -6/+20 | |
| * | | | | | | | | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 40 | -107/+60 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jk/contrib-subtree-make-all' | Junio C Hamano | 2014-09-11 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | subtree: make "all" default target of Makefilejk/contrib-subtree-make-all | Jeff King | 2014-08-18 | 1 | -1/+4 | |
* | | | | | | | | | | Merge branch 'ta/config-set-2' | Junio C Hamano | 2014-09-11 | 15 | -313/+152 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`ta/config-set-2 | Tanay Abhra | 2014-08-13 | 1 | -7/+5 | |
| * | | | | | | | | | | merge-recursive.c: replace `git_config()` with `git_config_get_int()` | Tanay Abhra | 2014-08-13 | 1 | -16/+6 | |
| * | | | | | | | | | | ll-merge.c: refactor `read_merge_config()` to use `git_config_string()` | Tanay Abhra | 2014-08-13 | 1 | -17/+6 | |
| * | | | | | | | | | | fast-import.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 2014-08-13 | 1 | -23/+21 | |
| * | | | | | | | | | | branch.c: replace `git_config()` with `git_config_get_string() | Tanay Abhra | 2014-08-07 | 1 | -20/+7 | |
| * | | | | | | | | | | alias.c: replace `git_config()` with `git_config_get_string()` | Tanay Abhra | 2014-08-07 | 1 | -19/+6 |