summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* name-rev: favor describing with tags and use committer date to tiebreakjc/name-rev-lw-tagJunio C Hamano2017-03-291-9/+44
* name-rev: refactor logic to see if a new candidate is a better nameJunio C Hamano2017-03-291-3/+13
* describe: localize debug output fullyMichael J Gruber2017-03-271-3/+12
* Merge branch 'sb/describe-broken'Junio C Hamano2017-03-271-9/+38
|\
| * builtin/describe: introduce --broken flagsb/describe-brokenStefan Beller2017-03-221-9/+38
* | Merge branch 'sb/push-options-via-transport'Junio C Hamano2017-03-271-0/+5
|\ \
| * | remote-curl: allow push optionssb/push-options-via-transportBrandon Williams2017-03-221-0/+5
* | | Merge branch 'jk/prefix-filename'Junio C Hamano2017-03-278-38/+27
|\ \ \
| * | | bundle: use prefix_filename with bundle pathjk/prefix-filenameJeff King2017-03-211-7/+1
| * | | prefix_filename: return newly allocated stringJeff King2017-03-217-18/+21
| * | | prefix_filename: drop length parameterJeff King2017-03-217-20/+9
| * | | hash-object: fix buffer reuse with --path in a subdirectoryJeff King2017-03-211-2/+5
| | |/ | |/|
* | | Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-241-8/+5
|\ \ \
| * | | receive-pack: simplify run_update_post_hook()rs/update-hook-optimRené Scharfe2017-03-181-8/+5
* | | | Merge branch 'rs/shortlog-cleanup'Junio C Hamano2017-03-241-1/+0
|\ \ \ \
| * | | | shortlog: don't set after_subject to an empty stringrs/shortlog-cleanupRené Scharfe2017-03-181-1/+0
* | | | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-211-16/+15
|\ \ \ \ \
| * | | | | index-pack: make pointer-alias fallbacks saferjk/pack-name-cleanupsJeff King2017-03-161-8/+12
| * | | | | replace snprintf with odb_pack_name()Jeff King2017-03-161-16/+11
| * | | | | odb_pack_keep(): stop generating keepfile nameJeff King2017-03-161-3/+3
* | | | | | Merge branch 'jk/rev-parse-cleanup'Junio C Hamano2017-03-211-52/+57
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | rev-parse: simplify parsing of ref optionsjk/rev-parse-cleanupJeff King2017-03-151-29/+16
| * | | | | rev-parse: add helper for parsing "--foo/--foo="Jeff King2017-03-151-10/+28
| * | | | | rev-parse: use skip_prefix when parsing optionsJeff King2017-03-151-20/+20
| |/ / / /
* | | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-03-201-5/+46
|\ \ \ \ \
| * | | | | difftool: handle modified symlinks in dir-diff modeDavid Aguilar2017-03-151-5/+46
* | | | | | Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano2017-03-171-1/+20
|\ \ \ \ \ \
| * | | | | | cherry-pick: detect bogus arguments to --mainlinejk/cherry-pick-0-mainlineJeff King2017-03-151-1/+20
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano2017-03-171-0/+7
|\ \ \ \ \ \
| * | | | | | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-081-0/+7
* | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-1720-360/+357
|\ \ \ \ \ \ \
| * | | | | | | builtin/merge-base: convert to struct object_idbrian m. carlson2017-02-221-14/+14
| * | | | | | | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-226-27/+27
| * | | | | | | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-223-12/+12
| * | | | | | | builtin/replace: convert to struct object_idbrian m. carlson2017-02-221-56/+56
| * | | | | | | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-222-11/+11
| * | | | | | | builtin/merge: convert to struct object_idbrian m. carlson2017-02-221-68/+66
| * | | | | | | builtin/clone: convert to struct object_idbrian m. carlson2017-02-221-5/+5
| * | | | | | | builtin/branch: convert to struct object_idbrian m. carlson2017-02-221-13/+13
| * | | | | | | builtin/grep: convert to struct object_idbrian m. carlson2017-02-221-12/+12
| * | | | | | | builtin/fmt-merge-message: convert to struct object_idbrian m. carlson2017-02-221-35/+35
| * | | | | | | builtin/fast-export: convert to struct object_idbrian m. carlson2017-02-221-29/+29
| * | | | | | | builtin/describe: convert to struct object_idbrian m. carlson2017-02-221-25/+25
| * | | | | | | builtin/diff-tree: convert to struct object_idbrian m. carlson2017-02-221-32/+31
| * | | | | | | builtin/commit: convert to struct object_idbrian m. carlson2017-02-201-23/+23
* | | | | | | | Merge branch 'rs/blame-code-cleanup'Junio C Hamano2017-03-171-17/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | blame: move blame_entry duplication to add_blame_entry()rs/blame-code-cleanupRené Scharfe2017-03-111-17/+8
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-172-25/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | config: add git_config_get_expiry() from gc.cChristian Couder2017-03-011-13/+2
| * | | | | | | | update-index: warn in case of split-index incoherencyChristian Couder2017-03-011-1/+10