summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-08-03Merge branch 'ss/clone-guess-dir-name-simplify' into maintJunio C Hamano1-13/+6
2015-08-03Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maintJunio C Hamano1-0/+5
2015-08-03for-each-ref: add '--contains' optionKarthik Nayak1-0/+2
2015-08-03ref-filter: implement '--contains' optionKarthik Nayak1-0/+5
2015-08-03parse-options.h: add macros for '--contains' optionKarthik Nayak2-24/+4
2015-08-03parse-option: rename parse_opt_with_commit()Karthik Nayak2-4/+4
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak1-0/+3
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak1-0/+4
2015-08-03ref-filter: add parse_opt_merge_filter()Karthik Nayak1-0/+4
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak1-2/+7
2015-08-03ref-filter: implement '--points-at' optionKarthik Nayak1-0/+4
2015-08-03tag: libify parse_opt_points_at()Karthik Nayak1-19/+2
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak1-10/+11
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak1-1074/+0
2015-07-31add: remove dead codeStefan Beller1-2/+0
2015-07-28get_remote_group(): use skip_prefix()Michael Haggerty1-2/+1
2015-07-28get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty1-2/+2
2015-07-28get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty1-5/+5
2015-07-28get_remote_group(): handle remotes with single-character namesMichael Haggerty1-2/+1
2015-07-27Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano1-0/+1
2015-07-27Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maintJunio C Hamano1-1/+1
2015-07-27Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano1-1/+1
2015-07-24rerere: use "struct rerere_id" instead of "char *" for conflict IDJunio C Hamano1-1/+1
2015-07-24rerere: call conflict-ids IDsJunio C Hamano1-2/+2
2015-07-22receive-pack: crash when checking with non-exist HEADJiang Xin1-1/+1
2015-07-22pull: allow dirty tree when rebase.autostash enabledKevin Daudt1-1/+5
2015-07-21builtin/send-pack.c: respect user.signingkeyJunio C Hamano1-0/+3
2015-07-21update-ref and tag: add --create-reflog argDavid Turner2-4/+15
2015-07-21git-reflog: add exists commandDavid Turner1-1/+32
2015-07-21refs: new public ref function: safe_create_reflogDavid Turner1-9/+5
2015-07-21refs.c: add err arguments to reflog functionsDavid Turner1-3/+5
2015-07-20checkout: drop intimate knowledge of newly created worktreeEric Sunshine1-7/+2
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Eric Sunshine1-2/+1
2015-07-20worktree: avoid resolving HEAD unnecessarilyEric Sunshine1-12/+5
2015-07-20worktree: make setup of new HEAD distinct from worktree populationEric Sunshine1-5/+15
2015-07-20worktree: detect branch-name/detached and error conditions locallyEric Sunshine1-0/+18
2015-07-20worktree: add_worktree: construct worktree-population command locallyEric Sunshine1-11/+8
2015-07-20worktree: elucidate environment variables intended for child processesEric Sunshine1-2/+5
2015-07-20worktree: make branch creation distinct from worktree populationEric Sunshine1-3/+14
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine1-1/+1
2015-07-20worktree: make --detach mutually exclusive with -b/-BEric Sunshine1-2/+2
2015-07-20worktree: introduce options containerEric Sunshine1-18/+27
2015-07-20worktree: simplify new branch (-b/-B) option checkingEric Sunshine1-5/+8
2015-07-20worktree: improve worktree setup messageEric Sunshine1-1/+1
2015-07-20branch: publish die_if_checked_out()Eric Sunshine1-67/+0
2015-07-20checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine1-1/+5
2015-07-20checkout: check_linked_checkout: simplify symref parsingEric Sunshine1-9/+6
2015-07-20checkout: check_linked_checkout: improve "already checked out" aestheticEric Sunshine1-0/+1
2015-07-20checkout: generalize die_if_checked_out() branch name argumentEric Sunshine1-7/+8
2015-07-20checkout: die_if_checked_out: simplify strbuf managementEric Sunshine1-4/+3