| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | t7610: spell 'git reset --hard' consistently | Richard Hansen | 2017-01-10 | 1 | -18/+19 | |
| | * | | | | | | | | | t7610: don't assume the checked-out commit | Richard Hansen | 2017-01-10 | 1 | -6/+6 | |
| | * | | | | | | | | | t7610: always work on a test-specific branch | Richard Hansen | 2017-01-10 | 1 | -2/+8 | |
| | * | | | | | | | | | t7610: delete some now-unnecessary 'git reset --hard' lines | Richard Hansen | 2017-01-10 | 1 | -2/+0 | |
| | * | | | | | | | | | t7610: run 'git reset --hard' after each test to clean up | Richard Hansen | 2017-01-10 | 1 | -0/+8 | |
| | * | | | | | | | | | t7610: don't rely on state from previous test | Richard Hansen | 2017-01-10 | 1 | -0/+6 | |
| | * | | | | | | | | | t7610: use test_when_finished for cleanup tasks | Richard Hansen | 2017-01-10 | 1 | -34/+37 | |
| | * | | | | | | | | | t7610: move setup code to the 'setup' test case | Richard Hansen | 2017-01-10 | 1 | -30/+35 | |
| | * | | | | | | | | | t7610: update branch names to match test number | Richard Hansen | 2017-01-10 | 1 | -41/+41 | |
| | * | | | | | | | | | rev-parse doc: pass "--" to rev-parse in the --prefix example | Richard Hansen | 2017-01-10 | 1 | -1/+2 | |
| | * | | | | | | | | | .mailmap: record canonical email for Richard Hansen | Richard Hansen | 2017-01-10 | 1 | -0/+2 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'bw/realpath-wo-chdir' | Junio C Hamano | 2017-01-18 | 2 | -3/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | real_path: set errno when max number of symlinks is exceededbw/realpath-wo-chdir | Brandon Williams | 2017-01-09 | 1 | -0/+2 | |
| | * | | | | | | | | | real_path: prevent redefinition of MAXSYMLINKS | Brandon Williams | 2017-01-09 | 1 | -1/+3 | |
| * | | | | | | | | | | Merge branch 'jk/execv-dashed-external' | Junio C Hamano | 2017-01-18 | 3 | -21/+35 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | execv_dashed_external: wait for child on signal death | Jeff King | 2017-01-09 | 3 | -0/+21 | |
| | * | | | | | | | | | | execv_dashed_external: stop exiting with negative code | Jeff King | 2017-01-09 | 1 | -3/+7 | |
| | * | | | | | | | | | | execv_dashed_external: use child_process struct | Jeff King | 2017-01-09 | 1 | -18/+7 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'sp/cygwin-build-fixes' | Junio C Hamano | 2017-01-18 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Makefile: put LIBS after LDFLAGS for imap-sendsp/cygwin-build-fixes | Steven Penny | 2017-01-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | Makefile: POSIX windres | Steven Penny | 2017-01-09 | 1 | -1/+1 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'sb/pathspec-errors' | Junio C Hamano | 2017-01-18 | 2 | -2/+69 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | pathspec: give better message for submodule related pathspec errorsb/pathspec-errors | Stefan Beller | 2017-01-09 | 2 | -2/+69 | |
| * | | | | | | | | | | | Merge branch 'pb/test-must-fail-is-for-git' | Junio C Hamano | 2017-01-18 | 10 | -26/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | t9813: avoid using pipespb/test-must-fail-is-for-git | Pranit Bauva | 2017-01-09 | 1 | -4/+4 | |
| | * | | | | | | | | | | | don't use test_must_fail with grep | Pranit Bauva | 2017-01-07 | 10 | -22/+22 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'bw/pathspec-cleanup' | Junio C Hamano | 2017-01-18 | 7 | -357/+388 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | pathspec: rename prefix_pathspec to init_pathspec_itembw/pathspec-cleanup | Brandon Williams | 2017-01-08 | 1 | -17/+7 | |
| | * | | | | | | | | | | pathspec: small readability changes | Brandon Williams | 2017-01-08 | 1 | -10/+15 | |
| | * | | | | | | | | | | pathspec: create strip submodule slash helpers | Brandon Williams | 2017-01-08 | 1 | -26/+42 | |
| | * | | | | | | | | | | pathspec: create parse_element_magic helper | Brandon Williams | 2017-01-08 | 1 | -17/+20 | |
| | * | | | | | | | | | | pathspec: create parse_long_magic function | Brandon Williams | 2017-01-08 | 1 | -35/+57 | |
| | * | | | | | | | | | | pathspec: create parse_short_magic function | Brandon Williams | 2017-01-08 | 1 | -18/+36 | |
| | * | | | | | | | | | | pathspec: factor global magic into its own function | Brandon Williams | 2017-01-08 | 1 | -49/+78 | |
| | * | | | | | | | | | | pathspec: simpler logic to prefix original pathspec elements | Brandon Williams | 2017-01-08 | 1 | -20/+13 | |
| | * | | | | | | | | | | pathspec: always show mnemonic and name in unsupported_magic | Brandon Williams | 2017-01-08 | 1 | -15/+9 | |
| | * | | | | | | | | | | pathspec: remove unused variable from unsupported_magic | Brandon Williams | 2017-01-08 | 1 | -3/+2 | |
| | * | | | | | | | | | | pathspec: copy and free owned memory | Brandon Williams | 2017-01-08 | 2 | -6/+21 | |
| | * | | | | | | | | | | pathspec: remove the deprecated get_pathspec function | Brandon Williams | 2017-01-08 | 4 | -43/+3 | |
| | * | | | | | | | | | | ls-tree: convert show_recursive to use the pathspec struct interface | Brandon Williams | 2017-01-08 | 1 | -9/+7 | |
| | * | | | | | | | | | | dir: convert fill_directory to use the pathspec struct interface | Brandon Williams | 2017-01-08 | 1 | -4/+8 | |
| | * | | | | | | | | | | dir: remove struct path_simplify | Brandon Williams | 2017-01-08 | 1 | -103/+76 | |
| | * | | | | | | | | | | mv: remove use of deprecated 'get_pathspec()' | Brandon Williams | 2017-01-08 | 1 | -19/+31 | |
| * | | | | | | | | | | | Merge branch 'js/mingw-test-push-unc-path' | Junio C Hamano | 2017-01-18 | 1 | -0/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | mingw: add a regression test for pushing to UNC pathsjs/mingw-test-push-unc-path | Johannes Schindelin | 2017-01-07 | 1 | -0/+48 | |
| * | | | | | | | | | | | | Merge branch 'sb/submodule-cleanup-export-git-dir-env' | Junio C Hamano | 2017-01-18 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | submodule.c: use GIT_DIR_ENVIRONMENT consistentlysb/submodule-cleanup-export-git-dir-env | Stefan Beller | 2017-01-07 | 1 | -1/+2 | |
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'km/branch-get-push-while-detached' | Junio C Hamano | 2017-01-18 | 2 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | branch_get_push: do not segfault when HEAD is detachedkm/branch-get-push-while-detached | Kyle Meyer | 2017-01-07 | 2 | -3/+9 | |
| | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'jk/rebase-i-squash-count-fix' | Junio C Hamano | 2017-01-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
