summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ls-remote: the --exit-code option reports "no matching refs"Michael Schubert2011-05-183-3/+40
* Update release notes to 1.7.6Junio C Hamano2011-05-171-13/+20
* Merge branch 'jc/convert'Junio C Hamano2011-05-174-90/+84
|\
| * convert: make it harder to screw up adding a conversion attributeJunio C Hamano2011-05-091-41/+38
| * convert: make it safer to add conversion attributesJunio C Hamano2011-05-091-26/+22
| * convert: give saner names to crlf/eol variables, types and functionsJunio C Hamano2011-05-091-30/+31
| * convert: rename the "eol" global variable to "core_eol"Junio C Hamano2011-05-094-10/+10
* | Merge branch 'ci/commit--interactive-atomic'Junio C Hamano2011-05-176-31/+75
|\ \
| * | Test atomic git-commit --interactiveConrad Irwin2011-05-101-0/+10
| * | Add commit to list of config.singlekey commandsConrad Irwin2011-05-101-3/+4
| * | Add support for -p/--patch to git-commitConrad Irwin2011-05-104-16/+27
| * | Allow git commit --interactive with pathsConrad Irwin2011-05-102-4/+3
| * | t7501.8: feed a meaningful commandJeff King2011-05-101-4/+6
| * | Use a temporary index for git commit --interactiveConrad Irwin2011-05-082-9/+30
* | | Merge branch 'sg/completion-updates'Junio C Hamano2011-05-171-4/+16
|\ \ \
| * \ \ Merge branch 'fc/completion-zsh' into sg/completion-updatesJunio C Hamano2011-05-101-0/+8
| |\ \ \
| | * | | git-completion: fix regression in zsh supportFelipe Contreras2011-05-101-0/+8
| * | | | Revert "completion: don't declare 'local words' to make zsh happy"Junio C Hamano2011-05-101-6/+2
| * | | | completion: move private shopt shim for zsh to __git_ namespaceJonathan Nieder2011-05-091-4/+8
| * | | | completion: don't declare 'local words' to make zsh happySZEDER Gábor2011-04-281-2/+6
* | | | | Merge branch 'kk/maint-prefix-in-config-mak'Junio C Hamano2011-05-171-9/+9
|\ \ \ \ \
| * | | | | Honor $(prefix) set in config.mak* when defining ETC_GIT*Johannes Sixt2011-05-101-9/+9
| * | | | | Revert "Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconf...Junio C Hamano2011-05-101-10/+9
| * | | | | Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdirKacper Kornet2011-04-281-9/+10
* | | | | | Merge branch 'mg/merge-ff-config'Junio C Hamano2011-05-173-6/+77
|\ \ \ \ \ \
| * | | | | | tests: check git does not barf on merge.ff values for future versions of gitJonathan Nieder2011-05-071-2/+14
| * | | | | | merge: introduce merge.ff configuration variableJunio C Hamano2011-05-073-2/+60
| * | | | | | Merge branch 'jc/maint-branch-mergeoptions' into mg/merge-ff-configJunio C Hamano2011-05-072-15/+59
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2011-05-172-2/+17
|\ \ \ \ \ \ \
| * | | | | | | Update draft release notes to 1.7.5.2Junio C Hamano2011-05-171-0/+15
| * | | | | | | Merge branch 'jn/maint-format-patch-doc' into maintJunio C Hamano2011-05-171-0/+58
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ss/cherry-pick-x-doc' into maintJunio C Hamano2011-05-171-3/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'vr/merge-base-doc' into maintJunio C Hamano2011-05-172-14/+23
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'sr/maint-fast-import-tighten-option-parsing' into maintJunio C Hamano2011-05-171-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/t1506-shell-param-expansion-gotcha' into maintJunio C Hamano2011-05-171-2/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/fix-add-u-unmerged' into maintJunio C Hamano2011-05-172-39/+30
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jn/gitweb-dependency' into maintJunio C Hamano2011-05-171-27/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-branch-mergeoptions' into maintJunio C Hamano2011-05-172-15/+58
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'jc/maint-add-p-overlapping-hunks' into maintJunio C Hamano2011-05-173-16/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentation/git-fsck.txt: fix typo: unreadable -> unreachableJim Meyering2011-05-171-2/+2
* | | | | | | | | | | | | | | | Sync release notes for 1.7.6 to exclude what are in maintenance trackJunio C Hamano2011-05-161-12/+0
* | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-05-162-9/+17
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Update draft release notes to 1.7.5.2Junio C Hamano2011-05-161-0/+9
| * | | | | | | | | | | | | | | Merge branch 'cn/format-patch-quiet' into maintJunio C Hamano2011-05-162-7/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jm/mergetool-submodules' into maintJunio C Hamano2011-05-162-9/+371
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/format-patch-quote-special-in-from' into maintJunio C Hamano2011-05-162-1/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'vh/git-svn-doc' into maintJunio C Hamano2011-05-161-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | git_open_noatime(): drop unused parameterJunio C Hamano2011-05-161-8/+7
| * | | | | | | | | | | | | | | | | | | sha1_file: typofixJunio C Hamano2011-05-161-1/+1
* | | | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-05-153-6/+6
|\| | | | | | | | | | | | | | | | | | |