summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jh/notes' (early part)Junio C Hamano2010-01-204-18/+895
|\
| * Add more testcases to test fast-import of notesJohan Herland2009-12-071-0/+623
| * Rename t9301 to t9350, to make room for more fast-import testsJohan Herland2009-12-071-0/+0
| * fast-import: Proper notes tree manipulationJohan Herland2009-12-072-18/+272
* | Merge branch 'maint'Junio C Hamano2010-01-200-0/+0
|\ \
| * \ Merge branch 'jc/maint-refresh-index-is-optional-for-status' into maintJunio C Hamano2010-01-201-4/+6
| |\ \
| | * | status: don't require the repository to be writableJunio C Hamano2010-01-191-4/+6
* | | | Merge branch 'rr/core-tutorial'Junio C Hamano2010-01-201-0/+8
|\ \ \ \
| * | | | Documentation: Update git core tutorial clarifying reference to scriptsRamkumar Ramachandra2010-01-161-0/+8
* | | | | Merge branch 'jc/cache-unmerge'Junio C Hamano2010-01-2014-47/+652
|\ \ \ \ \
| * | | | | rerere forget path: forget recorded resolutionJunio C Hamano2010-01-104-0/+161
| * | | | | rerere: refactor rerere logic to make it independent from I/OJunio C Hamano2010-01-101-35/+76
| * | | | | rerere: remove silly 1024-byte line limitJunio C Hamano2009-12-251-9/+10
| * | | | | resolve-undo: teach "update-index --unresolve" to use resolve-undo infoJunio C Hamano2009-12-253-1/+20
| * | | | | resolve-undo: "checkout -m path" uses resolve-undo informationJunio C Hamano2009-12-255-0/+77
| * | | | | resolve-undo: allow plumbing to clear the informationJunio C Hamano2009-12-252-0/+17
| * | | | | resolve-undo: basic testsJunio C Hamano2009-12-252-1/+130
| * | | | | resolve-undo: record resolved conflicts in a new index extension sectionJunio C Hamano2009-12-258-1/+160
| * | | | | builtin-merge.c: use standard active_cache macrosJunio C Hamano2009-12-251-3/+2
| |/ / / /
* | | | | Merge branch 'js/exec-error-report'Junio C Hamano2010-01-205-50/+191
|\ \ \ \ \
| * | | | | Improve error message when a transport helper was not foundIlari Liusvaara2010-01-121-4/+10
| * | | | | start_command: detect execvp failures earlyJohannes Sixt2010-01-104-1/+96
| * | | | | run-command: move wait_or_whine earlierJohannes Sixt2010-01-101-42/+42
| * | | | | start_command: report child process setup errors to the parent's stderrJohannes Sixt2010-01-101-3/+43
* | | | | | Merge branch 'jc/ls-files-ignored-pathspec'Junio C Hamano2010-01-202-64/+174
|\ \ \ \ \ \
| * | | | | | ls-files: fix overeager pathspec optimizationJunio C Hamano2010-01-082-2/+38
| * | | | | | read_directory(): further split treat_path()Junio C Hamano2010-01-081-21/+29
| * | | | | | read_directory_recursive(): refactor handling of a single path into a separat...Junio C Hamano2010-01-081-63/+90
| * | | | | | t3001: test ls-files -o ignored/dirJunio C Hamano2010-01-081-0/+39
* | | | | | | Merge branch 'jc/grep-lookahead'Junio C Hamano2010-01-207-370/+166
|\ \ \ \ \ \ \
| * | | | | | | grep --no-index: allow use of "git grep" outside a git repositoryJunio C Hamano2010-01-152-0/+78
| * | | | | | | grep: prepare to run outside of a work treeJunio C Hamano2010-01-152-1/+8
| * | | | | | | grep: rip out pessimization to use fixmatch()Junio C Hamano2010-01-131-8/+1
| * | | | | | | grep: rip out support for external grepJunio C Hamano2010-01-135-324/+8
| * | | | | | | Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookaheadJunio C Hamano2010-01-121-0/+75
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | grep: optimize built-in grep by skipping lines that do not hitJunio C Hamano2010-01-121-0/+75
* | | | | | | | Merge branch 'jc/maint-strbuf-add-fix-doubling'Junio C Hamano2010-01-201-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | strbuf_addbuf(): allow passing the same buf to dst and srcJunio C Hamano2010-01-131-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'mm/conflict-advice'Junio C Hamano2010-01-209-13/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | Be more user-friendly when refusing to do something because of conflict.Matthieu Moy2010-01-129-13/+93
| |/ / / / / / /
* | | | | | | | Merge branch 'da/difftool'Junio C Hamano2010-01-205-27/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | difftool: Update copyright notices to list each year separatelyDavid Aguilar2010-01-152-2/+2
| * | | | | | | | difftool: Use eval to expand '--extcmd' expressionsDavid Aguilar2010-01-152-2/+14
| * | | | | | | | difftool: Add '-x' and as an alias for '--extcmd'David Aguilar2010-01-153-8/+24
| * | | | | | | | t7800-difftool.sh: Simplify the --extcmd testDavid Aguilar2010-01-151-8/+5
| * | | | | | | | git-diff.txt: Link to git-difftoolDavid Aguilar2010-01-091-0/+4
| * | | | | | | | difftool: Allow specifying unconfigured commands with --extcmdDavid Aguilar2010-01-094-8/+50
| * | | | | | | | difftool--helper: Remove use of the GIT_MERGE_TOOL variableDavid Aguilar2010-01-092-14/+4
| * | | | | | | | difftool--helper: Update copyright and remove distracting commentsDavid Aguilar2010-01-091-4/+1
| * | | | | | | | git-difftool: Add '--gui' for selecting a GUI toolDavid Aguilar2010-01-033-1/+33