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