aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-17
|\
| * winansi: support ESC [ K (erase in line)Johannes Schindelin2009-03-10
| * recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt2009-03-10
* | Merge branch 'js/rsync-local'Junio C Hamano2009-03-17
|\ \
| * | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-10
* | | Merge branch 'rs/color-grep'Junio C Hamano2009-03-17
|\ \ \
| * | | grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy2009-03-17
| * | | grep: cast printf %.*s "precision" argument explicitly to intJunio C Hamano2009-03-08
| * | | grep: add support for coloring with external grepsRené Scharfe2009-03-07
| * | | grep: color patterns in outputRené Scharfe2009-03-07
| * | | grep: add pmatch and eflags arguments to match_one_pattern()René Scharfe2009-03-07
| * | | grep: remove grep_opt argument from match_expr_eval()René Scharfe2009-03-07
| * | | grep: micro-optimize hit collection for AND nodesRené Scharfe2009-03-07
* | | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-17
|\ \ \ \
| * | | | builtin-remote.c: no "commented out" code, pleaseJunio C Hamano2009-03-08
| * | | | builtin-remote: new show output style for push refspecsJay Soffian2009-02-27
| * | | | builtin-remote: new show output styleJay Soffian2009-02-27
| * | | | remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King2009-02-27
| * | | | builtin-remote: add set-head subcommandJay Soffian2009-02-27
| * | | | builtin-remote: teach show to display remote HEADJay Soffian2009-02-27
| * | | | builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-27
| * | | | builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian2009-02-27
| * | | | builtin-remote: rename variables and eliminate redundant function callJay Soffian2009-02-27
| * | | | builtin-remote: remove unused code in get_ref_statesJay Soffian2009-02-27
| * | | | builtin-remote: refactor duplicated cleanup codeJay Soffian2009-02-27
| * | | | string-list: new for_each_string_list() functionJay Soffian2009-02-27
| * | | | remote: make match_refs() not short-circuitJay Soffian2009-02-27
| * | | | remote: make match_refs() copy src ref before assigning to peer_refJay Soffian2009-02-27
| * | | | remote: let guess_remote_head() optionally return all matchesJay Soffian2009-02-27
| * | | | remote: make copy_ref() perform a deep copyJay Soffian2009-02-27
| * | | | remote: simplify guess_remote_head()Jay Soffian2009-02-26
| * | | | move locate_head() to remote.cJay Soffian2009-02-26
| * | | | move duplicated ref_newer() to remote.cJay Soffian2009-02-26
| * | | | move duplicated get_local_heads() to remote.cJay Soffian2009-02-26
| * | | | refactor find_ref_by_name() to accept const listJeff King2009-02-26
| * | | | add basic http clone/fetch testsJeff King2009-02-26
| * | | | test scripts: refactor start_httpd helperJeff King2009-02-26
* | | | | Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano2009-03-17
|\ \ \ \ \
| * | | | | send-email: test --no-thread --in-reply-to combinationThomas Rast2009-03-11
| * | | | | send-email: respect in-reply-to regardless of threadingThomas Rast2009-03-02
* | | | | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-17
|\ \ \ \ \ \
| * | | | | | Revert "lstat_cache(): print a warning if doing ping-pong between cache types"Kjetil Barvik2009-03-17
| * | | | | | checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2009-03-15
| * | | | | | Makefile: Set compiler switch for USE_NSECBrian Gernhardt2009-03-08
| * | | | | | Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt2009-03-08
| * | | | | | Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-08
| * | | | | | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-07
| * | | | | | write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-23
| * | | | | | verify_uptodate(): add ce_uptodate(ce) testKjetil Barvik2009-02-19
| * | | | | | make USE_NSEC work as expectedKjetil Barvik2009-02-19