summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/builtin-am-signoff-regression-fix'Junio C Hamano2015-09-081-2/+29
|\
| * am: match --signoff to the original scripted versionjc/builtin-am-signoff-regression-fixJunio C Hamano2015-09-061-2/+29
* | Merge branch 'jk/am-rerere-lock-fix'Junio C Hamano2015-09-032-14/+9
|\ \
| * | rerere: release lockfile in non-writing functionsjk/am-rerere-lock-fixJeff King2015-09-012-14/+9
* | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano2015-09-011-3/+1
|\ \ \
| * | | commit: don't rewrite shared index unnecessarilydt/commit-preserve-base-index-upon-opportunistic-cache-tree-updateDavid Turner2015-08-311-3/+1
| * | | Merge branch 'jk/guess-repo-name-regression-fix' into maintJunio C Hamano2015-08-251-1/+2
| |\ \ \
* | \ \ \ Merge branch 'ah/reflog-typofix-in-error'Junio C Hamano2015-09-011-1/+1
|\ \ \ \ \
| * | | | | reflog: add missing single quote to error messageah/reflog-typofix-in-errorAlex Henrie2015-08-281-1/+1
* | | | | | Merge branch 'ah/read-tree-usage-string'Junio C Hamano2015-09-011-1/+1
|\ \ \ \ \ \
| * | | | | | read-tree: replace bracket set with parentheses to clarify usageah/read-tree-usage-stringAlex Henrie2015-08-281-1/+1
* | | | | | | Merge branch 'ah/pack-objects-usage-strings'Junio C Hamano2015-09-011-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | pack-objects: place angle brackets around placeholders in usage stringsah/pack-objects-usage-stringsAlex Henrie2015-08-281-2/+2
* | | | | | | Merge branch 'sg/describe-contains'Junio C Hamano2015-08-311-4/+4
|\ \ \ \ \ \ \
| * | | | | | | describe --contains: default to HEAD when no commit-ish is givensg/describe-containsSZEDER Gábor2015-08-251-4/+4
* | | | | | | | Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-312-106/+128
|\ \ \ \ \ \ \ \
| * | | | | | | | push: add a config option push.gpgSign for default signed pushesdb/push-sign-if-askedDave Borowitz2015-08-192-15/+62
| * | | | | | | | push: support signing pushes iff the server supports itDave Borowitz2015-08-192-3/+23
| * | | | | | | | builtin/send-pack.c: use parse_options APIDave Borowitz2015-08-191-104/+59
* | | | | | | | | Merge branch 'jk/notes-merge-config'Junio C Hamano2015-08-311-13/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | notes: teach git-notes about notes.<name>.mergeStrategy optionjk/notes-merge-configJacob Keller2015-08-171-1/+13
| * | | | | | | | | notes: add notes.mergeStrategy option to select default strategyJacob Keller2015-08-171-2/+17
| * | | | | | | | | notes: extract parse_notes_merge_strategy to notes-utilsJacob Keller2015-08-171-11/+1
* | | | | | | | | | Merge branch 'jc/am-state-fix'Junio C Hamano2015-08-314-34/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fixJunio C Hamano2015-08-252-6/+6
| * | | | | | | | | | write_file_v(): do not leave incomplete line at the endJunio C Hamano2015-08-251-8/+2
| * | | | | | | | | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-244-9/+9
| * | | | | | | | | | builtin/am: make sure state files are textJunio C Hamano2015-08-241-2/+8
| * | | | | | | | | | builtin/am: introduce write_state_*() helper functionsJunio C Hamano2015-08-241-27/+41
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jc/log-p-cc'Junio C Hamano2015-08-311-9/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/log.c: minor reformatjc/log-p-ccJunio C Hamano2015-08-251-4/+2
| * | | | | | | | | | log: show merge commit when --cc is givenJunio C Hamano2015-08-201-0/+4
| * | | | | | | | | | log: when --cc is given, default to -p unless told otherwiseJunio C Hamano2015-08-201-0/+4
| * | | | | | | | | | log: rename "tweak" helpersJunio C Hamano2015-08-201-5/+6
* | | | | | | | | | | Merge branch 'jk/rev-list-has-no-notes'Junio C Hamano2015-08-311-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rev-list: make it obvious that we do not support notesjk/rev-list-has-no-notesJeff King2015-08-241-0/+3
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'sb/remove-unused-var-from-builtin-add' into maintJunio C Hamano2015-08-191-2/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ib/scripted-parse-opt-better-hint-string' into maintJunio C Hamano2015-08-191-27/+30
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'db/send-pack-user-signingkey' into maintJunio C Hamano2015-08-191-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'jx/do-not-crash-receive-pack-wo-head' into maintJunio C Hamano2015-08-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'hv/submodule-config'Junio C Hamano2015-08-312-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | submodule: allow erroneous values for the fetchRecurseSubmodules optionhv/submodule-configHeiko Voigt2015-08-191-0/+1
| * | | | | | | | | | | | | submodule: use new config API for worktree configurationsHeiko Voigt2015-08-191-0/+1
* | | | | | | | | | | | | | Merge branch 'sg/config-name-only'Junio C Hamano2015-08-311-45/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | get_urlmatch: avoid useless strbuf writesg/config-name-onlyJeff King2015-08-201-4/+1
| * | | | | | | | | | | | | | format_config: simplify buffer handlingJeff King2015-08-201-22/+16
| * | | | | | | | | | | | | | format_config: don't init strbufJeff King2015-08-201-2/+1
| * | | | | | | | | | | | | | config: restructure format_config() for better control flowSZEDER Gábor2015-08-201-41/+37
| * | | | | | | | | | | | | | config: add '--name-only' option to list only variable namesSZEDER Gábor2015-08-101-2/+12
* | | | | | | | | | | | | | | Merge branch 'jc/calloc-pathspec'Junio C Hamano2015-08-262-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \