summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Quote AC_CACHE_CHECK argumentsJakub Narebski2006-09-051-4/+4
* autoconf: Check for subprocess.pyJakub Narebski2006-09-051-0/+10
* autoconf: Add -liconv to LIBS when NEEDS_LIBICONVJakub Narebski2006-09-051-0/+1
* gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski2006-09-051-8/+21
* gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski2006-09-051-4/+4
* gitweb: Add GIT favicon, assuming image/png typeJakub Narebski2006-09-053-0/+7
* Fix git-fsck-objects SIGSEGV/divide-by-zeroLinus Torvalds2006-09-051-4/+5
* gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski2006-09-041-1/+1
* Update GIT_TRACE documentation.Christian Couder2006-09-031-1/+10
* Merge branch 'master' into cc/traceJunio C Hamano2006-09-0345-312/+972
|\
| * Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-0210-64/+229
| * Replace uses of strdup with xstrdup.Shawn Pearce2006-09-0234-76/+84
| * consolidate two copies of new style object header parsing code.Junio C Hamano2006-09-021-40/+45
| * Documentation: Fix howto/revert-branch-rebase.html generationSergey Vlasov2006-09-011-1/+1
| * fmt-merge-msg: fix off-by-one bugJohannes Schindelin2006-09-011-1/+1
| * git-rev-list(1): group options; reformat; document more optionsJonas Fonseca2006-09-011-66/+188
| * Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-09-011-95/+587
| |\
| | * gitk: Fix some bugs in the new cherry-picking codePaul Mackerras2006-08-281-2/+6
| | * gitk: Improve responsiveness while reading and layout out the graphPaul Mackerras2006-08-161-24/+34
| | * gitk: Update preceding/following tag info when creating a tagPaul Mackerras2006-08-081-0/+77
| | * gitk: Add a menu item for cherry-picking commitsPaul Mackerras2006-08-061-43/+210
| | * gitk: Fix a couple of buglets in the branch head menu itemsPaul Mackerras2006-08-021-2/+2
| | * gitk: Add a context menu for headsPaul Mackerras2006-08-021-0/+118
| | * gitk: Add a row context-menu item for creating a new branchPaul Mackerras2006-08-021-0/+80
| | * gitk: Recompute ancestor/descendent heads/tags when rereading refsPaul Mackerras2006-08-021-47/+85
| | * gitk: Minor cleanupsPaul Mackerras2006-07-171-7/+5
| * | Constness tightening for move/link_temp_to_file()Junio C Hamano2006-09-012-3/+3
| * | gitweb: Fix git_blameAneesh Kumar K.V2006-09-011-4/+6
| * | Include config.mak.autogen in the doc MakefileJonas Fonseca2006-09-011-0/+2
| * | Use xmalloc instead of mallocJonas Fonseca2006-09-019-16/+16
| * | git(7): move gitk(1) to the list of porcelain commandsJonas Fonseca2006-09-011-7/+3
* | | Trace into open fd and refactor tracing code.Christian Couder2006-08-3110-64/+196
|/ /
* | t5710: fix two thinkos.Junio C Hamano2006-08-311-0/+2
* | Merge early part of branch 'jc/daemon'Junio C Hamano2006-08-311-7/+106
|\ \
| * | daemon: prepare for multiple services.Junio C Hamano2006-08-281-7/+106
* | | gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski2006-08-311-3/+3
* | | gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski2006-08-311-44/+59
* | | gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski2006-08-311-19/+43
* | | use do() instead of require() to include configurationDennis Stosberg2006-08-311-1/+1
* | | gitweb: Remove forgotten call to git_to_hashDennis Stosberg2006-08-311-4/+0
* | | log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu2006-08-301-50/+66
* | | Remove uneeded #includeJohannes Schindelin2006-08-292-2/+0
* | | Makefile: fix typoJohannes Schindelin2006-08-291-1/+1
* | | unpack-objects: remove unused variable "eof"Johannes Schindelin2006-08-291-3/+1
* | | git-fsck-objects: lacking default references should not be fatalLinus Torvalds2006-08-291-2/+17
* | | Check if pack directory exists prior to descending into itMatthias Kestenholz2006-08-291-1/+1
* | | gitweb: Add local time and timezone to git_print_authorshipJakub Narebski2006-08-291-2/+10
* | | gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski2006-08-291-22/+49
* | | gitweb: git_print_log: signoff line is non-empty lineJakub Narebski2006-08-291-0/+1
* | | gitweb: Add author information to commitdiff viewJakub Narebski2006-08-292-0/+18