| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'as/calloc-takes-nmemb-then-size' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ |
|
| * | calloc() and xcalloc() takes nmemb and then sizeas/calloc-takes-nmemb-then-size | Arjun Sreedharan | 2014-09-03 | 1 | -1/+1 |
* | | Merge branch 'rs/merge-tree-simplify' | Junio C Hamano | 2014-09-19 | 1 | -12/+6 |
|\ \ |
|
| * | | merge-tree: remove unused df_conflict argumentsrs/merge-tree-simplify | René Scharfe | 2014-09-02 | 1 | -12/+6 |
| |/ |
|
* | | Merge branch 'da/styles' | Junio C Hamano | 2014-09-19 | 1 | -3/+4 |
|\ \ |
|
| * | | stylefix: asterisks stick to the variable, not the typeda/styles | David Aguilar | 2014-09-02 | 1 | -3/+4 |
| |/ |
|
* | | Merge branch 'ah/grammofix' | Junio C Hamano | 2014-09-19 | 5 | -6/+6 |
|\ \ |
|
| * | | grammofix in user-facing messagesah/grammofix | Alex Henrie | 2014-09-02 | 5 | -6/+6 |
| |/ |
|
* | | Merge branch 'jk/index-pack-threading-races' | Junio C Hamano | 2014-09-19 | 1 | -2/+31 |
|\ \ |
|
| * | | index-pack: fix race condition with duplicate basesjk/index-pack-threading-races | Jeff King | 2014-08-29 | 1 | -2/+31 |
* | | | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 2014-09-19 | 1 | -41/+48 |
|\ \ \ |
|
| * | | | determine_author_info(): copy getenv outputjk/commit-author-parsing | Jeff King | 2014-08-29 | 1 | -13/+27 |
| * | | | determine_author_info(): reuse parsing functions | Jeff King | 2014-08-29 | 1 | -28/+21 |
| * | | | date: use strbufs in date-formatting functions | Jeff King | 2014-08-27 | 1 | -10/+10 |
* | | | | Merge branch 'bb/date-iso-strict' | Junio C Hamano | 2014-09-19 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strict | Beat Bolli | 2014-08-29 | 1 | -0/+3 |
| |/ / / |
|
* | | | | Merge branch 'jk/fast-export-anonymize' | Junio C Hamano | 2014-09-19 | 1 | -11/+289 |
|\ \ \ \ |
|
| * | | | | teach fast-export an --anonymize option | Jeff King | 2014-08-27 | 1 | -11/+289 |
| |/ / / |
|
* | | | | Merge branch 'jk/send-pack-many-refspecs' | Junio C Hamano | 2014-09-19 | 1 | -0/+27 |
|\ \ \ \ |
|
| * | | | | send-pack: take refspecs over stdinjk/send-pack-many-refspecs | Jeff King | 2014-08-26 | 1 | -0/+27 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' | Junio C Hamano | 2014-09-11 | 1 | -4/+6 |
|\ \ \ \ |
|
| * | | | | fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-process | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -0/+2 |
| * | | | | fetch: convert argv_gc_auto to struct argv_array | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -4/+4 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 2014-09-11 | 2 | -1/+19 |
|\ \ \ \ |
|
| * | | | | cache-tree: Write updated cache-tree after commit | David Turner | 2014-07-14 | 1 | -1/+17 |
| * | | | | cache-tree: create/update cache-tree on checkout | David Turner | 2014-07-07 | 1 | -0/+8 |
* | | | | | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 2014-09-11 | 5 | -51/+81 |
|\ \ \ \ \ |
|
| * | | | | | update-ref --stdin: pass transaction around explicitlyrs/ref-transaction-1 | Jonathan Nieder | 2014-09-03 | 1 | -12/+15 |
| * | | | | | update-ref --stdin: narrow scope of err strbuf | Jonathan Nieder | 2014-09-03 | 1 | -1/+10 |
| * | | | | | receive-pack.c: use a reference transaction for updating the refs | Ronnie Sahlberg | 2014-09-03 | 1 | -9/+16 |
| * | | | | | 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: make ref_transaction_begin take an err argument | Ronnie Sahlberg | 2014-09-03 | 1 | -1/+4 |
| * | | | | | refs.c: update ref_transaction_delete to check for error and return status | Ronnie Sahlberg | 2014-09-03 | 1 | -2/+3 |
| * | | | | | refs.c: change ref_transaction_create to do error checking and return status | Ronnie Sahlberg | 2014-09-03 | 1 | -1/+3 |
* | | | | | | 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 'rs/child-process-init' | Junio C Hamano | 2014-09-11 | 10 | -26/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 10 | -26/+14 |
| |/ / / / / |
|
* | | | | | | Merge branch 'ta/config-set-2' | Junio C Hamano | 2014-09-11 | 2 | -38/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`ta/config-set-2 | Tanay Abhra | 2014-08-13 | 1 | -7/+5 |
| * | | | | | | builtin/gc.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 2014-08-07 | 1 | -31/+20 |