summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-06-01builtin/apply: move 'numstat' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'diffstat' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'cached' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'allow_overlap' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'update_index' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'apply_verbosely' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'apply_with_reject' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'check_index' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'check' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'unidiff_zero' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'state' init into init_apply_state()Christian Couder
2016-05-12builtin/apply: introduce 'struct apply_state' to start libifyingChristian Couder
2016-05-12builtin/apply: move 'read_stdin' global into cmd_apply()Christian Couder
2016-05-12builtin/apply: move 'options' variable into cmd_apply()Christian Couder
2016-05-12builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()Christian Couder
2016-05-12builtin/apply: avoid local variable shadowing 'len' parameterChristian Couder
2016-05-12builtin/apply: avoid parameter shadowing 'linenr' globalChristian Couder
2016-05-12builtin/apply: avoid parameter shadowing 'p_value' globalChristian Couder
2016-05-12builtin/apply: make gitdiff_verify_name() return voidChristian Couder
2016-05-10Merge branch 'ew/doc-split-pack-disables-bitmap'Junio C Hamano
2016-05-06Merge branch 'bc/object-id'Junio C Hamano
2016-05-06Merge branch 'sb/clone-shallow-passthru'Junio C Hamano
2016-05-03Merge branch 'js/name-rev-use-oldest-ref'Junio C Hamano
2016-04-29Merge branch 'st/verify-tag'Junio C Hamano
2016-04-29Merge branch 'jc/merge-refuse-new-root'Junio C Hamano
2016-04-29Merge branch 'js/replace-edit-use-editor-configuration'Junio C Hamano
2016-04-29Merge branch 'sb/mv-submodule-fix'Junio C Hamano
2016-04-28pack-objects: warn on split packs disabling bitmapsEric Wong
2016-04-26clone: add `--shallow-submodules` flagStefan Beller
2016-04-25Merge branch 'en/merge-trivial-fix'Junio C Hamano
2016-04-25Merge branch 'dt/pre-refs-backend'Junio C Hamano
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-04-22Merge branch 'ad/commit-have-m-option'Junio C Hamano
2016-04-22Merge branch 'sb/submodule-helper-clone-regression-fix'Junio C Hamano
2016-04-22tag -v: verify directly rather than exec-ing verify-tagSantiago Torres
2016-04-22verify-tag: move tag verification code to tag.cSantiago Torres
2016-04-22verify-tag: prepare verify_tag for libificationSantiago Torres
2016-04-22name-rev: include taggerdate in considering the best nameJohannes Schindelin
2016-04-21pull: pass --allow-unrelated-histories to "git merge"Junio C Hamano
2016-04-20replace --edit: respect core.editorJohannes Schindelin
2016-04-19verify-tag: update variable name and typeSantiago Torres
2016-04-19mv: allow moving nested submodulesStefan Beller
2016-04-18Merge branch 'jk/branch-shortening-funny-symrefs'Junio C Hamano
2016-04-18Merge branch 'ky/branch-m-worktree'Junio C Hamano
2016-04-15Merge branch 'jv/merge-nothing-into-void' into maintJunio C Hamano
2016-04-15Merge branch 'ss/commit-squash-msg' into maintJunio C Hamano
2016-04-15Merge branch 'jk/startup-info' into maintJunio C Hamano
2016-04-15Merge branch 'gf/fetch-pack-direct-object-fetch' into maintJunio C Hamano
2016-04-15Merge branch 'jk/rev-parse-local-env-vars' into maintJunio C Hamano