Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'es/worktree-add' | Junio C Hamano | 2015-08-12 | 1 | -1/+1 |
|\ | |||||
| * | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire" | Eric Sunshine | 2015-07-20 | 1 | -1/+1 |
* | | Merge branch 'jx/do-not-crash-receive-pack-wo-head' | Junio C Hamano | 2015-08-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | receive-pack: crash when checking with non-exist HEADjx/do-not-crash-receive-pack-wo-head | Jiang Xin | 2015-07-22 | 1 | -1/+1 |
* | | | Merge branch 'db/send-pack-user-signingkey' | Junio C Hamano | 2015-08-03 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | builtin/send-pack.c: respect user.signingkeydb/send-pack-user-signingkey | Junio C Hamano | 2015-07-21 | 1 | -0/+3 |
| * | | | Merge branch 'mh/fsck-reflog-entries' into maint | Junio C Hamano | 2015-07-15 | 1 | -14/+20 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' into maint | Junio C Hamano | 2015-07-15 | 1 | -6/+6 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'dt/refs-backend-preamble' | Junio C Hamano | 2015-08-03 | 4 | -17/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | update-ref and tag: add --create-reflog arg | David Turner | 2015-07-21 | 2 | -4/+15 |
| * | | | | | | git-reflog: add exists command | David Turner | 2015-07-21 | 1 | -1/+32 |
| * | | | | | | refs: new public ref function: safe_create_reflog | David Turner | 2015-07-21 | 1 | -9/+5 |
| * | | | | | | refs.c: add err arguments to reflog functions | David Turner | 2015-07-21 | 1 | -3/+5 |
* | | | | | | | Merge branch 'jk/date-mode-format' | Junio C Hamano | 2015-08-03 | 5 | -11/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | introduce "format" date-mode | Jeff King | 2015-06-29 | 1 | -0/+3 |
| * | | | | | | | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 6 | -14/+15 |
| * | | | | | | | show-branch: use DATE_RELATIVE instead of magic number | Jeff King | 2015-06-29 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'ib/scripted-parse-opt-better-hint-string' | Junio C Hamano | 2015-08-03 | 1 | -27/+30 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rev-parse --parseopt: allow [*=?!] in argument hintsib/scripted-parse-opt-better-hint-string | Ilya Bobyr | 2015-07-15 | 1 | -27/+30 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'dt/log-follow-config' | Junio C Hamano | 2015-08-03 | 1 | -0/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | log: add "log.follow" configuration variable | David Turner | 2015-07-09 | 1 | -0/+16 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'jk/cat-file-batch-all' | Junio C Hamano | 2015-08-03 | 1 | -35/+97 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cat-file: sort and de-dup output of --batch-all-objectsjk/cat-file-batch-all | Jeff King | 2015-06-26 | 1 | -7/+15 |
| * | | | | | | | cat-file: add --batch-all-objects option | Jeff King | 2015-06-22 | 1 | -2/+42 |
| * | | | | | | | cat-file: split batch_one_object into two stages | Jeff King | 2015-06-22 | 1 | -16/+23 |
| * | | | | | | | cat-file: stop returning value from batch_one_object | Jeff King | 2015-06-22 | 1 | -12/+6 |
| * | | | | | | | cat-file: add --buffer option | Jeff King | 2015-06-22 | 1 | -7/+19 |
| * | | | | | | | cat-file: move batch_options definition to top of file | Jeff King | 2015-06-22 | 1 | -6/+7 |
| * | | | | | | | cat-file: minor style fix in options list | Jeff King | 2015-06-22 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'js/fsck-opt' | Junio C Hamano | 2015-08-03 | 4 | -36/+99 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fsck: support ignoring objects in `git fsck` via fsck.skiplistjs/fsck-opt | Johannes Schindelin | 2015-06-23 | 1 | -0/+13 |
| * | | | | | | | | fsck: git receive-pack: support excluding objects from fsck'ing | Johannes Schindelin | 2015-06-23 | 1 | -0/+11 |
| * | | | | | | | | fsck: introduce `git fsck --connectivity-only` | Johannes Schindelin | 2015-06-23 | 1 | -1/+6 |
| * | | | | | | | | fsck: support demoting errors to warnings | Johannes Schindelin | 2015-06-23 | 1 | -0/+12 |
| * | | | | | | | | fsck (receive-pack): allow demoting errors to warnings | Johannes Schindelin | 2015-06-23 | 3 | -2/+24 |
| * | | | | | | | | fsck: introduce identifiers for fsck messages | Johannes Schindelin | 2015-06-22 | 1 | -18/+8 |
| * | | | | | | | | fsck: introduce fsck options | Johannes Schindelin | 2015-06-22 | 3 | -15/+25 |
* | | | | | | | | | Merge branch 'mh/init-delete-refs-api' | Junio C Hamano | 2015-08-03 | 10 | -48/+59 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | delete_ref(): use the usual convention for old_sha1mh/init-delete-refs-api | Michael Haggerty | 2015-06-22 | 2 | -2/+9 |
| * | | | | | | | | | cmd_update_ref(): make logic more straightforward | Michael Haggerty | 2015-06-22 | 1 | -3/+10 |
| * | | | | | | | | | check_branch_commit(): make first parameter const | Michael Haggerty | 2015-06-22 | 1 | -1/+1 |
| * | | | | | | | | | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 2015-06-22 | 5 | -0/+5 |
| * | | | | | | | | | initial_ref_transaction_commit(): function for initial ref creation | Michael Haggerty | 2015-06-22 | 1 | -4/+14 |
| * | | | | | | | | | prune_refs(): use delete_refs() | Michael Haggerty | 2015-06-22 | 1 | -8/+17 |
| * | | | | | | | | | prune_remote(): use delete_refs() | Michael Haggerty | 2015-06-22 | 1 | -9/+2 |
| * | | | | | | | | | delete_refs(): new function for the refs API | Michael Haggerty | 2015-06-22 | 1 | -20/+1 |
| * | | | | | | | | | remove_branches(): remove temporary | Michael Haggerty | 2015-06-22 | 1 | -2/+1 |
* | | | | | | | | | | Merge branch 'pt/pull-builtin' | Junio C Hamano | 2015-08-03 | 1 | -0/+882 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pull: remove redirection to git-pull.sh | Paul Tan | 2015-06-18 | 1 | -7/+0 |
| * | | | | | | | | | | pull --rebase: error on no merge candidate cases | Paul Tan | 2015-06-18 | 1 | -3/+12 |