summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jf/merge-ignore-ws'Junio C Hamano2010-10-263-32/+5
|\
| * merge-recursive --patienceJustin Frankel2010-08-261-0/+1
| * ll-merge: replace flag argument with options structJonathan Nieder2010-08-261-1/+1
| * merge-recursive: expose merge options for builtin mergeJonathan Nieder2010-08-262-31/+3
* | Sync with 1.7.3.2Junio C Hamano2010-10-2114-22/+22
|\ \
| * | Fix {update,checkout}-index usage stringsŠtěpán Němec2010-10-082-2/+2
| * | Put a space between `<' and argument in pack-objects usage stringŠtěpán Němec2010-10-081-1/+1
| * | Use parentheses and `...' where appropriateŠtěpán Němec2010-10-088-8/+8
| * | Use angles for placeholders consistentlyŠtěpán Němec2010-10-086-12/+12
* | | commit-tree: free commit message before exitingJonathan Nieder2010-10-061-5/+7
* | | Merge branch 'bc/fix-cherry-pick-root'Junio C Hamano2010-10-061-1/+1
|\ \ \
| * | | builtin/revert.c: don't dereference a NULL pointerBrandon Casey2010-09-271-1/+1
* | | | Merge branch 'maint'Junio C Hamano2010-10-064-16/+22
|\ \ \ \ | | |/ / | |/| |
| * | | do not depend on signed integer overflowErik Faye-Lund2010-10-063-3/+3
| * | | init: plug tiny one-time memory leakJonathan Nieder2010-10-061-13/+19
* | | | Merge branch 'maint'Junio C Hamano2010-09-301-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo in pack-objects' usageJohannes Schindelin2010-09-301-1/+1
* | | | Merge branch 'jk/read-tree-empty'Junio C Hamano2010-09-291-1/+9
|\ \ \ \
| * | | | read-tree: deprecate syntax without tree-ish argsJan Krüger2010-09-101-1/+9
* | | | | Merge branch 'rr/format-patch-count-without-merges'Junio C Hamano2010-09-291-6/+1
|\ \ \ \ \
| * | | | | format-patch: Don't go over merge commitsRamkumar Ramachandra2010-08-271-6/+1
* | | | | | Merge branch 'rr/fmt-merge-msg'Junio C Hamano2010-09-292-41/+51
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | merge: Make 'merge.log' an integer or boolean optionRamkumar Ramachandra2010-09-092-10/+13
| * | | | | merge: Make '--log' an integer option for number of shortlog entriesRamkumar Ramachandra2010-09-092-17/+28
| * | | | | fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_lenRamkumar Ramachandra2010-09-092-24/+20
* | | | | | Improvements to `git checkout -h`Daniel Knittl-Frank2010-09-271-6/+6
| |_|_|/ / |/| | | |
* | | | | Merge branch 'dr/maint-ls-tree-prefix-recursion-fix'Junio C Hamano2010-09-151-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ls-tree $di $dir: do not mistakenly recurse into directoriesJunio C Hamano2010-09-121-0/+2
| * | | | revert: Fix trivial comment style issueElijah Newren2010-09-061-1/+0
* | | | | builtin/fetch.c: comment that branch->remote_name is usable when has_mergeBrandon Casey2010-09-091-0/+3
* | | | | Merge branch 'jh/error-removing-missing-note'Junio C Hamano2010-09-081-4/+10
|\ \ \ \ \
| * | | | | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-311-4/+10
* | | | | | Merge branch 'bc/maint-fetch-url-only'Junio C Hamano2010-09-081-1/+3
|\ \ \ \ \ \
| * | | | | | builtin/fetch.c: ignore merge config when not fetching from branch's remoteBrandon Casey2010-08-251-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'en/d-f-conflict-fix'Junio C Hamano2010-09-081-1/+9
|\ \ \ \ \ \
| * | | | | | fast-export: ensure that a renamed file is printed after all referencesJohannes Sixt2010-09-081-1/+9
* | | | | | | Merge branch 'jh/clean-exclude'Junio C Hamano2010-09-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | builtin/clean.c: Use STRING_LIST_INIT_NODUP.Thiago Farina2010-09-061-1/+1
* | | | | | | | Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-09-041-4/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | checkout: Use submodule.*.ignore settings from .git/config and .gitmodulesJens Lehmann2010-08-301-0/+5
| * | | | | | | | checkout: respect diff.ignoreSubmodules settingJohannes Schindelin2010-08-251-4/+12
* | | | | | | | | Merge branch 'dg/local-mod-error-messages'Junio C Hamano2010-09-032-4/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move "show_all_errors = 1" to setup_unpack_trees_porcelain()Matthieu Moy2010-09-032-2/+0
| * | | | | | | | | setup_unpack_trees_porcelain: take the whole options struct as parameterMatthieu Moy2010-09-032-2/+2
| * | | | | | | | | Move set_porcelain_error_msgs to unpack-trees.c and rename itMatthieu Moy2010-09-032-2/+2
* | | | | | | | | | Merge branch 'nd/clone-depth-zero'Junio C Hamano2010-09-031-2/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clone: warn users --depth is ignored in local clonesNguyễn Thái Ngọc Duy2010-08-241-2/+5
* | | | | | | | | | | Merge branch 'jn/apply-filename-with-sp'Junio C Hamano2010-09-031-38/+211
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | apply: handle traditional patches with space in filenameJonathan Nieder2010-08-211-14/+179
| * | | | | | | | | | | apply: split quoted filename handling into new functionJonathan Nieder2010-08-211-30/+38