summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-16rerere: use ll_merge() instead of using xdl_merge()Libravatar Junio C Hamano1-4/+1
2010-01-16merge-tree: use ll_merge() not xdl_merge()Libravatar Junio C Hamano2-11/+9
2010-01-16xdl_merge(): allow passing down marker_size in xmparam_tLibravatar Junio C Hamano2-8/+18
2010-01-16xdl_merge(): introduce xmparam_t for merge specific parametersLibravatar Junio C Hamano6-12/+17
2010-01-16git_attr(): fix function signatureLibravatar Junio C Hamano9-14/+19
2010-01-16Do not use date.c:tm_to_time_t() from compat/mingw.cLibravatar Johannes Sixt1-17/+19
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APILibravatar Andrzej K. Haczewski6-11/+217
2010-01-16Merge branch 'maint'Libravatar Junio C Hamano3-4/+6
2010-01-16Merge branch 'cc/reset-more'Libravatar Junio C Hamano1-10/+10
2010-01-16Documentation: Update git core tutorial clarifying reference to scriptsLibravatar Ramkumar Ramachandra1-0/+8
2010-01-16MSVC: Fix an "incompatible pointer types" compiler warningLibravatar Ramsay Jones2-25/+19
2010-01-16Windows: avoid the "dup dance" when spawning a child processLibravatar Johannes Sixt3-49/+50
2010-01-16Windows: simplify the pipe(2) implementationLibravatar Johannes Sixt1-29/+8
2010-01-16Windows: boost startup by avoiding a static dependency on shell32.dllLibravatar Johannes Sixt1-2/+14
2010-01-16Windows: disable PythonLibravatar Erik Faye-Lund1-0/+2
2010-01-16Add push --set-upstreamLibravatar Ilari Liusvaara5-1/+136
2010-01-16t7111: fix bad HEAD in tests with unmerged entriesLibravatar Christian Couder1-10/+10
2010-01-15difftool: Update copyright notices to list each year separatelyLibravatar David Aguilar2-2/+2
2010-01-15Fix uninitialized variable in get_refs_via_rsync().Libravatar Richard Weinberger1-1/+1
2010-01-15Test t5560: Fix test when run with dashLibravatar Tarmigan Casebolt1-5/+10
2010-01-15status: only touch path we may need to checkLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2010-01-15difftool: Use eval to expand '--extcmd' expressionsLibravatar David Aguilar2-2/+14
2010-01-15difftool: Add '-x' and as an alias for '--extcmd'Libravatar David Aguilar3-8/+24
2010-01-15t7800-difftool.sh: Simplify the --extcmd testLibravatar David Aguilar1-8/+5
2010-01-15grep --no-index: allow use of "git grep" outside a git repositoryLibravatar Junio C Hamano2-0/+78
2010-01-15grep: prepare to run outside of a work treeLibravatar Junio C Hamano2-1/+8
2010-01-14Document git-blame triple -C optionLibravatar Ramkumar Ramachandra2-3/+5
2010-01-14fast-import: tag may point to any object typeLibravatar Dmitry Potapov1-5/+5
2010-01-14commit: allow suppression of implicit identity adviceLibravatar Jeff King4-2/+11
2010-01-14commit: show interesting ident information in summaryLibravatar Jeff King2-4/+42
2010-01-14strbuf: add strbuf_addbuf_percentquoteLibravatar Jeff King3-0/+19
2010-01-14strbuf_expand: convert "%%" to "%"Libravatar Jeff King5-1/+18
2010-01-14rebase -i: Retain user-edited commit messages after squash/fixup conflictsLibravatar Michael Haggerty2-39/+63
2010-01-14t3404: Set up more of the test repo in the "setup" stepLibravatar Michael Haggerty1-25/+26
2010-01-14rebase -i: For fixup commands without squashes, do not start editorLibravatar Michael Haggerty2-31/+57
2010-01-14rebase -i: Change function make_squash_message into update_squash_messageLibravatar Michael Haggerty1-15/+20
2010-01-14rebase -i: Extract function do_with_authorLibravatar Michael Haggerty1-12/+15
2010-01-14rebase -i: Handle the author script all in one place in do_nextLibravatar Michael Haggerty1-2/+2
2010-01-14rebase -i: Extract a function "commit_message"Libravatar Michael Haggerty1-5/+10
2010-01-14rebase -i: Simplify commit counting for generated commit messagesLibravatar Michael Haggerty1-8/+3
2010-01-14rebase -i: Improve consistency of commit count in generated commit messagesLibravatar Michael Haggerty2-3/+3
2010-01-14t3404: Test the commit count in commit messages generated by "rebase -i"Libravatar Michael Haggerty2-3/+12
2010-01-14rebase -i: Introduce a constant AMENDLibravatar Michael Haggerty1-4/+12
2010-01-14rebase -i: Introduce a constant AUTHOR_SCRIPTLibravatar Michael Haggerty1-6/+11
2010-01-14rebase -i: Document how temporary files are usedLibravatar Michael Haggerty1-7/+34
2010-01-14rebase -i: Use symbolic constant $MSG consistentlyLibravatar Michael Haggerty1-4/+4
2010-01-14rebase -i: Use "test -n" instead of "test ! -z"Libravatar Michael Haggerty1-1/+1
2010-01-14rebase -i: Inline expressionLibravatar Michael Haggerty1-2/+1
2010-01-14rebase -i: Remove dead codeLibravatar Michael Haggerty1-1/+0
2010-01-14rebase -i: Make the condition for an "if" more transparentLibravatar Michael Haggerty1-1/+2