summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2014-12-10branch: allow -f with -m and -dMichael J Gruber
2014-11-11Merge branch 'rs/clean-menu-item-defn' into maintJunio C Hamano
2014-10-29Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maintJunio C Hamano
2014-10-19pack-objects: turn off bitmaps when we split packsJeff King
2014-10-07Merge branch 'jk/mbox-from-line' into maintJunio C Hamano
2014-09-30Merge branch 'jk/fsck-exit-code-fix' into maintJunio C Hamano
2014-09-30Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano
2014-09-30Merge branch 'jk/index-pack-threading-races' into maintJunio C Hamano
2014-09-30Merge branch 'jk/send-pack-many-refspecs' into maintJunio C Hamano
2014-09-22mailinfo: work around -Wstring-plus-int warningEric Sunshine
2014-09-19Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' into maintJunio C Hamano
2014-09-19Merge branch 'jc/apply-ws-prefix' into maintJunio C Hamano
2014-09-16mailinfo: make ">From" in-body header check more robustJeff King
2014-09-12fsck: return non-zero status on missing ref tipsJeff King
2014-09-11config: avoid a funny sentinel value "a^"Jeff King
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Jeff King
2014-08-29index-pack: fix race condition with duplicate basesJeff King
2014-08-26send-pack: take refspecs over stdinJeff King
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano
2014-08-18make config --add behave correctly for empty and NULL valuesTanay Abhra
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy
2014-08-18clean: use f(void) instead of f() to declare a pointer to a function without ...René Scharfe
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesJeff King
2014-08-07apply: omit ws check for excluded pathsJunio C Hamano
2014-08-07apply: hoist use_patch() helper for path exclusion upJunio C Hamano
2014-08-07apply: use the right attribute for paths in non-Git patchesJunio C Hamano
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano
2014-07-28diff-tree: avoid lookup_unknown_objectJeff King
2014-07-28move setting of object->type to alloc_* functionsJeff King
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-24apply: avoid possible bogus pointerJeff King
2014-07-24free ref string returned by dwim_refJeff King
2014-07-24receive-pack: don't copy "dir" parameterJeff King
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano
2014-07-23Merge branch 'mb/local-clone-after-applying-insteadof'Junio C Hamano
2014-07-23Merge branch 'jk/tag-sort'Junio C Hamano
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-22Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21replace: check mergetags when using --graftChristian Couder
2014-07-21replace: remove signature when using --graftChristian Couder
2014-07-21replace: add --graft optionChristian Couder
2014-07-21Merge branch 'rs/unify-is-branch'Junio C Hamano
2014-07-21Merge branch 'kb/hashmap-updates'Junio C Hamano
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe