summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-13Merge branch 'jc/checkout-merge-base'Libravatar Junio C Hamano7-5/+222
2010-01-13Merge branch 'rs/maint-archive-match-pathspec'Libravatar Junio C Hamano1-1/+24
2010-01-13Merge branch 'il/vcs-helper'Libravatar Junio C Hamano7-93/+505
2010-01-13strbuf_addbuf(): allow passing the same buf to dst and srcLibravatar Junio C Hamano1-0/+1
2010-01-13Merge branch 'cc/reset-more'Libravatar Junio C Hamano7-20/+435
2010-01-13Merge branch 'nd/sparse'Libravatar Junio C Hamano33-102/+1049
2010-01-13t7502: test commit.status, --status and --no-statusLibravatar Junio C Hamano1-0/+109
2010-01-13grep: rip out pessimization to use fixmatch()Libravatar Junio C Hamano1-8/+1
2010-01-13grep: rip out support for external grepLibravatar Junio C Hamano5-324/+8
2010-01-13commit: support commit.status, --status, and --no-statusLibravatar James P. Howard, II3-3/+25
2010-01-12Merge branch 'maint'Libravatar Junio C Hamano4-5/+3
2010-01-12lockfile: show absolute filename in unable_to_lock_messageLibravatar Matthieu Moy1-2/+3
2010-01-12Introduce <branch>@{upstream} notationLibravatar Johannes Schindelin3-3/+109
2010-01-12hg-to-git: fix COMMITTER type-oLibravatar Bart Trojanowski1-4/+4
2010-01-12Be more user-friendly when refusing to do something because of conflict.Libravatar Matthieu Moy9-13/+93
2010-01-12Improve error message when a transport helper was not foundLibravatar Ilari Liusvaara1-4/+10
2010-01-12remote-curl: Fix Accept header for smart HTTP connectionsLibravatar Shawn O. Pearce2-2/+2
2010-01-12rebase-i: Ignore comments and blank lines in peek_next_commandLibravatar Michael Haggerty2-1/+25
2010-01-12lib-rebase: Allow comments and blank lines to be added to the rebase scriptLibravatar Michael Haggerty1-5/+16
2010-01-12lib-rebase: Provide clearer debugging info about what the editor didLibravatar Michael Haggerty1-2/+3
2010-01-12strbuf.c: remove unused functionLibravatar Junio C Hamano2-8/+0
2010-01-12sha1_file.c: remove unused functionLibravatar Junio C Hamano2-9/+0
2010-01-12mailmap.c: remove unused functionLibravatar Junio C Hamano2-6/+0
2010-01-12utf8.c: mark file-local function staticLibravatar Junio C Hamano2-2/+1
2010-01-12submodule.c: mark file-local function staticLibravatar Junio C Hamano1-1/+1
2010-01-12quote.c: mark file-local function staticLibravatar Junio C Hamano2-2/+1
2010-01-12remote-curl.c: mark file-local function staticLibravatar Junio C Hamano1-1/+1
2010-01-12read-cache.c: mark file-local functions staticLibravatar Junio C Hamano2-4/+4
2010-01-12parse-options.c: mark file-local function staticLibravatar Junio C Hamano2-5/+5
2010-01-12entry.c: mark file-local function staticLibravatar Junio C Hamano2-4/+1
2010-01-12http.c: mark file-local functions staticLibravatar Junio C Hamano2-11/+8
2010-01-12Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookaheadLibravatar Junio C Hamano1-0/+75
2010-01-12grep: optimize built-in grep by skipping lines that do not hitLibravatar Junio C Hamano1-0/+75
2010-01-12grep: -L should show empty filesLibravatar Junio C Hamano1-2/+0
2010-01-11pretty.c: mark file-local function staticLibravatar Junio C Hamano2-2/+1
2010-01-11builtin-rev-list.c: mark file-local function staticLibravatar Junio C Hamano2-3/+1
2010-01-11bisect.c: mark file-local function staticLibravatar Junio C Hamano1-1/+1
2010-01-11push: spell 'Note about fast-forwards' section name correctly in error message.Libravatar Matthieu Moy1-2/+2
2010-01-11rebase--interactive: Ignore comments and blank lines in peek_next_commandLibravatar Michael Haggerty1-1/+1
2010-01-11Add missing #include to support TIOCGWINSZ on SolarisLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2010-01-11Remove empty directories when checking out a commit with fewer submodulesLibravatar Peter Collingbourne2-2/+19