Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2015-09-25 | 7 | -14/+16 |
* | mailsplit: make PATH_MAX buffers dynamic | Jeff King | 2015-09-25 | 1 | -11/+23 |
* | fsck: use strbuf to generate alternate directories | Jeff King | 2015-09-25 | 1 | -5/+6 |
* | fsck: don't fsck alternates for connectivity-only check | Jeff King | 2015-09-25 | 1 | -8/+9 |
* | mailsplit: fix FILE* leak in split_maildir | Jeff King | 2015-09-25 | 1 | -1/+4 |
* | show-branch: avoid segfault with --reflog of unborn branch | Jeff King | 2015-09-25 | 1 | -0/+2 |
* | Merge branch 'ah/show-ref-usage-string' | Junio C Hamano | 2015-09-14 | 1 | -1/+1 |
|\ | |||||
| * | show-ref: place angle brackets around variables in usage stringah/show-ref-usage-string | Alex Henrie | 2015-08-31 | 1 | -1/+1 |
* | | Merge branch 'rt/help-strings-fix' | Junio C Hamano | 2015-09-14 | 3 | -3/+3 |
|\ \ | |||||
| * | | tag, update-ref: improve description of option "create-reflog"rt/help-strings-fix | Ralf Thielow | 2015-09-11 | 2 | -2/+2 |
| * | | pull: don't mark values for option "rebase" for translation | Ralf Thielow | 2015-09-11 | 1 | -1/+1 |
* | | | Merge branch 'gb/apply-comment-typofix' | Junio C Hamano | 2015-09-14 | 1 | -1/+1 |
* | | | Sync with 2.5.2 | Junio C Hamano | 2015-09-09 | 1 | -2/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Sync with 2.4.9 | Junio C Hamano | 2015-09-04 | 1 | -2/+4 |
| |\ \ | |||||
| | * \ | Sync with 2.3.9 | Junio C Hamano | 2015-09-04 | 1 | -2/+4 |
| | |\ \ | |||||
| | | * \ | Sync with 2.2.3 | Junio C Hamano | 2015-09-04 | 1 | -2/+4 |
| | | |\ \ | |||||
| | | | * | | show-branch: use a strbuf for reflog descriptions | Jeff King | 2015-09-04 | 1 | -2/+4 |
| * | | | | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd... | Junio C Hamano | 2015-09-03 | 1 | -3/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jc/calloc-pathspec' into maint | Junio C Hamano | 2015-09-03 | 2 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/rev-list-has-no-notes' into maint | Junio C Hamano | 2015-09-03 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'mh/get-remote-group-fix' into maint | Junio C Hamano | 2015-09-03 | 1 | -8/+6 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jc/builtin-am-signoff-regression-fix' | Junio C Hamano | 2015-09-08 | 1 | -2/+29 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | am: match --signoff to the original scripted versionjc/builtin-am-signoff-regression-fix | Junio C Hamano | 2015-09-06 | 1 | -2/+29 |
* | | | | | | | | | | Merge branch 'jk/am-rerere-lock-fix' | Junio C Hamano | 2015-09-03 | 2 | -14/+9 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rerere: release lockfile in non-writing functionsjk/am-rerere-lock-fix | Jeff King | 2015-09-01 | 2 | -14/+9 |
* | | | | | | | | | | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd... | Junio C Hamano | 2015-09-01 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | commit: don't rewrite shared index unnecessarilydt/commit-preserve-base-index-upon-opportunistic-cache-tree-update | David Turner | 2015-08-31 | 1 | -3/+1 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'jk/guess-repo-name-regression-fix' into maint | Junio C Hamano | 2015-08-25 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'ah/reflog-typofix-in-error' | Junio C Hamano | 2015-09-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | reflog: add missing single quote to error messageah/reflog-typofix-in-error | Alex Henrie | 2015-08-28 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'ah/read-tree-usage-string' | Junio C Hamano | 2015-09-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | read-tree: replace bracket set with parentheses to clarify usageah/read-tree-usage-string | Alex Henrie | 2015-08-28 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'ah/pack-objects-usage-strings' | Junio C Hamano | 2015-09-01 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | pack-objects: place angle brackets around placeholders in usage stringsah/pack-objects-usage-strings | Alex Henrie | 2015-08-28 | 1 | -2/+2 |
* | | | | | | | | | | | | | Merge branch 'sg/describe-contains' | Junio C Hamano | 2015-08-31 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | describe --contains: default to HEAD when no commit-ish is givensg/describe-contains | SZEDER Gábor | 2015-08-25 | 1 | -4/+4 |
* | | | | | | | | | | | | | | Merge branch 'db/push-sign-if-asked' | Junio C Hamano | 2015-08-31 | 2 | -106/+128 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | push: add a config option push.gpgSign for default signed pushesdb/push-sign-if-asked | Dave Borowitz | 2015-08-19 | 2 | -15/+62 |
| * | | | | | | | | | | | | | | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 | 2 | -3/+23 |
| * | | | | | | | | | | | | | | builtin/send-pack.c: use parse_options API | Dave Borowitz | 2015-08-19 | 1 | -104/+59 |
* | | | | | | | | | | | | | | | Merge branch 'jk/notes-merge-config' | Junio C Hamano | 2015-08-31 | 1 | -13/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | notes: teach git-notes about notes.<name>.mergeStrategy optionjk/notes-merge-config | Jacob Keller | 2015-08-17 | 1 | -1/+13 |
| * | | | | | | | | | | | | | | | notes: add notes.mergeStrategy option to select default strategy | Jacob Keller | 2015-08-17 | 1 | -2/+17 |
| * | | | | | | | | | | | | | | | notes: extract parse_notes_merge_strategy to notes-utils | Jacob Keller | 2015-08-17 | 1 | -11/+1 |
* | | | | | | | | | | | | | | | | Merge branch 'jc/am-state-fix' | Junio C Hamano | 2015-08-31 | 4 | -34/+48 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fix | Junio C Hamano | 2015-08-25 | 2 | -6/+6 |
| * | | | | | | | | | | | | | | | | write_file_v(): do not leave incomplete line at the end | Junio C Hamano | 2015-08-25 | 1 | -8/+2 |
| * | | | | | | | | | | | | | | | | write_file(): drop "fatal" parameter | Junio C Hamano | 2015-08-24 | 4 | -9/+9 |
| * | | | | | | | | | | | | | | | | builtin/am: make sure state files are text | Junio C Hamano | 2015-08-24 | 1 | -2/+8 |
| * | | | | | | | | | | | | | | | | builtin/am: introduce write_state_*() helper functions | Junio C Hamano | 2015-08-24 | 1 | -27/+41 |
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |