summaryrefslogtreecommitdiffstats
path: root/tree-walk.h (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-20Git 1.6.6.1v1.6.6.1Junio C Hamano3-8/+16
2010-01-20Git 1.6.5.8v1.6.5.8Junio C Hamano4-3/+32
2010-01-20Makefile: honor NO_CURL when setting REMOTE_CURL_* variablesJohannes Sixt1-10/+6
2010-01-20ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt1-1/+1
2010-01-19bisect: fix singular/plural grammar nitDavid Ripton1-3/+5
2010-01-19Fix mis-backport of t7002Junio C Hamano1-1/+5
2010-01-19Update draft release notes to 1.7.0Junio C Hamano1-1/+16
2010-01-19Update draft release notes to 1.6.6.1Junio C Hamano1-1/+16
2010-01-19Replace parse_blob() with an explanatory commentDaniel Barkalow2-22/+8
2010-01-19grep: NUL terminate input from a fileJim Meyering1-0/+1
2010-01-18symlinks.c: remove unused functionsJunio C Hamano2-33/+0
2010-01-18object.c: remove unused functionsJunio C Hamano2-26/+0
2010-01-18Update draft release notes to 1.7.0Junio C Hamano1-1/+38
2010-01-17Update COPYING with GPLv2 with new FSF addressJunio C Hamano1-13/+12
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano3-2/+8
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano3-1/+11
2010-01-17commit.c::print_summary: do not release the format string too earlyJunio C Hamano1-1/+1
2010-01-17Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt1-17/+19
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski6-11/+217
2010-01-17MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones2-25/+19
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt3-49/+50
2010-01-17Windows: simplify the pipe(2) implementationJohannes Sixt1-29/+8
2010-01-17Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt1-2/+14
2010-01-17Windows: disable PythonErik Faye-Lund1-0/+2
2010-01-17Add push --set-upstreamIlari Liusvaara5-1/+136
2010-01-16t7111: fix bad HEAD in tests with unmerged entriesChristian Couder1-10/+10
2010-01-16difftool: Update copyright notices to list each year separatelyDavid Aguilar2-2/+2
2010-01-16Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger1-1/+1
2010-01-16Test t5560: Fix test when run with dashTarmigan Casebolt1-5/+10
2010-01-16difftool: Use eval to expand '--extcmd' expressionsDavid Aguilar2-2/+14
2010-01-16difftool: Add '-x' and as an alias for '--extcmd'David Aguilar3-8/+24
2010-01-16t7800-difftool.sh: Simplify the --extcmd testDavid Aguilar1-8/+5
2010-01-15grep --no-index: allow use of "git grep" outside a git repositoryJunio C Hamano2-0/+78
2010-01-15grep: prepare to run outside of a work treeJunio C Hamano2-1/+8
2010-01-15Document git-blame triple -C optionRamkumar Ramachandra2-3/+5
2010-01-15fast-import: tag may point to any object typeDmitry Potapov1-5/+5
2010-01-14commit: allow suppression of implicit identity adviceJeff King4-2/+11
2010-01-14commit: show interesting ident information in summaryJeff King2-4/+42
2010-01-14strbuf: add strbuf_addbuf_percentquoteJeff King3-0/+19
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King5-1/+18
2010-01-14rebase -i: Retain user-edited commit messages after squash/fixup conflictsMichael Haggerty2-39/+63
2010-01-14t3404: Set up more of the test repo in the "setup" stepMichael Haggerty1-25/+26
2010-01-14rebase -i: For fixup commands without squashes, do not start editorMichael Haggerty2-31/+57
2010-01-14rebase -i: Change function make_squash_message into update_squash_messageMichael Haggerty1-15/+20
2010-01-14rebase -i: Extract function do_with_authorMichael Haggerty1-12/+15
2010-01-14rebase -i: Handle the author script all in one place in do_nextMichael Haggerty1-2/+2
2010-01-14rebase -i: Extract a function "commit_message"Michael Haggerty1-5/+10
2010-01-14rebase -i: Simplify commit counting for generated commit messagesMichael Haggerty1-8/+3
2010-01-14rebase -i: Improve consistency of commit count in generated commit messagesMichael Haggerty2-3/+3
2010-01-14t3404: Test the commit count in commit messages generated by "rebase -i"Michael Haggerty2-3/+12