summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-08-03Merge branch 'ib/scripted-parse-opt-better-hint-string'Libravatar Junio C Hamano1-27/+30
2015-08-03Merge branch 'dt/log-follow-config'Libravatar Junio C Hamano1-0/+16
2015-08-03Merge branch 'jk/cat-file-batch-all'Libravatar Junio C Hamano1-35/+97
2015-08-03Merge branch 'js/fsck-opt'Libravatar Junio C Hamano4-36/+99
2015-08-03Merge branch 'mh/init-delete-refs-api'Libravatar Junio C Hamano10-48/+59
2015-08-03Merge branch 'pt/pull-builtin'Libravatar Junio C Hamano1-0/+882
2015-08-03Merge branch 'ee/clean-remove-dirs'Libravatar Junio C Hamano1-4/+26
2015-08-03Merge branch 'cb/parse-magnitude'Libravatar Junio C Hamano1-21/+4
2015-08-03Merge branch 'bc/gpg-verify-raw'Libravatar Junio C Hamano2-20/+35
2015-08-03Merge branch 'kn/for-each-ref'Libravatar Junio C Hamano1-1094/+19
2015-08-03Merge branch 'mh/replace-refs'Libravatar Junio C Hamano1-3/+3
2015-08-03Merge branch 'ss/clone-guess-dir-name-simplify' into maintLibravatar Junio C Hamano1-13/+6
2015-08-03Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maintLibravatar Junio C Hamano1-0/+5
2015-08-03for-each-ref: add '--contains' optionLibravatar Karthik Nayak1-0/+2
2015-08-03ref-filter: implement '--contains' optionLibravatar Karthik Nayak1-0/+5
2015-08-03parse-options.h: add macros for '--contains' optionLibravatar Karthik Nayak2-24/+4
2015-08-03parse-option: rename parse_opt_with_commit()Libravatar Karthik Nayak2-4/+4
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsLibravatar Karthik Nayak1-0/+3
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsLibravatar Karthik Nayak1-0/+4
2015-08-03ref-filter: add parse_opt_merge_filter()Libravatar Karthik Nayak1-0/+4
2015-08-03for-each-ref: add '--points-at' optionLibravatar Karthik Nayak1-2/+7
2015-08-03ref-filter: implement '--points-at' optionLibravatar Karthik Nayak1-0/+4
2015-08-03tag: libify parse_opt_points_at()Libravatar Karthik Nayak1-19/+2
2015-08-03for-each-ref: introduce filter_refs()Libravatar Karthik Nayak1-10/+11
2015-08-03ref-filter: move code from 'for-each-ref'Libravatar Karthik Nayak1-1074/+0
2015-07-31add: remove dead codeLibravatar Stefan Beller1-2/+0
2015-07-28get_remote_group(): use skip_prefix()Libravatar Michael Haggerty1-2/+1
2015-07-28get_remote_group(): eliminate superfluous call to strcspn()Libravatar Michael Haggerty1-2/+2
2015-07-28get_remote_group(): rename local variable "space" to "wordlen"Libravatar Michael Haggerty1-5/+5
2015-07-28get_remote_group(): handle remotes with single-character namesLibravatar Michael Haggerty1-2/+1
2015-07-27Merge branch 'ls/hint-rev-list-count' into maintLibravatar Junio C Hamano1-0/+1
2015-07-27Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maintLibravatar Junio C Hamano1-1/+1
2015-07-27Merge branch 'jk/index-pack-reduce-recheck' into maintLibravatar Junio C Hamano1-1/+1
2015-07-24rerere: use "struct rerere_id" instead of "char *" for conflict IDLibravatar Junio C Hamano1-1/+1
2015-07-24rerere: call conflict-ids IDsLibravatar Junio C Hamano1-2/+2
2015-07-22receive-pack: crash when checking with non-exist HEADLibravatar Jiang Xin1-1/+1
2015-07-22pull: allow dirty tree when rebase.autostash enabledLibravatar Kevin Daudt1-1/+5
2015-07-21builtin/send-pack.c: respect user.signingkeyLibravatar Junio C Hamano1-0/+3
2015-07-21update-ref and tag: add --create-reflog argLibravatar David Turner2-4/+15
2015-07-21git-reflog: add exists commandLibravatar David Turner1-1/+32
2015-07-21refs: new public ref function: safe_create_reflogLibravatar David Turner1-9/+5
2015-07-21refs.c: add err arguments to reflog functionsLibravatar David Turner1-3/+5
2015-07-20checkout: drop intimate knowledge of newly created worktreeLibravatar Eric Sunshine1-7/+2
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Libravatar Eric Sunshine1-2/+1
2015-07-20worktree: avoid resolving HEAD unnecessarilyLibravatar Eric Sunshine1-12/+5
2015-07-20worktree: make setup of new HEAD distinct from worktree populationLibravatar Eric Sunshine1-5/+15
2015-07-20worktree: detect branch-name/detached and error conditions locallyLibravatar Eric Sunshine1-0/+18
2015-07-20worktree: add_worktree: construct worktree-population command locallyLibravatar Eric Sunshine1-11/+8
2015-07-20worktree: elucidate environment variables intended for child processesLibravatar Eric Sunshine1-2/+5
2015-07-20worktree: make branch creation distinct from worktree populationLibravatar Eric Sunshine1-3/+14