Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kn/ref-filter-atom-parsing' | Junio C Hamano | 2016-02-26 | 1 | -0/+42 |
|\ | |||||
| * | ref-filter: align: introduce long-form syntax | Karthik Nayak | 2016-02-17 | 1 | -0/+42 |
* | | Merge branch 'tg/git-remote' | Junio C Hamano | 2016-02-26 | 1 | -0/+33 |
|\ \ | |||||
| * | | remote: use remote_is_configured() for add and renametg/git-remote | Thomas Gummerer | 2016-02-16 | 1 | -0/+15 |
| * | | remote: actually check if remote exits | Thomas Gummerer | 2016-02-16 | 1 | -0/+18 |
* | | | Merge branch 'nd/worktree-add-B' | Junio C Hamano | 2016-02-24 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | worktree add -B: do the checkout test before update branchnd/worktree-add-B | Nguyễn Thái Ngọc Duy | 2016-02-15 | 1 | -0/+7 |
| * | | | worktree: fix "add -B" | Nguyễn Thái Ngọc Duy | 2016-02-15 | 1 | -0/+8 |
* | | | | Merge branch 'nd/exclusion-regression-fix' | Junio C Hamano | 2016-02-24 | 2 | -5/+155 |
|\ \ \ \ | |||||
| * | | | | dir.c: don't exclude whole dir prematurely | Nguyễn Thái Ngọc Duy | 2016-02-15 | 2 | -5/+155 |
* | | | | | Merge branch 'nd/git-common-dir-fix' | Junio C Hamano | 2016-02-24 | 1 | -0/+10 |
|\ \ \ \ \ | |||||
| * | | | | | rev-parse: take prefix into account in --git-common-dirnd/git-common-dir-fix | Nguyễn Thái Ngọc Duy | 2016-02-12 | 1 | -0/+10 |
* | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 2016-02-24 | 2 | -26/+48 |
|\ \ \ \ \ \ | |||||
| * | | | | | | get_sha1: don't die() on bogus search stringsnd/dwim-wildcards-as-pathspecs | Jeff King | 2016-02-10 | 1 | -0/+10 |
| * | | | | | | check_filename: tighten dwim-wildcard ambiguity | Jeff King | 2016-02-10 | 2 | -26/+38 |
* | | | | | | | tests: remove no-op full-svn-test target | Eric Wong | 2016-02-23 | 1 | -6/+0 |
* | | | | | | | Merge branch 'js/git-remote-add-url-insteadof-test' | Junio C Hamano | 2016-02-22 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t5505: 'remote add x y' should work when url.y.insteadOf = xjs/git-remote-add-url-insteadof-test | Johannes Schindelin | 2016-02-17 | 1 | -0/+5 |
* | | | | | | | | Merge branch 'ew/connect-verbose' | Junio C Hamano | 2016-02-22 | 1 | -2/+20 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t5570: add tests for "git {clone,fetch,pull} -v"ew/connect-verbose | Eric Wong | 2016-02-15 | 1 | -2/+20 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | git-svn: apply "svn.pathnameencoding" before URL encoding | Kazutoshi Satoda | 2016-02-22 | 1 | -0/+15 |
* | | | | | | | | git-svn: enable "svn.pathnameencoding" on dcommit | Kazutoshi Satoda | 2016-02-22 | 1 | -2/+23 |
* | | | | | | | | git-svn: hoist out utf8 prep from t9129 to lib-git-svn | Eric Wong | 2016-02-22 | 2 | -11/+13 |
* | | | | | | | | Merge branch 'da/user-useconfigonly' | Junio C Hamano | 2016-02-17 | 1 | -0/+39 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ident: add user.useConfigOnly boolean for when ident shouldn't be guessed | Dan Aloni | 2016-02-08 | 1 | -0/+39 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'nd/clear-gitenv-upon-use-of-alias' | Junio C Hamano | 2016-02-17 | 1 | -0/+52 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git: remove an early return from save_env_before_alias() | Junio C Hamano | 2016-01-27 | 1 | -0/+52 |
* | | | | | | | | | Merge branch 'mg/mingw-test-fix' | Junio C Hamano | 2016-02-17 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t9100: fix breakage when SHELL_PATH is not /bin/shmg/mingw-test-fix | Michael J Gruber | 2016-02-08 | 1 | -1/+2 |
* | | | | | | | | | | Merge branch 'js/mingw-tests' | Junio C Hamano | 2016-02-17 | 23 | -54/+84 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | mingw: do not bother to test funny file names | Johannes Schindelin | 2016-01-28 | 8 | -5/+9 |
| * | | | | | | | | | mingw: skip a test in t9130 that cannot pass on Windows | Johannes Schindelin | 2016-01-28 | 1 | -1/+1 |
| * | | | | | | | | | mingw: handle the missing POSIXPERM prereq in t9124 | Johannes Schindelin | 2016-01-28 | 1 | -6/+10 |
| * | | | | | | | | | mingw: avoid illegal filename in t9118 | Johannes Schindelin | 2016-01-28 | 1 | -3/+9 |
| * | | | | | | | | | mingw: mark t9100's test cases with appropriate prereqs | Johannes Schindelin | 2016-01-28 | 1 | -9/+9 |
| * | | | | | | | | | t0008: avoid absolute path | Pat Thoyts | 2016-01-28 | 1 | -1/+1 |
| * | | | | | | | | | mingw: work around pwd issues in the tests | Johannes Schindelin | 2016-01-28 | 4 | -16/+16 |
| * | | | | | | | | | mingw: fix t9700's assumption about directory separators | Johannes Schindelin | 2016-01-28 | 1 | -1/+1 |
| * | | | | | | | | | mingw: skip test in t1508 that fails due to path conversion | Johannes Schindelin | 2016-01-28 | 1 | -1/+5 |
| * | | | | | | | | | tests: turn off git-daemon tests if FIFOs are not available | Johannes Schindelin | 2016-01-28 | 1 | -0/+5 |
| * | | | | | | | | | mingw: disable mkfifo-based tests | Johannes Schindelin | 2016-01-27 | 1 | -1/+1 |
| * | | | | | | | | | mingw: accomodate t0060-path-utils for MSYS2 | Johannes Schindelin | 2016-01-27 | 1 | -0/+9 |
| * | | | | | | | | | mingw: fix t5601-clone.sh | Johannes Schindelin | 2016-01-27 | 1 | -10/+8 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/drop-rsync-transport' | Junio C Hamano | 2016-02-17 | 1 | -36/+0 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | transport: drop support for git-over-rsyncjk/drop-rsync-transport | Jeff King | 2016-02-01 | 1 | -36/+0 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'js/test-lib-windows-emulated-yes' | Junio C Hamano | 2016-02-10 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | test-lib: limit the output of the yes utilityjs/test-lib-windows-emulated-yes | Johannes Schindelin | 2016-02-02 | 1 | -2/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'wp/sha1-name-negative-match' | Junio C Hamano | 2016-02-10 | 1 | -1/+52 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | object name: introduce '^{/!-<negative pattern>}' notationwp/sha1-name-negative-match | Will Palmer | 2016-02-01 | 1 | -1/+30 |
| * | | | | | | | | test for '!' handling in rev-parse's named commits | Will Palmer | 2016-01-11 | 1 | -1/+23 |