summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-30git-add--interactive: Allow Ctrl-D to exitJean-Luc Herren
2007-09-30Make read_patch_file work on a strbuf.Pierre Habouzit
2007-09-30strbuf_read_file enhancement, and use it.Pierre Habouzit
2007-09-30post-checkout hook, tests, and docsJosh England
2007-09-30Make for-each-ref's grab_date() support per-atom formattingAndy Parkins
2007-09-30Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins
2007-09-30parse_date_format(): convert a format name to an enum date_modeAndy Parkins
2007-09-29Merge branch 'gr/smtp'Junio C Hamano
2007-09-29Merge branch 'ss/svnimport'Junio C Hamano
2007-09-29Merge branch 'sv/svn'Junio C Hamano
2007-09-29Merge branch 'ml/submodule'Junio C Hamano
2007-09-29Merge branch 'jb/remote-rm'Junio C Hamano
2007-09-29Merge branch 'jk/diff-rename'Junio C Hamano
2007-09-29Sync with GIT 1.5.3.3Junio C Hamano
2007-09-29GIT 1.5.3.3v1.5.3.3Junio C Hamano
2007-09-29Fix revision log diff setup, avoid unnecessary diff generationLinus Torvalds
2007-09-29git-bundle: fix commandline examples in the manpageMiklos Vajna
2007-09-29Merge branch 'mergetool' of git://repo.or.cz/git/mergetool into maintJunio C Hamano
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-29double free in builtin-update-index.cPierre Habouzit
2007-09-29mergetool: Fix typo in options passed to kdiff3Theodore Ts'o
2007-09-29mergetool: fix emerge when running in a subdirectoryTheodore Ts'o
2007-09-29Mergetool generating blank files (1.5.3)Junio C Hamano
2007-09-27quiltimport: Skip non-existent patchesDan Nicholson
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg
2007-09-27Add strbuf_read_file().Kristian Høgsberg
2007-09-27rerere: Fix use of an empty strbuf.bufJunio C Hamano
2007-09-26apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin
2007-09-26Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica
2007-09-26send-email --smtp-server-port: allow overriding the default portJunio C Hamano
2007-09-26Small cache_tree_write refactor.Pierre Habouzit
2007-09-26Make builtin-rerere use of strbuf nicer and more efficient.Pierre Habouzit
2007-09-26Add strbuf_cmp.Pierre Habouzit
2007-09-26strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano
2007-09-26rebase -i: work on a detached HEADJohannes Schindelin
2007-09-26Merge branch 'jc/autogc' into js/rebase-iJunio C Hamano
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek
2007-09-26diffcore-rename: cache file deltasJeff King
2007-09-26rebase -i: create .dotest-merge after validating options.Matt Kraai
2007-09-26core-tutorial: correct URLRandy Dunlap
2007-09-26Fix spelling of overridden in documentationShawn Bohrer
2007-09-26rebase -i: avoid exporting GIT_AUTHOR_* variablesJohannes Schindelin
2007-09-26rebase -i: Fix numbers in progress reportJohannes Schindelin
2007-09-26rebase -i: style fixes and minor cleanupsJohannes Schindelin
2007-09-26rebase -i: commit when continuing after "edit"Johannes Schindelin
2007-09-26gitattributes.txt: Be more to the point in the filter driver description.Johannes Sixt
2007-09-26gitattributes.txt: Remove a duplicated paragraph about 'ident' and 'crlf' int...Johannes Sixt
2007-09-26Make merge-recursive honor diff.renamelimitLars Hjemli
2007-09-26Move convert-objects to contrib.Matt Kraai
2007-09-26user-manual: Explain what submodules are good for.Michael Smith