Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
* | | | | | | | | | Merge branch 'rs/clean-menu-item-defn' | Junio C Hamano | 2014-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | clean: use f(void) instead of f() to declare a pointer to a function without ...rs/clean-menu-item-defn | René Scharfe | 2014-08-18 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'sb/mailsplit-dead-code-removal' | Junio C Hamano | 2014-09-09 | 1 | -11/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mailsplit.c: remove dead codesb/mailsplit-dead-code-removal | Stefan Beller | 2014-08-13 | 1 | -11/+6 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'sb/prepare-revision-walk-error-check' | Junio C Hamano | 2014-09-09 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | prepare_revision_walk(): check for return value in all placessb/prepare-revision-walk-error-check | Stefan Beller | 2014-08-12 | 2 | -2/+5 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'sb/blame-msg-i18n' | Junio C Hamano | 2014-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | builtin/blame.c: add translation to warning about failed revision walksb/blame-msg-i18n | Stefan Beller | 2014-08-12 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'sb/plug-leaks' | Junio C Hamano | 2014-09-09 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | clone.c: don't leak memory in cmd_clonesb/plug-leaks | Stefan Beller | 2014-08-10 | 1 | -0/+2 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'mm/log-branch-desc-plug-leak' | Junio C Hamano | 2014-09-09 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | builtin/log.c: fix minor memory leakmm/log-branch-desc-plug-leak | Matthieu Moy | 2014-08-07 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'jc/apply-ws-prefix' | Junio C Hamano | 2014-09-09 | 1 | -63/+68 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | apply: omit ws check for excluded pathsjc/apply-ws-prefix | Junio C Hamano | 2014-08-07 | 1 | -3/+6 | |
| * | | | | | | | | | | apply: hoist use_patch() helper for path exclusion up | Junio C Hamano | 2014-08-07 | 1 | -38/+43 | |
| * | | | | | | | | | | apply: use the right attribute for paths in non-Git patches | Junio C Hamano | 2014-08-07 | 1 | -22/+19 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 2 | -16/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | use xgetcwd() to set $GIT_DIR | René Scharfe | 2014-08-26 | 1 | -4/+3 | |
| * | | | | | | | | | | use xgetcwd() to get the current directory or die | René Scharfe | 2014-08-26 | 2 | -12/+11 | |
* | | | | | | | | | | | Merge branch 'rs/init-no-duplicate-real-path' | Junio C Hamano | 2014-09-02 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | init: avoid superfluous real_path() callsrs/init-no-duplicate-real-path | René Scharfe | 2014-07-28 | 1 | -4/+4 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id-maint | Jeff King | 2014-07-28 | 1 | -3/+1 |