summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-18Merge branch 'jh/commit-status'Junio C Hamano
2010-01-17Merge branch 'jn/makefile'Junio C Hamano
2010-01-17Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge'Junio C Hamano
2010-01-17Merge branch 'tc/clone-v-progress'Junio C Hamano
2010-01-17Merge branch 'tc/smart-http-restrict'Junio C Hamano
2010-01-17Merge branch 'jk/run-command-use-shell'Junio C Hamano
2010-01-17Merge branch 'sr/gfi-options'Junio C Hamano
2010-01-17Update COPYING with GPLv2 with new FSF addressJunio C Hamano
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano
2010-01-17commit.c::print_summary: do not release the format string too earlyJunio C Hamano
2010-01-17Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski
2010-01-17Merge branch 'maint'Junio C Hamano
2010-01-17Merge branch 'cc/reset-more'Junio C Hamano
2010-01-17MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt
2010-01-17Windows: simplify the pipe(2) implementationJohannes Sixt
2010-01-17Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt
2010-01-17Windows: disable PythonErik Faye-Lund
2010-01-17Add push --set-upstreamIlari Liusvaara
2010-01-16t7111: fix bad HEAD in tests with unmerged entriesChristian Couder
2010-01-16difftool: Update copyright notices to list each year separatelyDavid Aguilar
2010-01-16Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger
2010-01-16Test t5560: Fix test when run with dashTarmigan Casebolt
2010-01-15difftool: Use eval to expand '--extcmd' expressionsDavid Aguilar
2010-01-15difftool: Add '-x' and as an alias for '--extcmd'David Aguilar
2010-01-15t7800-difftool.sh: Simplify the --extcmd testDavid Aguilar
2010-01-15grep --no-index: allow use of "git grep" outside a git repositoryJunio C Hamano
2010-01-15grep: prepare to run outside of a work treeJunio C Hamano
2010-01-15Document git-blame triple -C optionRamkumar Ramachandra
2010-01-15fast-import: tag may point to any object typeDmitry Potapov
2010-01-14commit: allow suppression of implicit identity adviceJeff King
2010-01-14commit: show interesting ident information in summaryJeff King
2010-01-14strbuf: add strbuf_addbuf_percentquoteJeff King
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King
2010-01-14rebase -i: Retain user-edited commit messages after squash/fixup conflictsMichael Haggerty
2010-01-14t3404: Set up more of the test repo in the "setup" stepMichael Haggerty
2010-01-14rebase -i: For fixup commands without squashes, do not start editorMichael Haggerty
2010-01-14rebase -i: Change function make_squash_message into update_squash_messageMichael Haggerty
2010-01-14rebase -i: Extract function do_with_authorMichael Haggerty
2010-01-14rebase -i: Handle the author script all in one place in do_nextMichael Haggerty
2010-01-14rebase -i: Extract a function "commit_message"Michael Haggerty
2010-01-14rebase -i: Simplify commit counting for generated commit messagesMichael Haggerty
2010-01-14rebase -i: Improve consistency of commit count in generated commit messagesMichael Haggerty
2010-01-14t3404: Test the commit count in commit messages generated by "rebase -i"Michael Haggerty
2010-01-14rebase -i: Introduce a constant AMENDMichael Haggerty
2010-01-14rebase -i: Introduce a constant AUTHOR_SCRIPTMichael Haggerty
2010-01-14rebase -i: Document how temporary files are usedMichael Haggerty
2010-01-14rebase -i: Use symbolic constant $MSG consistentlyMichael Haggerty