summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2017-03-29short status: improve reporting for submodule changesStefan Beller
2017-03-27submodule.c: convert is_submodule_modified to use strbuf_getwholelineStefan Beller
2017-03-21Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-03-20Merge branch 'js/difftool-builtin'Junio C Hamano
2017-03-17Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano
2017-03-17Merge branch 'js/early-config'Junio C Hamano
2017-03-17Merge branch 'jk/add-i-use-pathspecs'Junio C Hamano
2017-03-17Merge branch 'bw/attr-pathspec'Junio C Hamano
2017-03-17Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano
2017-03-17Merge branch 'jk/interop-test'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-15cherry-pick: detect bogus arguments to --mainlineJeff King
2017-03-15difftool: handle modified symlinks in dir-diff modeDavid Aguilar
2017-03-15t7800: cleanup cruft left behind by testsDavid Aguilar
2017-03-15t7800: remove whitespace before redirectDavid Aguilar
2017-03-14Merge branch 'kn/ref-filter-branch-list'Junio C Hamano
2017-03-14Merge branch 'dp/filter-branch-prune-empty'Junio C Hamano
2017-03-14Merge branch 'jt/perf-updates'Junio C Hamano
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano
2017-03-14Merge branch 'jk/interpret-branch-name'Junio C Hamano
2017-03-14Merge branch 'ab/cond-skip-tests'Junio C Hamano
2017-03-14t1309: document cases where we would want early config not to die()Johannes Schindelin
2017-03-14t1309: test read_early_config()Johannes Schindelin
2017-03-14read_early_config(): really discover .git/Johannes Schindelin
2017-03-14add--interactive: do not expand pathspecs with ls-filesJeff King
2017-03-13pathspec: allow escaped query valuesBrandon Williams
2017-03-13pathspec: allow querying for attributesBrandon Williams
2017-03-13Merge branch 'jc/diff-populate-filespec-size-only-fix'Junio C Hamano
2017-03-13Merge branch 'ax/line-log-range-merge-fix'Junio C Hamano
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-13Merge branch 'jk/add-i-patch-do-prompt'Junio C Hamano
2017-03-12config: add conditional includeNguyễn Thái Ngọc Duy
2017-03-10t/interop: add test of old clients against modern git-daemonJeff King
2017-03-10t: add an interoperability test harnessJeff King
2017-03-10Merge branch 'tg/stash-push'Junio C Hamano
2017-03-10Merge branch 'jt/http-base-url-update-upon-redirect'Junio C Hamano
2017-03-10Merge branch 'jh/send-email-one-cc'Junio C Hamano
2017-03-10Merge branch 'jk/t6300-cleanup'Junio C Hamano
2017-03-10Merge branch 'jk/ident-empty'Junio C Hamano
2017-03-10Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano
2017-03-10branch: honor --abbrev/--no-abbrev in --list modeJunio C Hamano
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-08t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREEJohannes Schindelin
2017-03-06read-cache: use freshen_shared_index() in read_index_from()Christian Couder
2017-03-06t1700: test shared index file expirationChristian Couder
2017-03-03t7006: replace dubious testJohannes Schindelin
2017-03-03p7000: add test for filter-branch with --prune-emptyDevin J. Pohly
2017-03-03filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly
2017-03-03t7003: ensure --prune-empty removes entire branch when applicableDevin J. Pohly