summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* trailer: add interpret-trailers commandChristian Couder2014-10-131-0/+44
* Merge branch 'nd/fetch-pass-quiet-to-gc-child-process'Junio C Hamano2014-09-111-4/+6
|\
| * fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-processNguyễn Thái Ngọc Duy2014-08-181-0/+2
| * fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy2014-08-181-4/+4
* | Merge branch 'dt/cache-tree-repair'Junio C Hamano2014-09-112-1/+19
|\ \
| * | cache-tree: Write updated cache-tree after commitDavid Turner2014-07-141-1/+17
| * | cache-tree: create/update cache-tree on checkoutDavid Turner2014-07-071-0/+8
* | | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-115-51/+81
|\ \ \
| * | | update-ref --stdin: pass transaction around explicitlyrs/ref-transaction-1Jonathan Nieder2014-09-031-12/+15
| * | | update-ref --stdin: narrow scope of err strbufJonathan Nieder2014-09-031-1/+10
| * | | receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg2014-09-031-9/+16
| * | | 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: make ref_transaction_begin take an err argumentRonnie Sahlberg2014-09-031-1/+4
| * | | refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg2014-09-031-2/+3
| * | | refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg2014-09-031-1/+3
* | | | 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 'rs/child-process-init'Junio C Hamano2014-09-1110-26/+14
|\ \ \ \
| * | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-2010-26/+14
| |/ / /
* | | | Merge branch 'ta/config-set-2'Junio C Hamano2014-09-112-38/+25
|\ \ \ \
| * | | | builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`ta/config-set-2Tanay Abhra2014-08-131-7/+5
| * | | | builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-31/+20
* | | | | Merge branch 'rs/clean-menu-item-defn'Junio C Hamano2014-09-091-1/+1
|\ \ \ \ \
| * | | | | clean: use f(void) instead of f() to declare a pointer to a function without ...rs/clean-menu-item-defnRené Scharfe2014-08-181-1/+1
* | | | | | Merge branch 'sb/mailsplit-dead-code-removal'Junio C Hamano2014-09-091-11/+6
|\ \ \ \ \ \
| * | | | | | mailsplit.c: remove dead codesb/mailsplit-dead-code-removalStefan Beller2014-08-131-11/+6
* | | | | | | Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano2014-09-092-2/+5
|\ \ \ \ \ \ \
| * | | | | | | prepare_revision_walk(): check for return value in all placessb/prepare-revision-walk-error-checkStefan Beller2014-08-122-2/+5
* | | | | | | | Merge branch 'sb/blame-msg-i18n'Junio C Hamano2014-09-091-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin/blame.c: add translation to warning about failed revision walksb/blame-msg-i18nStefan Beller2014-08-121-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sb/plug-leaks'Junio C Hamano2014-09-091-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | clone.c: don't leak memory in cmd_clonesb/plug-leaksStefan Beller2014-08-101-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mm/log-branch-desc-plug-leak'Junio C Hamano2014-09-091-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin/log.c: fix minor memory leakmm/log-branch-desc-plug-leakMatthieu Moy2014-08-071-0/+1
* | | | | | | | | Merge branch 'jc/apply-ws-prefix'Junio C Hamano2014-09-091-63/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | apply: omit ws check for excluded pathsjc/apply-ws-prefixJunio C Hamano2014-08-071-3/+6
| * | | | | | | | | apply: hoist use_patch() helper for path exclusion upJunio C Hamano2014-08-071-38/+43
| * | | | | | | | | apply: use the right attribute for paths in non-Git patchesJunio C Hamano2014-08-071-22/+19
| |/ / / / / / / /
* | | | | | | | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-022-16/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use xgetcwd() to set $GIT_DIRRené Scharfe2014-08-261-4/+3
| * | | | | | | | | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-262-12/+11