aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
* Sync with 2.4.10Junio C Hamano2015-09-28
|\
| * Sync with 2.3.10Junio C Hamano2015-09-28
| |\
| | * merge-file: enforce MAX_XDIFF_SIZE on incoming filesJeff King2015-09-28
| | * react to errors in xdi_diffJeff King2015-09-28
* | | Sync with 2.4.9Junio C Hamano2015-09-04
|\ \ \ | |/ /
| * | Sync with 2.3.9Junio C Hamano2015-09-04
| |\ \ | | |/
| | * Sync with 2.2.3Junio C Hamano2015-09-04
| | |\
| | | * show-branch: use a strbuf for reflog descriptionsJeff King2015-09-04
* | | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano2015-09-03
|\ \ \ \
| * | | | commit: don't rewrite shared index unnecessarilyDavid Turner2015-08-31
* | | | | Merge branch 'jc/calloc-pathspec' into maintJunio C Hamano2015-09-03
|\ \ \ \ \
| * | | | | ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2015-08-20
| | |/ / / | |/| | |
| * | | | Merge branch 'ss/clone-guess-dir-name-simplify' into maintJunio C Hamano2015-08-03
| |\ \ \ \
| * \ \ \ \ Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maintJunio C Hamano2015-08-03
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano2015-07-27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maintJunio C Hamano2015-07-27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-27
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'jk/rev-list-has-no-notes' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rev-list: make it obvious that we do not support notesJeff King2015-08-24
* | | | | | | | | | | Merge branch 'mh/get-remote-group-fix' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | get_remote_group(): use skip_prefix()Michael Haggerty2015-07-28
| * | | | | | | | | | get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty2015-07-28
| * | | | | | | | | | get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty2015-07-28
| * | | | | | | | | | get_remote_group(): handle remotes with single-character namesMichael Haggerty2015-07-28
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/guess-repo-name-regression-fix' into maintJunio C Hamano2015-08-25
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | clone: use computed length in guess_dir_nameJeff King2015-08-10
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'sb/remove-unused-var-from-builtin-add' into maintJunio C Hamano2015-08-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add: remove dead codeStefan Beller2015-07-31
* | | | | | | | | | Merge branch 'ib/scripted-parse-opt-better-hint-string' into maintJunio C Hamano2015-08-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rev-parse --parseopt: allow [*=?!] in argument hintsIlya Bobyr2015-07-15
* | | | | | | | | | | Merge branch 'db/send-pack-user-signingkey' into maintJunio C Hamano2015-08-19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/send-pack.c: respect user.signingkeyJunio C Hamano2015-07-21
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'mh/fsck-reflog-entries' into maintJunio C Hamano2015-07-15
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' into maintJunio C Hamano2015-07-15
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jx/do-not-crash-receive-pack-wo-head' into maintJunio C Hamano2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | receive-pack: crash when checking with non-exist HEADJiang Xin2015-07-22
* | | | | | | | | | | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano2015-07-12
| * | | | | | | | | | | | | | checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine2015-07-07
| * | | | | | | | | | | | | | worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine2015-07-07
| * | | | | | | | | | | | | | worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine2015-07-06
| * | | | | | | | | | | | | | worktree: extract basename computation to new functionEric Sunshine2015-07-06
| * | | | | | | | | | | | | | checkout: require worktree unconditionallyEric Sunshine2015-07-06
| * | | | | | | | | | | | | | checkout: retire --to optionEric Sunshine2015-07-06
| * | | | | | | | | | | | | | worktree: add -b/-B optionsEric Sunshine2015-07-06
| * | | | | | | | | | | | | | worktree: add --detach optionEric Sunshine2015-07-06
| * | | | | | | | | | | | | | worktree: add --force optionEric Sunshine2015-07-06
| * | | | | | | | | | | | | | worktree: introduce "add" commandEric Sunshine2015-07-06
| * | | | | | | | | | | | | | checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine2015-07-06