Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http-push: fix xml_entities() string parsing overrun | Hunter, D. Seth | 2009-07-06 | 1 | -0/+2 |
* | Remove filename from conflict markers | Martin Renold | 2009-07-01 | 4 | -13/+17 |
* | Merge branch 'cc/bisect' | Junio C Hamano | 2009-07-01 | 3 | -16/+43 |
|\ | |||||
| * | Documentation: remove warning saying that "git bisect skip" may slow bisection | Christian Couder | 2009-06-13 | 1 | -3/+2 |
| * | bisect: use a PRNG with a bias when skipping away from untestable commits | Christian Couder | 2009-06-13 | 2 | -13/+41 |
* | | Merge branch 'js/daemon-log' | Junio C Hamano | 2009-07-01 | 3 | -40/+76 |
|\ \ | |||||
| * | | receive-pack: do not send error details to the client | Johannes Sixt | 2009-06-21 | 1 | -31/+22 |
| * | | upload-pack: squelch progress indicator if client cannot see it | Johannes Sixt | 2009-06-18 | 1 | -1/+6 |
| * | | daemon: send stderr of service programs to the syslog | Johannes Sixt | 2009-06-18 | 1 | -8/+48 |
* | | | Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' | Junio C Hamano | 2009-07-01 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | git-remote: fix missing .uploadpack usage for show command | Chris Frey | 2009-06-25 | 1 | -1/+1 |
* | | | | Merge branch 'sb/quiet-porcelains' | Junio C Hamano | 2009-07-01 | 12 | -74/+225 |
|\ \ \ \ | |||||
| * | | | | stash: teach quiet option | Stephen Boyd | 2009-06-18 | 3 | -24/+92 |
| * | | | | am, rebase: teach quiet option | Stephen Boyd | 2009-06-18 | 6 | -24/+97 |
| * | | | | submodule, repack: migrate to git-sh-setup's say() | Stephen Boyd | 2009-06-18 | 2 | -25/+11 |
| * | | | | git-sh-setup: introduce say() for quiet options | Stephen Boyd | 2009-06-18 | 1 | -0/+9 |
| * | | | | am: suppress apply errors when using 3-way | Stephen Boyd | 2009-06-18 | 1 | -1/+8 |
| * | | | | t4150: test applying with a newline in subject | Stephen Boyd | 2009-06-18 | 1 | -0/+8 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory' | Junio C Hamano | 2009-07-01 | 2 | -0/+59 |
|\ \ \ \ | |||||
| * | | | | diff-tree -r -t: include added/removed directories in the output | Nick Edelen | 2009-06-13 | 2 | -0/+59 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2009-07-01 | 1 | -3/+4 |
|\ \ \ \ \ | |||||
| * | | | | | request-pull: really really disable pager | Michal Marek | 2009-07-01 | 1 | -3/+4 |
* | | | | | | log-tree: fix confusing comment | Jeff King | 2009-07-01 | 1 | -1/+2 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-30 | 6 | -17/+21 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | attr: plug minor memory leak | René Scharfe | 2009-06-30 | 1 | -0/+2 |
| * | | | | | request-pull: really disable pager | Junio C Hamano | 2009-06-30 | 1 | -2/+2 |
| * | | | | | Makes some cleanup/review in gittutorial | Thadeu Lima de Souza Cascardo | 2009-06-30 | 1 | -12/+12 |
| * | | | | | Makefile: git.o depends on library headers | Johannes Sixt | 2009-06-30 | 1 | -1/+1 |
| * | | | | | git-submodule documentation: fix foreach example | Miklos Vajna | 2009-06-30 | 2 | -2/+4 |
* | | | | | | git.c: avoid allocating one-too-many elements for new argv array | Brandon Casey | 2009-06-30 | 1 | -2/+1 |
* | | | | | | git-mv: fix directory separator treatment on Windows | Johannes Sixt | 2009-06-30 | 1 | -7/+3 |
* | | | | | | completion: add missing config variables | Stephen Boyd | 2009-06-30 | 1 | -2/+3 |
* | | | | | | git log: add '--merges' flag to match '--no-merges' | Linus Torvalds | 2009-06-29 | 2 | -0/+5 |
* | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-06-27 | 5 | -42/+446 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git svn: Doc update for multiple branch and tag paths | Marc Branchaud | 2009-06-27 | 1 | -9/+35 |
| * | | | | | | git svn: cleanup t9138-multiple-branches | Marc Branchaud | 2009-06-27 | 1 | -57/+66 |
| * | | | | | | git-svn: Canonicalize svn urls to prevent libsvn assertion | Ulrich Dangel | 2009-06-26 | 1 | -1/+8 |
| * | | | | | | t9138: remove stray dot in test which broke bash | Eric Wong | 2009-06-26 | 1 | -1/+0 |
| * | | | | | | git-svn: convert globs to regexps for branch destinations | Eric Wong | 2009-06-25 | 1 | -1/+3 |
| * | | | | | | git svn: Support multiple branch and tag paths in the svn repository. | Marc Branchaud | 2009-06-25 | 2 | -22/+170 |
| * | | | | | | Add 'git svn reset' to unwind 'git svn fetch' | Ben Jackson | 2009-06-25 | 3 | -6/+164 |
| * | | | | | | git-svn: speed up find_rev_before | Ben Jackson | 2009-06-25 | 1 | -0/+2 |
| * | | | | | | Add 'git svn help [cmd]' which works outside a repo. | Ben Jackson | 2009-06-25 | 1 | -0/+3 |
| * | | | | | | git-svn: let 'dcommit $rev' work on $rev instead of HEAD | Thomas Rast | 2009-06-25 | 3 | -4/+54 |
* | | | | | | | Merge branch 'pb/send-email-cccmd-fix' | Junio C Hamano | 2009-06-27 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATH | Brandon Casey | 2009-06-23 | 1 | -1/+4 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-27 | 4 | -2/+44 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | gitweb/README: fix AliasMatch in example | Giuseppe Bilotta | 2009-06-27 | 1 | -1/+9 |
| * | | | | | | | Test grep --and/--or/--not | Thomas Rast | 2009-06-27 | 1 | -0/+30 |
| * | | | | | | | Test git archive --remote | Thomas Rast | 2009-06-27 | 1 | -0/+4 |
| | |_|_|_|/ / | |/| | | | | |