summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2015-09-04Sync with 2.4.9Junio C Hamano-2/+4
2015-09-04Sync with 2.3.9Junio C Hamano-2/+4
2015-09-04Sync with 2.2.3Junio C Hamano-2/+4
2015-09-04show-branch: use a strbuf for reflog descriptionsJeff King-2/+4
2015-09-03Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano-3/+1
2015-09-03Merge branch 'jc/calloc-pathspec' into maintJunio C Hamano-2/+2
2015-09-03Merge branch 'jk/rev-list-has-no-notes' into maintJunio C Hamano-0/+3
2015-09-03Merge branch 'mh/get-remote-group-fix' into maintJunio C Hamano-8/+6
2015-08-31commit: don't rewrite shared index unnecessarilyDavid Turner-3/+1
2015-08-25Merge branch 'jk/guess-repo-name-regression-fix' into maintJunio C Hamano-1/+2
2015-08-24rev-list: make it obvious that we do not support notesJeff King-0/+3
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano-2/+2
2015-08-19Merge branch 'sb/remove-unused-var-from-builtin-add' into maintJunio C Hamano-2/+0
2015-08-19Merge branch 'ib/scripted-parse-opt-better-hint-string' into maintJunio C Hamano-27/+30
2015-08-19Merge branch 'db/send-pack-user-signingkey' into maintJunio C Hamano-0/+3
2015-08-19Merge branch 'jx/do-not-crash-receive-pack-wo-head' into maintJunio C Hamano-1/+1
2015-08-10clone: use computed length in guess_dir_nameJeff King-1/+2
2015-08-03Merge branch 'ss/clone-guess-dir-name-simplify' into maintJunio C Hamano-13/+6
2015-08-03Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maintJunio C Hamano-0/+5
2015-07-31add: remove dead codeStefan Beller-2/+0
2015-07-28get_remote_group(): use skip_prefix()Michael Haggerty-2/+1
2015-07-28get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty-2/+2
2015-07-28get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty-5/+5
2015-07-28get_remote_group(): handle remotes with single-character namesMichael Haggerty-2/+1
2015-07-27Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano-0/+1
2015-07-27Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maintJunio C Hamano-1/+1
2015-07-27Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano-1/+1
2015-07-22receive-pack: crash when checking with non-exist HEADJiang Xin-1/+1
2015-07-21builtin/send-pack.c: respect user.signingkeyJunio C Hamano-0/+3
2015-07-15Merge branch 'mh/fsck-reflog-entries' into maintJunio C Hamano-14/+20
2015-07-15Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' into maintJunio C Hamano-6/+6
2015-07-15rev-parse --parseopt: allow [*=?!] in argument hintsIlya Bobyr-27/+30
2015-07-13Merge branch 'es/worktree-add'Junio C Hamano-153/+199
2015-07-13Merge branch 'nd/multiple-work-trees'Junio C Hamano-112/+145
2015-07-13Merge branch 'ss/clone-guess-dir-name-simplify'Junio C Hamano-13/+6
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano-4/+6
2015-07-10Merge branch 'ls/hint-rev-list-count'Junio C Hamano-0/+1
2015-07-10Merge branch 'jk/rev-list-no-bitmap-while-pruning'Junio C Hamano-1/+1
2015-07-09Merge branch 'jc/fix-alloc-sortbuf-in-index-pack'Junio C Hamano-8/+8
2015-07-09clone: simplify string handling in guess_dir_name()Sebastian Schuberth-13/+6
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine-6/+4
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine-2/+6
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine-2/+4
2015-07-06worktree: extract basename computation to new functionEric Sunshine-9/+20
2015-07-06checkout: require worktree unconditionallyEric Sunshine-2/+0
2015-07-06checkout: retire --to optionEric Sunshine-166/+139
2015-07-06worktree: add -b/-B optionsEric Sunshine-0/+11
2015-07-06worktree: add --detach optionEric Sunshine-1/+4
2015-07-06worktree: add --force optionEric Sunshine-1/+5
2015-07-06worktree: introduce "add" commandEric Sunshine-0/+31