summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | t7610: spell 'git reset --hard' consistentlyRichard Hansen2017-01-101-18/+19
| * | | | | | | | | t7610: don't assume the checked-out commitRichard Hansen2017-01-101-6/+6
| * | | | | | | | | t7610: always work on a test-specific branchRichard Hansen2017-01-101-2/+8
| * | | | | | | | | t7610: delete some now-unnecessary 'git reset --hard' linesRichard Hansen2017-01-101-2/+0
| * | | | | | | | | t7610: run 'git reset --hard' after each test to clean upRichard Hansen2017-01-101-0/+8
| * | | | | | | | | t7610: don't rely on state from previous testRichard Hansen2017-01-101-0/+6
| * | | | | | | | | t7610: use test_when_finished for cleanup tasksRichard Hansen2017-01-101-34/+37
| * | | | | | | | | t7610: move setup code to the 'setup' test caseRichard Hansen2017-01-101-30/+35
| * | | | | | | | | t7610: update branch names to match test numberRichard Hansen2017-01-101-41/+41
| * | | | | | | | | rev-parse doc: pass "--" to rev-parse in the --prefix exampleRichard Hansen2017-01-101-1/+2
| * | | | | | | | | .mailmap: record canonical email for Richard HansenRichard Hansen2017-01-101-0/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bw/realpath-wo-chdir'Junio C Hamano2017-01-182-3/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | real_path: set errno when max number of symlinks is exceededbw/realpath-wo-chdirBrandon Williams2017-01-091-0/+2
| * | | | | | | | | real_path: prevent redefinition of MAXSYMLINKSBrandon Williams2017-01-091-1/+3
* | | | | | | | | | Merge branch 'jk/execv-dashed-external'Junio C Hamano2017-01-183-21/+35
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | execv_dashed_external: wait for child on signal deathJeff King2017-01-093-0/+21
| * | | | | | | | | | execv_dashed_external: stop exiting with negative codeJeff King2017-01-091-3/+7
| * | | | | | | | | | execv_dashed_external: use child_process structJeff King2017-01-091-18/+7
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sp/cygwin-build-fixes'Junio C Hamano2017-01-181-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: put LIBS after LDFLAGS for imap-sendsp/cygwin-build-fixesSteven Penny2017-01-091-1/+1
| * | | | | | | | | | Makefile: POSIX windresSteven Penny2017-01-091-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sb/pathspec-errors'Junio C Hamano2017-01-182-2/+69
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pathspec: give better message for submodule related pathspec errorsb/pathspec-errorsStefan Beller2017-01-092-2/+69
* | | | | | | | | | | Merge branch 'pb/test-must-fail-is-for-git'Junio C Hamano2017-01-1810-26/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t9813: avoid using pipespb/test-must-fail-is-for-gitPranit Bauva2017-01-091-4/+4
| * | | | | | | | | | | don't use test_must_fail with grepPranit Bauva2017-01-0710-22/+22
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bw/pathspec-cleanup'Junio C Hamano2017-01-187-357/+388
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | pathspec: rename prefix_pathspec to init_pathspec_itembw/pathspec-cleanupBrandon Williams2017-01-081-17/+7
| * | | | | | | | | | pathspec: small readability changesBrandon Williams2017-01-081-10/+15
| * | | | | | | | | | pathspec: create strip submodule slash helpersBrandon Williams2017-01-081-26/+42
| * | | | | | | | | | pathspec: create parse_element_magic helperBrandon Williams2017-01-081-17/+20
| * | | | | | | | | | pathspec: create parse_long_magic functionBrandon Williams2017-01-081-35/+57
| * | | | | | | | | | pathspec: create parse_short_magic functionBrandon Williams2017-01-081-18/+36
| * | | | | | | | | | pathspec: factor global magic into its own functionBrandon Williams2017-01-081-49/+78
| * | | | | | | | | | pathspec: simpler logic to prefix original pathspec elementsBrandon Williams2017-01-081-20/+13
| * | | | | | | | | | pathspec: always show mnemonic and name in unsupported_magicBrandon Williams2017-01-081-15/+9
| * | | | | | | | | | pathspec: remove unused variable from unsupported_magicBrandon Williams2017-01-081-3/+2
| * | | | | | | | | | pathspec: copy and free owned memoryBrandon Williams2017-01-082-6/+21
| * | | | | | | | | | pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-084-43/+3
| * | | | | | | | | | ls-tree: convert show_recursive to use the pathspec struct interfaceBrandon Williams2017-01-081-9/+7
| * | | | | | | | | | dir: convert fill_directory to use the pathspec struct interfaceBrandon Williams2017-01-081-4/+8
| * | | | | | | | | | dir: remove struct path_simplifyBrandon Williams2017-01-081-103/+76
| * | | | | | | | | | mv: remove use of deprecated 'get_pathspec()'Brandon Williams2017-01-081-19/+31
* | | | | | | | | | | Merge branch 'js/mingw-test-push-unc-path'Junio C Hamano2017-01-181-0/+48
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mingw: add a regression test for pushing to UNC pathsjs/mingw-test-push-unc-pathJohannes Schindelin2017-01-071-0/+48
* | | | | | | | | | | | Merge branch 'sb/submodule-cleanup-export-git-dir-env'Junio C Hamano2017-01-181-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | submodule.c: use GIT_DIR_ENVIRONMENT consistentlysb/submodule-cleanup-export-git-dir-envStefan Beller2017-01-071-1/+2
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'km/branch-get-push-while-detached'Junio C Hamano2017-01-182-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | branch_get_push: do not segfault when HEAD is detachedkm/branch-get-push-while-detachedKyle Meyer2017-01-072-3/+9
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/rebase-i-squash-count-fix'Junio C Hamano2017-01-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \