summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-10Add --verbose to git-archiveJunio C Hamano
2006-09-10archive: force line buffered output to stderrJunio C Hamano
2006-09-10Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe
2006-09-10archive: allow remote to have more formats than we understand.Junio C Hamano
2006-09-09git-archive: make compression level of ZIP archives configurableRene Scharfe
2006-09-09Add git-upload-archiveFranck Bui-Huu
2006-09-09git-archive: wire up ZIP format.Franck Bui-Huu
2006-09-09git-archive: wire up TAR format.Franck Bui-Huu
2006-09-09Add git-archiveFranck Bui-Huu
2006-09-07autoconf: Add config.cache to .gitignoreJakub Narebski
2006-09-07autoconf: Add support for setting NO_ICONV and ICONVDIRJakub Narebski
2006-09-07autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconvJakub Narebski
2006-09-07Merge branch 'jc/daemon'Junio C Hamano
2006-09-07Revert "daemon: add upload-tar service."Junio C Hamano
2006-09-07Merge branch 'pm/diff'Junio C Hamano
2006-09-06git-repack: create new packs inside $GIT_DIR, not cwdMartin Langhoff
2006-09-06Teach rev-list an option to read revs from the standard input.Junio C Hamano
2006-09-06revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano
2006-09-06Fix memory leak in prepend_to_path (git.c).Christian Couder
2006-09-06send-pack: remove remote reference limitAndy Whitcroft
2006-09-05autoconf: Fix copy'n'paste errorJakub Narebski
2006-09-05diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras
2006-09-05Merge branch 'jc/pack'Junio C Hamano
2006-09-05autoconf: Quote AC_CACHE_CHECK argumentsJakub Narebski
2006-09-05autoconf: Check for subprocess.pyJakub Narebski
2006-09-05autoconf: Add -liconv to LIBS when NEEDS_LIBICONVJakub Narebski
2006-09-04gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski
2006-09-04gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski
2006-09-04gitweb: Add GIT favicon, assuming image/png typeJakub Narebski
2006-09-04Fix git-fsck-objects SIGSEGV/divide-by-zeroLinus Torvalds
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano
2006-09-03gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski
2006-09-03pack-objects: fix thinko in revalidate codeJunio C Hamano
2006-09-03Update GIT_TRACE documentation.Christian Couder
2006-09-03Merge branch 'master' into cc/traceJunio C Hamano
2006-09-03pack-objects: re-validate data we copy from elsewhere.Junio C Hamano
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-09-01consolidate two copies of new style object header parsing code.Junio C Hamano
2006-09-01Documentation: Fix howto/revert-branch-rebase.html generationSergey Vlasov
2006-09-01fmt-merge-msg: fix off-by-one bugJohannes Schindelin
2006-09-01git-rev-list(1): group options; reformat; document more optionsJonas Fonseca
2006-09-01Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2006-09-01Constness tightening for move/link_temp_to_file()Junio C Hamano
2006-09-01gitweb: Fix git_blameAneesh Kumar K.V
2006-08-31Include config.mak.autogen in the doc MakefileJonas Fonseca
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-31git(7): move gitk(1) to the list of porcelain commandsJonas Fonseca
2006-08-31Trace into open fd and refactor tracing code.Christian Couder
2006-08-31t5710: fix two thinkos.Junio C Hamano