aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'sb/string-list'Junio C Hamano2014-12-22
|\
| * string_list: remove string_list_insert_at_index() from its APIStefan Beller2014-12-04
| * mailmap: use higher level string list functionsStefan Beller2014-12-04
| * string_list: document string_list_(insert,lookup)Stefan Beller2014-11-24
* | Merge branch 'sv/doc-stripspace'Junio C Hamano2014-12-22
|\ \
| * | Documentation/git-stripspace: add synopsis for --comment-linesSlavomir Vlcek2014-12-04
* | | Merge branch 'rt/completion-tag'Junio C Hamano2014-12-22
|\ \ \
| * | | completion: add git-tag optionsRalf Thielow2014-12-04
* | | | Merge branch 'mg/doc-check-ignore-tracked-are-not-ignored'Junio C Hamano2014-12-22
|\ \ \ \
| * | | | check-ignore: clarify treatment of tracked filesMichael J Gruber2014-12-04
| |/ / /
* | | | Merge branch 'jk/credential-quit'Junio C Hamano2014-12-22
|\ \ \ \
| * | | | prompt: respect GIT_TERMINAL_PROMPT to disable terminal promptsJeff King2014-12-04
| * | | | credential: let helpers tell us to quitJeff King2014-12-04
| |/ / /
* | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-22
|\ \ \ \
| * | | | compat: convert modes to use portable file type valuesDavid Michael2014-12-04
| |/ / /
* | | | Merge branch 'ps/new-workdir-into-empty-directory'Junio C Hamano2014-12-22
|\ \ \ \
| * | | | git-new-workdir: don't fail if the target directory is emptyPaul Smith2014-12-03
* | | | | Merge branch 'nd/ls-tree-pathspec'Junio C Hamano2014-12-22
|\ \ \ \ \
| * | | | | t3102: style modernizationJunio C Hamano2014-12-01
| * | | | | t3102: document that ls-tree does not yet support negated pathspecJunio C Hamano2014-12-01
| * | | | | 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 'jc/hook-cleanup'Junio C Hamano2014-12-22
|\ \ \ \ \ \
| * | | | | | run-command.c: retire unused run_hook_with_custom_index()Junio C Hamano2014-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 'rj/t0050-passes'Junio C Hamano2014-12-22
|\ \ \ \ \ \
| * | | | | | t0050-*.sh: mark the rename (case change) test as passingRamsay Jones2014-11-30
* | | | | | | Merge branch 'js/push-to-deploy'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \
| * | | | | | | t5516: more tests for receive.denyCurrentBranch=updateInsteadJunio C Hamano2014-11-30
| * | | | | | | 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 'mh/find-uniq-abbrev'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \
| * | | | | | | | sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrevMike Hommey2014-11-26
* | | | | | | | | Merge branch 'pb/send-email-te'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-send-email: add --transfer-encoding optionPaolo Bonzini2014-11-25
| * | | | | | | | | git-send-email: delay creation of MIME headersPaolo Bonzini2014-11-25
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'pb/am-message-id-footer'Junio C Hamano2014-12-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-am: add --message-id/--no-message-idPaolo Bonzini2014-11-25
| * | | | | | | | | 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
| * | | | | | | | | prune_remote(): exit early if there are no stale referencesMichael Haggerty2014-11-25
| | |_|_|_|_|_|/ / | |/| | | | | | |