summaryrefslogtreecommitdiffstats
path: root/git-merge-one-file.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-24git-stash.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-24git-rebase.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-24git-rebase--merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-24git-pull.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-24appp.sh: use the $( ... ) construct for command substitutionElia Pinto1-7/+7
2014-04-24t7900-subtree.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-24test-gitmw-lib.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-24t9365-continuing-queries.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-7/+7
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-17install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto1-6/+6
2014-03-25git-am.sh: use the $(...) construct for command substitutionElia Pinto1-15/+15
2014-03-25check-builtins.sh: use the $(...) construct for command substitutionElia Pinto1-2/+2
2014-03-25Update draft release notes to 2.0Junio C Hamano1-0/+29
2014-03-21Update draft release notes to 2.0Junio C Hamano1-2/+26
2014-03-19t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncSebastian Schuberth1-3/+3
2014-03-19diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()Brian Bourn1-1/+2
2014-03-19diff-no-index: rename read_directory()Brian Bourn1-3/+3
2014-03-18Update draft release notes to Git 2.0Junio C Hamano1-0/+11
2014-03-18Git 1.9.1v1.9.1Junio C Hamano4-3/+63
2014-03-18test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck1-2/+2
2014-03-17Documentation/merge-strategies: avoid hyphenated commandsRamkumar Ramachandra1-2/+2
2014-03-17index-pack: report error using the correct variableJunio C Hamano1-2/+2
2014-03-17Documentation/git-am: typofixChris Packham1-1/+1
2014-03-17shallow: verify shallow file after taking lockJeff King1-2/+2
2014-03-17rebase -i: do not "echo" random user-supplied stringsUwe Storbeck1-1/+1
2014-03-17mv: prevent mismatched data when ignoring errors.brian m. carlson2-1/+17
2014-03-14t/lib-terminal: make TTY a lazy prerequisiteJeff King1-18/+19
2014-03-14Update draft release notes to Git 2.0Junio C Hamano2-3/+64
2014-03-13request-pull: documentation updatesJunio C Hamano1-6/+49
2014-03-13rev-list: disable object/refname ambiguity check with --stdinJeff King1-0/+6
2014-03-13cat-file: restore warn_on_object_refname_ambiguity flagJeff King1-0/+3
2014-03-13entry.c: fix possible buffer overflow in remove_subtree()Michael Haggerty1-17/+17
2014-03-13checkout_entry(): use the strbuf throughout the functionMichael Haggerty1-16/+16
2014-03-13connect.c: SP after "}", not TABNguyễn Thái Ngọc Duy1-1/+1
2014-03-12sh-i18n--envsubst: retire unused string_list_member()Eric Sunshine1-12/+0
2014-03-12wt-status: lift the artificual "at least 20 columns" floorJunio C Hamano3-15/+13
2014-03-12wt-status: i18n of section labelsJonathan Nieder1-19/+47
2014-03-12wt-status: extract the code to compute width for labelsJonathan Nieder1-7/+15