summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-01-11Use $(git rev-parse --show-toplevel) in cd_to_toplevel().Libravatar Steven Drake1-14/+5
2010-01-11Add 'git rev-parse --show-toplevel' option.Libravatar Steven Drake2-0/+9
2010-01-10rerere forget path: forget recorded resolutionLibravatar Junio C Hamano4-0/+161
2010-01-10rerere: refactor rerere logic to make it independent from I/OLibravatar Junio C Hamano1-35/+76
2010-01-10start_command: detect execvp failures earlyLibravatar Johannes Sixt4-1/+96
2010-01-10run-command: move wait_or_whine earlierLibravatar Johannes Sixt1-42/+42
2010-01-10start_command: report child process setup errors to the parent's stderrLibravatar Johannes Sixt1-3/+43
2010-01-10ident.c: treat $EMAIL as giving user.email identity explicitlyLibravatar Junio C Hamano1-2/+3
2010-01-10ident.c: check explicit identity for name and email separatelyLibravatar Junio C Hamano4-8/+10
2010-01-10Merge branch 'tr/http-updates'Libravatar Junio C Hamano3-2/+60