summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2016-12-18t0021: fix flaky testLars Schneider
2016-12-16t: use nongit() function where applicableJeff King
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King
2016-12-16t5000: extract nongit function to test-lib-functions.shJeff King
2016-12-13t5547-push-quarantine: run the path separator test on Windows, tooJohannes Sixt
2016-12-13t3600: slightly modernize styleStefan Beller
2016-12-12tmp-objdir: quote paths we add to alternatesJeff King
2016-12-12alternates: accept double-quoted pathsJeff King
2016-12-12Merge branch 'jk/alt-odb-cleanup' into jk/quote-env-path-list-componentJunio C Hamano
2016-12-09sequencer: make sequencer abort saferStephan Beyer
2016-12-09t3510: test that cherry-pick --abort does not unsafely change HEADStephan Beyer
2016-12-08diff: handle --no-abbrev in no-index caseJack Bates
2016-12-08difftool: fix dir-diff index creation when in a subdirectoryDavid Aguilar
2016-12-06stash: prefer plumbing over git-diffJeff King
2016-12-06http: treat http-alternates like redirectsJeff King
2016-12-06http: make redirects more obviousJeff King
2016-12-06http: always update the base URL for redirectsJeff King
2016-12-06docs: warn about possible '=' in clean/smudge filter process valuesLars Schneider
2016-12-05t0021: minor filter process test cleanupLars Schneider
2016-12-05git-p4: fix empty file processing for large file system backend GitLFSLars Schneider
2016-12-05commit: make --only --allow-empty work without pathsAndreas Krey
2016-12-05t3600: remove useless redirectStefan Beller
2016-12-05unpack-trees: fix grammar for untracked files in directoriesStefan Beller
2016-12-01Merge branch 'tb/t0027-raciness-fix' into jc/renormalize-merge-kill-safer-crlfJunio C Hamano
2016-11-29pull: fast-forward "pull --rebase=true"Junio C Hamano
2016-11-29Merge branch 'nd/test-helpers' into maintJunio C Hamano
2016-11-29Merge branch 'as/merge-attr-sleep' into maintJunio C Hamano
2016-11-29Merge branch 'mm/send-email-cc-cruft-after-address' into maintJunio C Hamano
2016-11-29t7610: clean up foo.XXXXXX tmpdirJeff King
2016-11-28worktree list: keep the list sortedNguyễn Thái Ngọc Duy
2016-11-28get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy
2016-11-28merge-recursive: handle NULL in add_cacheinfo() correctlyJohannes Schindelin
2016-11-28cherry-pick: demonstrate a segmentation faultJohannes Schindelin
2016-11-23Merge branch 'jc/setup-cleanup-fix'Junio C Hamano
2016-11-23Merge branch 'js/rebase-i-commentchar-fix'Junio C Hamano
2016-11-23Merge branch 'jc/for-each-ref-head-segfault-fix'Junio C Hamano
2016-11-23push: fix --dry-run to not push submodulesBrandon Williams
2016-11-23push: --dry-run updates submodules when --recurse-submodules=on-demandBrandon Williams
2016-11-22archive: read local configurationJunio C Hamano
2016-11-22mailinfo: read local configurationJunio C Hamano
2016-11-21rebase -i: handle core.commentChar=autoJohannes Schindelin
2016-11-21stripspace: respect repository configJohannes Schindelin
2016-11-21rebase -i: highlight problems with core.commentcharJohannes Schindelin
2016-11-18for-each-ref: do not segv with %(HEAD) on an unborn branchJunio C Hamano
2016-11-18upload-pack: optionally allow fetching any sha1David Turner
2016-11-18remote-curl: don't hang when a server dies before any outputDavid Turner
2016-11-18submodules: allow empty working-tree dirs in merge/cherry-pickDavid Turner
2016-11-16rev-parse: fix parent shorthands with --symbolicJeff King
2016-11-16compression: unify pack.compression configuration parsingJunio C Hamano
2016-11-11Merge branch 'ls/filter-process'Junio C Hamano