Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/clean-menu-item-defn' into maint | Junio C Hamano | 2014-11-11 | 1 | -1/+1 |
|\ | |||||
| * | clean: use f(void) instead of f() to declare a pointer to a function without ...rs/clean-menu-item-defn | René Scharfe | 2014-08-18 | 1 | -1/+1 |
* | | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maint | Junio C Hamano | 2014-10-29 | 1 | -0/+1 |
|\ \ | |||||
| * | | pack-objects: turn off bitmaps when we split packsjk/pack-objects-no-bitmap-when-splitting | Jeff King | 2014-10-19 | 1 | -0/+1 |
* | | | Merge branch 'jk/mbox-from-line' into maint | Junio C Hamano | 2014-10-07 | 1 | -1/+17 |
|\ \ \ | |||||
| * | | | mailinfo: work around -Wstring-plus-int warningjk/mbox-from-line | Eric Sunshine | 2014-09-22 | 1 | -1/+2 |
| * | | | mailinfo: make ">From" in-body header check more robust | Jeff King | 2014-09-16 | 1 | -1/+16 |
* | | | | Merge branch 'jk/fsck-exit-code-fix' into maint | Junio C Hamano | 2014-09-29 | 1 | -2/+4 |
|\ \ \ \ | |||||
| * | | | | fsck: return non-zero status on missing ref tipsjk/fsck-exit-code-fix | Jeff King | 2014-09-12 | 1 | -1/+2 |
| * | | | | fsck: exit with non-zero status upon error from fsck_obj() | Jeff King | 2014-09-10 | 1 | -1/+2 |
* | | | | | Merge branch 'ta/config-add-to-empty-or-true-fix' into maint | Junio C Hamano | 2014-09-29 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | config: avoid a funny sentinel value "a^"ta/config-add-to-empty-or-true-fix | Jeff King | 2014-09-11 | 1 | -1/+2 |
| * | | | | | make config --add behave correctly for empty and NULL values | Tanay Abhra | 2014-08-18 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
| * | | | | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id-maint | Jeff King | 2014-07-28 | 1 | -3/+1 |
| * | | | | move setting of object->type to alloc_* functions | Jeff King | 2014-07-28 | 1 | -1/+0 |
| * | | | | Merge branch 'bg/xcalloc-nmemb-then-size' into maint | Junio C Hamano | 2014-07-22 | 2 | -5/+5 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jk/index-pack-threading-races' into maint | Junio C Hamano | 2014-09-29 | 1 | -2/+31 |
|\ \ \ \ \ \ | |||||
| * | | | | | | index-pack: fix race condition with duplicate basesjk/index-pack-threading-races | Jeff King | 2014-08-29 | 1 | -2/+31 |
* | | | | | | | Merge branch 'jk/send-pack-many-refspecs' into maint | Junio C Hamano | 2014-09-29 | 1 | -0/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | send-pack: take refspecs over stdinjk/send-pack-many-refspecs | Jeff King | 2014-08-26 | 1 | -0/+27 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' into maint | Junio C Hamano | 2014-09-19 | 1 | -4/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-process | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -0/+2 |
| * | | | | | | | fetch: convert argv_gc_auto to struct argv_array | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -4/+4 |
* | | | | | | | | Merge branch 'jc/apply-ws-prefix' into maint | Junio C Hamano | 2014-09-19 | 1 | -63/+68 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | apply: omit ws check for excluded pathsjc/apply-ws-prefix | Junio C Hamano | 2014-08-07 | 1 | -3/+6 |
| * | | | | | | | apply: hoist use_patch() helper for path exclusion up | Junio C Hamano | 2014-08-07 | 1 | -38/+43 |
| * | | | | | | | apply: use the right attribute for paths in non-Git patches | Junio C Hamano | 2014-08-07 | 1 | -22/+19 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/pack-shallow-always-without-bitmap' | Junio C Hamano | 2014-08-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | pack-objects: turn off bitmaps when we see --shallow linesjk/pack-shallow-always-without-bitmap | Jeff King | 2014-08-12 | 1 | -0/+1 |
* | | | | | | | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 2014-07-28 | 4 | -3/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | apply: avoid possible bogus pointerjk/misc-fixes-maint | Jeff King | 2014-07-24 | 1 | -1/+1 |
| * | | | | | | | free ref string returned by dwim_ref | Jeff King | 2014-07-24 | 2 | -0/+2 |
| * | | | | | | | receive-pack: don't copy "dir" parameter | Jeff King | 2014-07-24 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'cc/replace-graft' | Junio C Hamano | 2014-07-27 | 1 | -1/+125 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | replace: check mergetags when using --graft | Christian Couder | 2014-07-21 | 1 | -0/+47 |
| * | | | | | | | | replace: remove signature when using --graft | Christian Couder | 2014-07-21 | 1 | -0/+5 |
| * | | | | | | | | replace: add --graft option | Christian Couder | 2014-07-21 | 1 | -1/+73 |
* | | | | | | | | | Merge branch 'ta/string-list-init' | Junio C Hamano | 2014-07-23 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | replace memset with string-list initializersta/string-list-init | Tanay Abhra | 2014-07-21 | 1 | -2/+1 |
* | | | | | | | | | | Merge branch 'mb/local-clone-after-applying-insteadof' | Junio C Hamano | 2014-07-23 | 1 | -12/+13 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | use local cloning if insteadOf makes a local URLmb/local-clone-after-applying-insteadof | Michael Barabanov | 2014-07-17 | 1 | -12/+13 |
* | | | | | | | | | | | Merge branch 'jk/tag-sort' | Junio C Hamano | 2014-07-23 | 1 | -18/+50 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | tag: support configuring --sort via .gitconfigjk/tag-sort | Jacob Keller | 2014-07-17 | 1 | -18/+50 |
* | | | | | | | | | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-22 | 3 | -19/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | use commit_list_count() to count the members of commit_lists | René Scharfe | 2014-07-17 | 2 | -18/+3 |
| * | | | | | | | | | | | | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 2014-07-17 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 2014-07-22 | 2 | -4/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id | Jeff King | 2014-07-13 | 1 | -3/+1 |
| * | | | | | | | | | | | | | move setting of object->type to alloc_* functions | Jeff King | 2014-07-13 | 1 | -1/+0 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |