summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-09-09Merge branch 'sb/mailsplit-dead-code-removal'Junio C Hamano1-11/+6
2014-09-09Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano2-2/+5
2014-09-09Merge branch 'sb/blame-msg-i18n'Junio C Hamano1-1/+1
2014-09-09Merge branch 'sb/plug-leaks'Junio C Hamano1-0/+2
2014-09-09Merge branch 'mm/log-branch-desc-plug-leak'Junio C Hamano1-0/+1
2014-09-09Merge branch 'jc/apply-ws-prefix'Junio C Hamano1-63/+68
2014-09-03mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy1-2/+2
2014-09-03mv: combine two if(s)Nguyễn Thái Ngọc Duy1-4/+3
2014-09-03mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy1-28/+21
2014-09-03mv: move index search code outNguyễn Thái Ngọc Duy1-17/+25
2014-09-03mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy1-15/+7
2014-09-03mv: split submodule move preparation code outNguyễn Thái Ngọc Duy1-14/+22
2014-09-03calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan1-1/+1
2014-09-03update-ref --stdin: pass transaction around explicitlyJonathan Nieder1-12/+15
2014-09-03update-ref --stdin: narrow scope of err strbufJonathan Nieder1-1/+10
2014-09-03receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg1-9/+16
2014-09-03commit.c: use ref transactions for updatesRonnie Sahlberg1-13/+12
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg1-6/+8
2014-09-03tag.c: use ref transactions when doing updatesRonnie Sahlberg1-6/+10
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg1-1/+4
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg1-2/+3
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg1-1/+3
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano2-16/+14
2014-09-02Merge branch 'rs/init-no-duplicate-real-path'Junio C Hamano1-4/+4
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano2-5/+61
2014-09-02grammofix in user-facing messagesAlex Henrie5-6/+6
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar1-3/+4
2014-09-02merge-tree: remove unused df_conflict argumentsRené Scharfe1-12/+6
2014-08-29index-pack: fix race condition with duplicate basesJeff King1-2/+31
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli1-0/+3
2014-08-29determine_author_info(): copy getenv outputJeff King1-13/+27
2014-08-29determine_author_info(): reuse parsing functionsJeff King1-27/+20
2014-08-27teach fast-export an --anonymize optionJeff King1-11/+289
2014-08-27date: use strbufs in date-formatting functionsJeff King1-10/+10
2014-08-26send-pack: take refspecs over stdinJeff King1-0/+27
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano1-0/+1
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe1-4/+3
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe2-12/+11
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe10-26/+14
2014-08-18make config --add behave correctly for empty and NULL valuesTanay Abhra1-1/+1
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy1-0/+2
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy1-4/+4
2014-08-18clean: use f(void) instead of f() to declare a pointer to a function without ...René Scharfe1-1/+1
2014-08-13builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`Tanay Abhra1-7/+5
2014-08-13mailsplit.c: remove dead codeStefan Beller1-11/+6
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesJeff King1-0/+1
2014-08-12builtin/blame.c: add translation to warning about failed revision walkStefan Beller1-1/+1
2014-08-12prepare_revision_walk(): check for return value in all placesStefan Beller2-2/+5
2014-08-11mv: flatten error handling code blockNguyễn Thái Ngọc Duy1-18/+16
2014-08-11mv: mark strings for translationsNguyễn Thái Ngọc Duy1-1/+1