summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' into maintJunio C Hamano1-4/+6
2014-09-19Merge branch 'jc/apply-ws-prefix' into maintJunio C Hamano1-63/+68
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano1-0/+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-12pack-objects: turn off bitmaps when we see --shallow linesJeff King1-0/+1
2014-08-07apply: omit ws check for excluded pathsJunio C Hamano1-3/+6
2014-08-07apply: hoist use_patch() helper for path exclusion upJunio C Hamano1-38/+43
2014-08-07apply: use the right attribute for paths in non-Git patchesJunio C Hamano1-22/+19
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano4-3/+5
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano1-1/+125
2014-07-24apply: avoid possible bogus pointerJeff King1-1/+1
2014-07-24free ref string returned by dwim_refJeff King2-0/+2
2014-07-24receive-pack: don't copy "dir" parameterJeff King1-2/+2
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano1-2/+1
2014-07-23Merge branch 'mb/local-clone-after-applying-insteadof'Junio C Hamano1-12/+13
2014-07-23Merge branch 'jk/tag-sort'Junio C Hamano1-18/+50
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano3-19/+4
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano2-4/+1
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano1-1/+1
2014-07-21Merge branch 'maint'Junio C Hamano4-11/+4
2014-07-21replace: check mergetags when using --graftChristian Couder1-0/+47
2014-07-21replace: remove signature when using --graftChristian Couder1-0/+5
2014-07-21replace: add --graft optionChristian Couder1-1/+73
2014-07-21Merge branch 'rs/unify-is-branch'Junio C Hamano1-5/+0
2014-07-21Merge branch 'kb/hashmap-updates'Junio C Hamano1-11/+2
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano2-11/+14
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2-7/+2
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe2-4/+2
2014-07-21replace memset with string-list initializersTanay Abhra1-2/+1
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe2-18/+3
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe1-1/+1
2014-07-17use local cloning if insteadOf makes a local URLMichael Barabanov1-12/+13
2014-07-17tag: support configuring --sort via .gitconfigJacob Keller1-18/+50
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg1-5/+0
2014-07-16Sync with 2.0.2Junio C Hamano1-7/+5
2014-07-16Merge branch 'rs/code-cleaning'Junio C Hamano2-7/+5
2014-07-16Merge branch 'jk/skip-prefix'Junio C Hamano1-9/+5
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano4-28/+26
2014-07-16Merge branch 'jk/replace-edit-raw'Junio C Hamano1-10/+21
2014-07-16Merge branch 'cc/replace-edit'Junio C Hamano1-8/+8
2014-07-16Merge branch 'nd/split-index'Junio C Hamano14-77/+98
2014-07-16Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maintJunio C Hamano1-1/+1
2014-07-16Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano11-29/+47
2014-07-16Merge branch 'maint-1.9' into maintJunio C Hamano1-7/+5
2014-07-16Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2-8/+6
2014-07-16annotate: use argv_arrayRené Scharfe1-7/+5
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg1-5/+7
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg1-2/+1
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg1-5/+5