aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | mv: prevent mismatched data when ignoring errors.brian m. carlson2014-03-17
| * | | | | | | | | | | | builtin/mv: fix out of bounds writeJohn Keeping2014-03-11
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/upload-pack-shallow'Junio C Hamano2014-03-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy2014-03-11
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/tag-version-sort'Junio C Hamano2014-03-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tag: support --sort=<spec>Nguyễn Thái Ngọc Duy2014-02-27
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/shallow-update-fix'Junio C Hamano2014-03-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | shallow: automatically clean up shallow tempfilesJeff King2014-02-27
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jc/tag-contains-with'Junio C Hamano2014-03-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tag: grok "--with" as synonym to "--contains"Junio C Hamano2014-03-07
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-03-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | repack: add `repack.packKeptObjects` config varJeff King2014-03-03
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sh/finish-tmp-packfile'Junio C Hamano2014-03-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | finish_tmp_packfile():use strbuf for pathname constructionSun He2014-03-03
| * | | | | | | | | | | | Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...Junio C Hamano2014-03-03
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | builtin/mktree.c: use ALLOC_GROW() in append_to_tree()Dmitry S. Dolzhenko2014-03-03
| * | | | | | | | | | | | | | builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Dmitry S. Dolzhenko2014-03-03
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/clean-d-pathspec'Junio C Hamano2014-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | clean: simplify dir/not-dir logicJeff King2014-03-11
| * | | | | | | | | | | | clean: respect pathspecs with "-d"Jeff King2014-03-11
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sh/write-pack-file-warning-message-fix'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | write_pack_file: use correct variable in diagnosticSun He2014-03-03
* | | | | | | | | | | | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/i18n-progress'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-24
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jh/note-trees-record-blobs'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | notes: disallow reusing non-blob as a note objectJohan Herland2014-02-20
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/reset-setup-worktree'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | reset: optionally setup worktree and refresh index on --mixedNguyễn Thái Ngọc Duy2014-02-18
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'bm/merge-base-octopus-dedup' into maintJunio C Hamano2014-02-13
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/repack-in-c' into maintJunio C Hamano2014-02-13
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/lift-parent-count-limit' into maintJunio C Hamano2014-02-05
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/add-empty-fix' into maintJunio C Hamano2014-02-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jl/commit-v-strip-marker' into maintJunio C Hamano2014-02-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tb/clone-ssh-with-colon-for-port' into maintJunio C Hamano2014-02-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/transport-positive-depth-only' into maintJunio C Hamano2014-02-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ks/config-file-stdin'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | config: teach "git config --file -" to read from the standard inputKirill A. Shutemov2014-02-18
| * | | | | | | | | | | | | | | | | | config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-18
| * | | | | | | | | | | | | | | | | | builtin/config.c: rename check_blob_write() -> check_write()Kirill A. Shutemov2014-02-18
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/janitorial-fixes'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | builtin/mv: don't use memory after freeJohn Keeping2014-02-18
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | check-attr: move to the top of working tree when in non-bare repositoryJunio C Hamano2014-02-06
* | | | | | | | | | | | | | | | | | Merge branch 'cc/starts-n-ends-with-endgame'Junio C Hamano2014-03-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'gj/push-more-verbose-advice'Junio C Hamano2014-03-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \