aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* 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 'tc/commit-dry-run-exit-status-tests'Junio C Hamano2014-03-21
|\ \
| * | demonstrate git-commit --dry-run exit code behaviourTay Ray Chuan2014-02-24
| |/
* | Merge branch 'rs/grep-h-c'Junio C Hamano2014-03-18
|\ \
| * | grep: support -h (no header) with --countRené Scharfe2014-03-11
| * | t7810: add missing variables to tests in loopRené Scharfe2014-03-11
| |/
* | Merge branch 'bg/install-branch-config-skip-prefix'Junio C Hamano2014-03-18
|\ \
| * | t3200-branch: test setting branch as own upstreamBrian Gesiak2014-03-06
| |/
* | Merge branch 'jc/no-need-for-env-in-sh-scripts'Junio C Hamano2014-03-18
|\ \
| * | *.sh: drop useless use of "env"Junio C Hamano2014-03-06
* | | Merge branch 'jk/detect-push-typo-early'Junio C Hamano2014-03-18
|\ \ \
| * | | push: detect local refspec errors earlyJeff King2014-03-05
| | |/ | |/|
* | | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-03-18
|\ \ \
| * | | repack: add `repack.packKeptObjects` config varJeff King2014-03-03
* | | | Merge branch 'fc/transport-helper-fixes'Junio C Hamano2014-03-18
|\ \ \ \
| * | | | transport-helper: add 'force' to 'export' helpersFelipe Contreras2013-11-12
* | | | | Merge branch 'jk/clean-d-pathspec'Junio C Hamano2014-03-18
|\ \ \ \ \
| * | | | | clean: respect pathspecs with "-d"Jeff King2014-03-11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sg/archive-restrict-remote'Junio C Hamano2014-03-14
|\ \ \ \ \
| * | | | | add uploadarchive.allowUnreachable optionScott J. Goldman2014-02-28
| | |_|_|/ | |/| | |
* | | | | Merge branch 'da/difftool-git-files'Junio C Hamano2014-03-14
|\ \ \ \ \
| * | | | | t7800: add a difftool test for .git-filesJunio C Hamano2014-03-05
| | |/ / / | |/| | |
* | | | | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-14
|\ \ \ \ \
| * | | | | read-cache: add index.version config variableThomas Gummerer2014-02-24
| * | | | | test-lib: allow setting the index format versionThomas Gummerer2014-02-24
| * | | | | introduce GIT_INDEX_VERSION environment variableThomas Gummerer2014-02-24
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano2014-03-14
|\ \ \ \ \
| * | | | | remote: handle pushremote config in any orderJeff King2014-02-24
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-03-14
|\ \ \ \ \
| * | | | | log: do not segfault on gmtime errorsJeff King2014-02-24
| * | | | | log: handle integer overflow in timestampsJeff King2014-02-24
| * | | | | fsck: report integer overflow in author timestampsJeff King2014-02-24
| * | | | | t4212: test bogus timestamps with git-logJeff King2014-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
|\ \ \ \ \ \ \
| * | | | | | | stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy2014-02-20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'tr/diff-submodule-no-reuse-worktree'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \
| * | | | | | | diff: do not reuse_worktree_file for submodulesThomas Rast2014-02-18
| | |/ / / / / | |/| | | | |
* | | | | | | 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 'jc/revision-range-unpeel' into maintJunio C Hamano2014-02-13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano2014-02-13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/interpret-branch-name-fix' into maintJunio C Hamano2014-02-13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maintJunio C Hamano2014-02-13
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ 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: disallow relative include paths from blobsJeff King2014-02-18
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |