summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt2009-03-197-43/+24
* test-lib: Simplify test counting.Johannes Sixt2009-03-193-11/+5
* test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt2009-03-191-12/+11
* Call 'say' outside test_expect_successJohannes Sixt2009-03-193-19/+22
* test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt2009-03-1910-15/+15
* t9400, t9401: Do not force hard-linked cloneJohannes Sixt2009-03-182-3/+3
* Update draft release notes to 1.6.3Junio C Hamano2009-03-171-3/+32
* Merge branch 'jc/maint-1.6.0-read-tree-overlay'Junio C Hamano2009-03-172-3/+34
|\
| * read-tree A B C: do not create a bogus index and do not segfaultJunio C Hamano2009-03-122-3/+34
* | Merge branch 'db/maint-missing-origin'Junio C Hamano2009-03-173-8/+20
|\ \
| * | Remove total confusion from git-fetch and git-pushJunio C Hamano2009-03-161-18/+3
| * | Give error when no remote is configuredDaniel Barkalow2009-03-103-8/+35
* | | Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-175-17/+26
|\ \ \
| * | | winansi: support ESC [ K (erase in line)Johannes Schindelin2009-03-101-3/+15
| * | | recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt2009-03-104-14/+11
* | | | Merge branch 'js/rsync-local'Junio C Hamano2009-03-172-27/+35
|\ \ \ \
| * | | | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-102-27/+35
| | |/ / | |/| |
* | | | Merge branch 'rs/color-grep'Junio C Hamano2009-03-175-42/+205
|\ \ \ \
| * | | | grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy2009-03-171-0/+2
| * | | | grep: cast printf %.*s "precision" argument explicitly to intJunio C Hamano2009-03-081-2/+2
| * | | | grep: add support for coloring with external grepsRené Scharfe2009-03-073-1/+48
| * | | | grep: color patterns in outputRené Scharfe2009-03-075-12/+130
| * | | | grep: add pmatch and eflags arguments to match_one_pattern()René Scharfe2009-03-071-11/+10
| * | | | grep: remove grep_opt argument from match_expr_eval()René Scharfe2009-03-072-17/+18
| * | | | grep: micro-optimize hit collection for AND nodesRené Scharfe2009-03-071-7/+3
* | | | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-1717-330/+820
|\ \ \ \ \
| * | | | | builtin-remote.c: no "commented out" code, pleaseJunio C Hamano2009-03-081-1/+0
| * | | | | builtin-remote: new show output style for push refspecsJay Soffian2009-02-272-24/+207
| * | | | | builtin-remote: new show output styleJay Soffian2009-02-272-61/+159
| * | | | | remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King2009-02-272-0/+19
| * | | | | builtin-remote: add set-head subcommandJay Soffian2009-02-274-3/+129
| * | | | | builtin-remote: teach show to display remote HEADJay Soffian2009-02-272-7/+59
| * | | | | builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-272-6/+11
| * | | | | builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian2009-02-271-17/+16
| * | | | | builtin-remote: rename variables and eliminate redundant function callJay Soffian2009-02-271-12/+12
| * | | | | builtin-remote: remove unused code in get_ref_statesJay Soffian2009-02-271-10/+3
| * | | | | builtin-remote: refactor duplicated cleanup codeJay Soffian2009-02-271-8/+9
| * | | | | string-list: new for_each_string_list() functionJay Soffian2009-02-272-0/+15
| * | | | | remote: make match_refs() not short-circuitJay Soffian2009-02-271-2/+4
| * | | | | remote: make match_refs() copy src ref before assigning to peer_refJay Soffian2009-02-271-2/+5
| * | | | | remote: let guess_remote_head() optionally return all matchesJay Soffian2009-02-273-17/+28
| * | | | | remote: make copy_ref() perform a deep copyJay Soffian2009-02-271-5/+13
| * | | | | remote: simplify guess_remote_head()Jay Soffian2009-02-263-32/+16
| * | | | | move locate_head() to remote.cJay Soffian2009-02-263-38/+49
| * | | | | move duplicated ref_newer() to remote.cJay Soffian2009-02-264-99/+50
| * | | | | move duplicated get_local_heads() to remote.cJay Soffian2009-02-264-48/+31
| * | | | | refactor find_ref_by_name() to accept const listJeff King2009-02-262-3/+3
| * | | | | add basic http clone/fetch testsJeff King2009-02-263-0/+48
| * | | | | test scripts: refactor start_httpd helperJeff King2009-02-262-9/+8
* | | | | | Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano2009-03-172-1/+12
|\ \ \ \ \ \