Age | Commit message (Expand) | Author | Files | Lines |
2015-05-12 | add: check return value of launch_editor | Jeff King | 1 | -0/+7 |
2015-05-11 | Sync with 2.3.8 | Junio C Hamano | 2 | -4/+38 |
2015-05-11 | Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3 | Junio C Hamano | 1 | -4/+4 |
2015-05-11 | Merge branch 'jc/diff-no-index-d-f' into maint-2.3 | Junio C Hamano | 1 | -0/+34 |
2015-05-11 | ref_transaction_commit(): delete extra "the" from error message | Michael Haggerty | 1 | -7/+7 |
2015-05-11 | lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts | Michael Haggerty | 1 | -4/+4 |
2015-05-11 | refs: check for D/F conflicts among refs created in a transaction | Michael Haggerty | 1 | -1/+1 |
2015-05-11 | t1404: new tests of ref D/F conflicts within transactions | Michael Haggerty | 1 | -0/+107 |
2015-05-07 | tests: skip dav http-push tests under NO_EXPAT=NoThanks | Junio C Hamano | 1 | -0/+6 |
2015-05-07 | t/lib-httpd.sh: skip tests if NO_CURL is defined | Jeff King | 7 | -35/+6 |
2015-05-05 | t1007: add hash-object --literally tests | Eric Sunshine | 1 | -0/+11 |
2015-05-03 | blame: CRLF in the working tree and LF in the repo | Torsten Bögershausen | 1 | -3/+15 |
2015-04-29 | filter-branch: avoid passing commit message through sed | Jeff King | 1 | -0/+10 |
2015-04-29 | rebase -i: redo tasks that die during cherry-pick | Phil Hord | 1 | -0/+47 |
2015-04-28 | connect: improve check for plink to reduce false positives | brian m. carlson | 1 | -0/+33 |
2015-04-28 | t5601: fix quotation error leading to skipped tests | brian m. carlson | 1 | -1/+1 |
2015-04-27 | Merge branch 'tb/connect-ipv6-parse-fix' into maint | Junio C Hamano | 2 | -16/+22 |
2015-04-22 | ignore: info/exclude should trump core.excludesfile | Junio C Hamano | 1 | -0/+10 |
2015-04-22 | stash: require a clean index to apply | Jeff King | 1 | -0/+7 |
2015-04-22 | t3903: avoid applying onto dirty index | Jeff King | 1 | -2/+2 |
2015-04-22 | t3903: stop hard-coding commit sha1s | Jeff King | 1 | -5/+5 |
2015-04-21 | Merge branch 'jk/test-annoyances' into maint | Junio C Hamano | 5 | -15/+24 |
2015-04-20 | Merge branch 'tb/connect-ipv6-parse-fix' | Junio C Hamano | 2 | -16/+22 |
2015-04-20 | Merge branch 'va/fix-git-p4-tests' | Junio C Hamano | 1 | -12/+31 |
2015-04-20 | log -L: improve error message on malformed argument | Matthieu Moy | 1 | -4/+4 |
2015-04-18 | t1509: update prepare script to be able to run t1509 in chroot again | Nguyễn Thái Ngọc Duy | 1 | -9/+29 |
2015-04-17 | type_from_string_gently: make sure length matches | Jeff King | 1 | -0/+8 |
2015-04-16 | test-lib-functions.sh: fix the second argument to some helper functions | Elia Pinto | 1 | -2/+2 |
2015-04-16 | dir: allow a BOM at the beginning of exclude files | Carlos Martín Nieto | 1 | -0/+9 |
2015-04-14 | Merge branch 'jc/update-instead-into-void' | Junio C Hamano | 1 | -1/+54 |
2015-04-12 | t9814: guarantee only one source exists in git-p4 copy tests | Vitor Antunes | 1 | -15/+31 |
2015-04-08 | connect.c: ignore extra colon after hostname | Torsten Bögershausen | 2 | -16/+22 |
2015-04-01 | push-to-deploy: allow pushing into an unborn branch and updating it | Junio C Hamano | 1 | -1/+54 |
2015-03-28 | Merge branch 'tg/test-index-v4' into maint | Junio C Hamano | 1 | -3/+12 |
2015-03-28 | Merge branch 'ct/prompt-untracked-fix' into maint | Junio C Hamano | 1 | -0/+11 |
2015-03-28 | Merge branch 'jk/fetch-pack' into maint | Junio C Hamano | 1 | -3/+10 |
2015-03-28 | Merge branch 'jk/prune-with-corrupt-refs' into maint | Junio C Hamano | 1 | -0/+114 |
2015-03-28 | git-p4: fix copy detection test | Vitor Antunes | 1 | -1/+4 |
2015-03-28 | t9814: fix broken shell syntax in git-p4 rename test | Vitor Antunes | 1 | -2/+2 |
2015-03-27 | Merge branch 'jk/smart-http-hide-refs' into maint | Junio C Hamano | 1 | -0/+11 |
2015-03-26 | diff-no-index: align D/F handling with that of normal Git | Junio C Hamano | 1 | -0/+12 |
2015-03-26 | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 102 | -773/+459 |
2015-03-25 | diff-no-index: DWIM "diff D F" into "diff D/F F" | Junio C Hamano | 1 | -0/+22 |
2015-03-25 | t0302: "unreadable" test needs POSIXPERM | Junio C Hamano | 1 | -1/+1 |
2015-03-25 | Merge branch 'tg/test-index-v4' | Junio C Hamano | 1 | -3/+12 |
2015-03-25 | Merge branch 'jk/prune-with-corrupt-refs' | Junio C Hamano | 1 | -0/+114 |
2015-03-25 | Merge branch 'jk/fetch-pack' | Junio C Hamano | 1 | -3/+10 |
2015-03-25 | Merge branch 'dj/log-graph-with-no-walk' | Junio C Hamano | 4 | -7/+19 |
2015-03-25 | Merge branch 'kd/rev-list-bisect-first-parent' | Junio C Hamano | 1 | -0/+4 |
2015-03-25 | Merge branch 'ct/prompt-untracked-fix' | Junio C Hamano | 1 | -0/+11 |