aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository'Junio C Hamano2015-01-12
|\
| * pack-objects: use --objects-edge-aggressive for shallow reposbrian m. carlson2014-12-29
| * rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-29
* | Merge branch 'rs/simplify-parsing-commit-tree-S'Junio C Hamano2015-01-12
|\ \
| * | commit-tree: simplify parsing of option -S using skip_prefix()René Scharfe2014-12-29
* | | Merge branch 'rs/plug-strbuf-leak-in-merge'Junio C Hamano2015-01-12
|\ \ \
| * | | merge: release strbuf after use in suggest_conflicts()René Scharfe2014-12-29
* | | | Merge branch 'es/checkout-index-temp'Junio C Hamano2015-01-12
|\ \ \ \
| * | | | checkout-index: fix --temp relative path manglingEric Sunshine2014-12-29
* | | | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\ \ \ \ \
| * | | | | get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
| |/ / / /
* | | | | Merge branch 'jc/clone-borrow'Junio C Hamano2015-01-07
|\ \ \ \ \
| * | | | | clone: --dissociate option to mark that reference is only temporaryJunio C Hamano2014-10-15
* | | | | | Merge branch 'mh/update-ref-verify'Junio C Hamano2014-12-29
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty2014-12-11
* | | | | | Sync with maintJunio C Hamano2014-12-22
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'jk/push-simple' into maintJunio C Hamano2014-12-22
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mh/config-flip-xbit-back-after-checking' into maintJunio C Hamano2014-12-22
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rs/receive-pack-use-labs' into maintJunio C Hamano2014-12-22
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/colors-fix' into maintJunio C Hamano2014-12-22
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/checkout-from-tree' into maintJunio C Hamano2014-12-22
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | clean: typofixAlexander Kuleshov2014-12-22
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'rs/use-strbuf-complete-line'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | use strbuf_complete_line() for adding a newline if neededRené Scharfe2014-12-12
* | | | | | | | | | | Merge branch 'jk/commit-date-approxidate'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | commit: always populate GIT_AUTHOR_* variablesJeff King2014-12-11
| * | | | | | | | | | | commit: loosen ident checks when generating templateJeff King2014-12-11
* | | | | | | | | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | index-pack: terminate object buffers with NULDuy Nguyen2014-12-09
* | | | | | | | | | | | | Merge branch 'mg/branch-d-m-f'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | branch: allow -f with -m and -dMichael J Gruber2014-12-09
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'nd/ls-tree-pathspec'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ls-tree: disable negative pathspec because it's not supportedNguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | | | | | ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | | | | | tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-01
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | for-each-ref: correct spelling of Tcl in option descriptionRalf Thielow2014-11-30
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'js/push-to-deploy'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin2014-11-30
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | system_path(): always return free'able memory to the callerJunio C Hamano2014-11-30
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'pb/am-message-id-footer'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-mailinfo: add --message-idPaolo Bonzini2014-11-25
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sort_string_list(): rename to string_list_sort()Michael Haggerty2014-11-25
| * | | | | | | | | | | | | prune_remote(): iterate using for_each_string_list_item()Michael Haggerty2014-11-25
| * | | | | | | | | | | | | prune_remote(): rename local variableMichael Haggerty2014-11-25
| * | | | | | | | | | | | | repack_without_refs(): make the refnames argument a string_listMichael Haggerty2014-11-25
| * | | | | | | | | | | | | prune_remote(): sort delete_refs_list references en masseMichael Haggerty2014-11-25
| * | | | | | | | | | | | | prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty2014-11-25