| Commit message (Expand) | Author | Age | Files | Lines |
* | autoconf: Add support for setting NO_ICONV and ICONVDIR | Jakub Narebski | 2006-09-07 | 2 | -1/+13 |
* | autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv | Jakub Narebski | 2006-09-07 | 1 | -2/+5 |
* | Merge branch 'jc/daemon' | Junio C Hamano | 2006-09-07 | 2 | -12/+38 |
|\ |
|
| * | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 | 2 | -13/+1 |
| * | multi-service daemon: documentation | Junio C Hamano | 2006-08-27 | 1 | -8/+39 |
| * | daemon: add upload-tar service. | Junio C Hamano | 2006-08-27 | 1 | -4/+11 |
* | | Merge branch 'pm/diff' | Junio C Hamano | 2006-09-07 | 1 | -0/+25 |
|\ \ |
|
| * | | diff-index --cc shows a 3-way diff between HEAD, index and working tree. | Paul Mackerras | 2006-09-05 | 1 | -0/+25 |
* | | | git-repack: create new packs inside $GIT_DIR, not cwd | Martin Langhoff | 2006-09-06 | 1 | -4/+7 |
* | | | Teach rev-list an option to read revs from the standard input. | Junio C Hamano | 2006-09-05 | 2 | -0/+31 |
* | | | revision.c: allow injecting revision parameters after setup_revisions(). | Junio C Hamano | 2006-09-05 | 2 | -74/+87 |
* | | | Fix memory leak in prepend_to_path (git.c). | Christian Couder | 2006-09-05 | 1 | -0/+2 |
* | | | send-pack: remove remote reference limit | Andy Whitcroft | 2006-09-05 | 1 | -1/+1 |
* | | | autoconf: Fix copy'n'paste error | Jakub Narebski | 2006-09-05 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'jc/pack' | Junio C Hamano | 2006-09-04 | 4 | -16/+100 |
|\ \ |
|
| * | | more lightweight revalidation while reusing deflated stream in packing | Junio C Hamano | 2006-09-03 | 4 | -41/+65 |
| * | | pack-objects: fix thinko in revalidate code | Junio C Hamano | 2006-09-03 | 1 | -6/+7 |
| * | | pack-objects: re-validate data we copy from elsewhere. | Junio C Hamano | 2006-09-02 | 1 | -4/+63 |
* | | | autoconf: Quote AC_CACHE_CHECK arguments | Jakub Narebski | 2006-09-04 | 1 | -4/+4 |
* | | | autoconf: Check for subprocess.py | Jakub Narebski | 2006-09-04 | 1 | -0/+10 |
* | | | autoconf: Add -liconv to LIBS when NEEDS_LIBICONV | Jakub Narebski | 2006-09-04 | 1 | -0/+1 |
* | | | gitweb: Divide page path into directories -- path's "breadcrumbs" | Jakub Narebski | 2006-09-04 | 1 | -8/+21 |
* | | | gitweb: Correct typo: '==' instead of 'eq' in git_difftree_body | Jakub Narebski | 2006-09-04 | 1 | -4/+4 |
* | | | gitweb: Add GIT favicon, assuming image/png type | Jakub Narebski | 2006-09-04 | 3 | -0/+7 |
* | | | Fix git-fsck-objects SIGSEGV/divide-by-zero | Linus Torvalds | 2006-09-04 | 1 | -4/+5 |
* | | | gitweb: Change the name of diff to parent link in "commit" view to "diff | Jakub Narebski | 2006-09-03 | 1 | -1/+1 |
* | | | Update GIT_TRACE documentation. | Christian Couder | 2006-09-03 | 1 | -1/+10 |
* | | | Merge branch 'master' into cc/trace | Junio C Hamano | 2006-09-02 | 45 | -312/+972 |
|\ \ \
| |/ / |
|
| * | | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 2006-09-02 | 10 | -64/+229 |
| * | | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 34 | -76/+84 |
| * | | consolidate two copies of new style object header parsing code. | Junio C Hamano | 2006-09-01 | 1 | -40/+45 |
| * | | Documentation: Fix howto/revert-branch-rebase.html generation | Sergey Vlasov | 2006-09-01 | 1 | -1/+1 |
| * | | fmt-merge-msg: fix off-by-one bug | Johannes Schindelin | 2006-09-01 | 1 | -1/+1 |
| * | | git-rev-list(1): group options; reformat; document more options | Jonas Fonseca | 2006-09-01 | 1 | -66/+188 |
| * | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2006-09-01 | 1 | -95/+587 |
| |\ \ |
|
| | * | | gitk: Fix some bugs in the new cherry-picking code | Paul Mackerras | 2006-08-28 | 1 | -2/+6 |
| | * | | gitk: Improve responsiveness while reading and layout out the graph | Paul Mackerras | 2006-08-16 | 1 | -24/+34 |
| | * | | gitk: Update preceding/following tag info when creating a tag | Paul Mackerras | 2006-08-08 | 1 | -0/+77 |
| | * | | gitk: Add a menu item for cherry-picking commits | Paul Mackerras | 2006-08-06 | 1 | -43/+210 |
| | * | | gitk: Fix a couple of buglets in the branch head menu items | Paul Mackerras | 2006-08-02 | 1 | -2/+2 |
| | * | | gitk: Add a context menu for heads | Paul Mackerras | 2006-08-02 | 1 | -0/+118 |
| | * | | gitk: Add a row context-menu item for creating a new branch | Paul Mackerras | 2006-08-02 | 1 | -0/+80 |
| | * | | gitk: Recompute ancestor/descendent heads/tags when rereading refs | Paul Mackerras | 2006-08-02 | 1 | -47/+85 |
| | * | | gitk: Minor cleanups | Paul Mackerras | 2006-07-18 | 1 | -7/+5 |
| * | | | Constness tightening for move/link_temp_to_file() | Junio C Hamano | 2006-09-01 | 2 | -3/+3 |
| * | | | gitweb: Fix git_blame | Aneesh Kumar K.V | 2006-08-31 | 1 | -4/+6 |
| * | | | Include config.mak.autogen in the doc Makefile | Jonas Fonseca | 2006-08-31 | 1 | -0/+2 |
| * | | | Use xmalloc instead of malloc | Jonas Fonseca | 2006-08-31 | 9 | -16/+16 |
| * | | | git(7): move gitk(1) to the list of porcelain commands | Jonas Fonseca | 2006-08-31 | 1 | -7/+3 |
* | | | | Trace into open fd and refactor tracing code. | Christian Couder | 2006-08-31 | 10 | -64/+196 |
|/ / / |
|