Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 2014-03-18 | 2 | -10/+4 |
|\ | |||||
| * | builtin/mktree.c: use ALLOC_GROW() in append_to_tree() | Dmitry S. Dolzhenko | 2014-03-03 | 1 | -4/+1 |
| * | builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path() | Dmitry S. Dolzhenko | 2014-03-03 | 1 | -6/+3 |
* | | Merge branch 'jk/clean-d-pathspec' | Junio C Hamano | 2014-03-18 | 1 | -11/+9 |
|\ \ | |||||
| * | | clean: simplify dir/not-dir logicjk/clean-d-pathspec | Jeff King | 2014-03-11 | 1 | -9/+6 |
| * | | clean: respect pathspecs with "-d" | Jeff King | 2014-03-11 | 1 | -2/+3 |
* | | | Merge branch 'sh/write-pack-file-warning-message-fix' | Junio C Hamano | 2014-03-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | write_pack_file: use correct variable in diagnosticsh/write-pack-file-warning-message-fix | Sun He | 2014-03-03 | 1 | -1/+1 |
* | | | | Merge branch 'mh/replace-refs-variable-rename' | Junio C Hamano | 2014-03-14 | 6 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | rename read_replace_refs to check_replace_refs | Michael Haggerty | 2014-02-20 | 6 | -6/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'nd/i18n-progress' | Junio C Hamano | 2014-03-14 | 5 | -9/+9 |
|\ \ \ \ | |||||
| * | | | | i18n: mark all progress lines for translationnd/i18n-progress | Nguyễn Thái Ngọc Duy | 2014-02-24 | 5 | -9/+9 |
| |/ / / | |||||
* | | | | Merge branch 'jh/note-trees-record-blobs' | Junio C Hamano | 2014-03-14 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | notes: disallow reusing non-blob as a note objectjh/note-trees-record-blobs | Johan Herland | 2014-02-20 | 1 | -1/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2014-03-14 | 10 | -10/+10 |
|\ \ \ \ | |||||
| * | | | | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 2014-02-20 | 10 | -10/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/reset-setup-worktree' | Junio C Hamano | 2014-03-14 | 1 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | reset: optionally setup worktree and refresh index on --mixednd/reset-setup-worktree | Nguyễn Thái Ngọc Duy | 2014-02-18 | 1 | -3/+4 |
| | |_|/ | |/| | | |||||
| * | | | Merge branch 'bm/merge-base-octopus-dedup' into maint | Junio C Hamano | 2014-02-13 | 1 | -6/+25 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'sb/repack-in-c' into maint | Junio C Hamano | 2014-02-13 | 1 | -12/+12 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'js/lift-parent-count-limit' into maint | Junio C Hamano | 2014-02-05 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'nd/add-empty-fix' into maint | Junio C Hamano | 2014-02-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jl/commit-v-strip-marker' into maint | Junio C Hamano | 2014-02-05 | 1 | -6/+3 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'tb/clone-ssh-with-colon-for-port' into maint | Junio C Hamano | 2014-02-05 | 1 | -3/+11 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'nd/transport-positive-depth-only' into maint | Junio C Hamano | 2014-02-05 | 2 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'ks/config-file-stdin' | Junio C Hamano | 2014-03-14 | 1 | -49/+55 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | config: teach "git config --file -" to read from the standard inputks/config-file-stdin | Kirill A. Shutemov | 2014-02-18 | 1 | -0/+11 |
| * | | | | | | | | | | | config: change git_config_with_options() interface | Kirill A. Shutemov | 2014-02-18 | 1 | -40/+35 |
| * | | | | | | | | | | | builtin/config.c: rename check_blob_write() -> check_write() | Kirill A. Shutemov | 2014-02-18 | 1 | -9/+9 |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jk/janitorial-fixes' | Junio C Hamano | 2014-03-14 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | builtin/mv: don't use memory after free | John Keeping | 2014-02-18 | 1 | -1/+2 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jc/check-attr-honor-working-tree' | Junio C Hamano | 2014-03-14 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | check-attr: move to the top of working tree when in non-bare repositoryjc/check-attr-honor-working-tree | Junio C Hamano | 2014-02-06 | 1 | -0/+3 |
* | | | | | | | | | | | | Merge branch 'cc/starts-n-ends-with-endgame' | Junio C Hamano | 2014-03-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'gj/push-more-verbose-advice' | Junio C Hamano | 2014-03-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | push: switch default from "matching" to "simple"gj/push-more-verbose-advice | Junio C Hamano | 2013-11-13 | 1 | -25/+8 |
* | | | | | | | | | | | | | | Merge branch 'jc/add-2.0-ignore-removal' | Junio C Hamano | 2014-03-07 | 1 | -57/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | git add <pathspec>... defaults to "-A"jc/add-2.0-ignore-removal | Junio C Hamano | 2013-04-22 | 1 | -39/+4 |
* | | | | | | | | | | | | | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec' | Junio C Hamano | 2014-03-07 | 1 | -106/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspec | Junio C Hamano | 2013-04-26 | 1 | -105/+9 |
* | | | | | | | | | | | | | | | | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 2014-03-07 | 1 | -24/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simple | Junio C Hamano | 2013-06-18 | 1 | -24/+7 |
* | | | | | | | | | | | | | | | | | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 2014-03-05 | 1 | -5/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | gc: config option for running --auto in background | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -5/+18 |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 3 | -182/+349 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | pack-bitmap: implement optional name_hash cache | Vicent Marti | 2013-12-30 | 1 | -1/+9 |
| * | | | | | | | | | | | | | | | | | | repack: consider bitmaps when performing repacks | Vicent Marti | 2013-12-30 | 1 | -1/+8 |
| * | | | | | | | | | | | | | | | | | | repack: handle optional files created by pack-objects | Jeff King | 2013-12-30 | 1 | -2/+7 |
| * | | | | | | | | | | | | | | | | | | repack: turn exts array into array-of-struct | Jeff King | 2013-12-30 | 1 | -6/+11 |
| * | | | | | | | | | | | | | | | | | | repack: stop using magic number for ARRAY_SIZE(exts) | Jeff King | 2013-12-30 | 1 | -4/+4 |