summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2014-09-29Merge branch 'jk/fsck-exit-code-fix' into maintJunio C Hamano-2/+4
2014-09-29Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano-1/+2
2014-09-29Merge branch 'jk/index-pack-threading-races' into maintJunio C Hamano-2/+31
2014-09-29Merge branch 'jk/send-pack-many-refspecs' into maintJunio C Hamano-0/+27
2014-09-19Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' into maintJunio C Hamano-4/+6
2014-09-19Merge branch 'jc/apply-ws-prefix' into maintJunio C Hamano-63/+68
2014-09-12fsck: return non-zero status on missing ref tipsJeff King-1/+2
2014-09-11config: avoid a funny sentinel value "a^"Jeff King-1/+2
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Jeff King-1/+2
2014-08-29index-pack: fix race condition with duplicate basesJeff King-2/+31
2014-08-26send-pack: take refspecs over stdinJeff King-0/+27
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano-0/+1
2014-08-18make config --add behave correctly for empty and NULL valuesTanay Abhra-1/+1
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy-0/+2
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy-4/+4
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesJeff King-0/+1
2014-08-07apply: omit ws check for excluded pathsJunio C Hamano-3/+6
2014-08-07apply: hoist use_patch() helper for path exclusion upJunio C Hamano-38/+43
2014-08-07apply: use the right attribute for paths in non-Git patchesJunio C Hamano-22/+19
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano-3/+5
2014-07-28diff-tree: avoid lookup_unknown_objectJeff King-3/+1
2014-07-28move setting of object->type to alloc_* functionsJeff King-1/+0
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano-1/+125
2014-07-24apply: avoid possible bogus pointerJeff King-1/+1
2014-07-24free ref string returned by dwim_refJeff King-0/+2
2014-07-24receive-pack: don't copy "dir" parameterJeff King-2/+2
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano-2/+1
2014-07-23Merge branch 'mb/local-clone-after-applying-insteadof'Junio C Hamano-12/+13
2014-07-23Merge branch 'jk/tag-sort'Junio C Hamano-18/+50
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano-19/+4
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano-4/+1
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano-1/+1
2014-07-22Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano-5/+5
2014-07-21Merge branch 'maint'Junio C Hamano-11/+4
2014-07-21replace: check mergetags when using --graftChristian Couder-0/+47
2014-07-21replace: remove signature when using --graftChristian Couder-0/+5
2014-07-21replace: add --graft optionChristian Couder-1/+73
2014-07-21Merge branch 'rs/unify-is-branch'Junio C Hamano-5/+0
2014-07-21Merge branch 'kb/hashmap-updates'Junio C Hamano-11/+2
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano-11/+14
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe-7/+2
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe-4/+2
2014-07-21replace memset with string-list initializersTanay Abhra-2/+1
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe-18/+3
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe-1/+1
2014-07-17use local cloning if insteadOf makes a local URLMichael Barabanov-12/+13
2014-07-17tag: support configuring --sort via .gitconfigJacob Keller-18/+50
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg-5/+0
2014-07-16Sync with 2.0.2Junio C Hamano-7/+5
2014-07-16Merge branch 'rs/code-cleaning'Junio C Hamano-7/+5