summaryrefslogtreecommitdiffstats
path: root/t/t2101-update-index-reupdate.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-08string_list_add_refs_from_colon_sep(): use string_list_split()Michael Haggerty1-13/+8
2012-11-08notes: fix handling of colon-separated valuesMichael Haggerty1-2/+2
2012-11-08combine_notes_cat_sort_uniq(): sort and dedup lines all at onceMichael Haggerty1-22/+16
2012-11-08Initialize sort_uniq_list using named constantMichael Haggerty1-1/+1
2012-11-08string_list: add a function string_list_remove_empty_items()Michael Haggerty3-1/+24
2012-11-08push/pull: adjust missing upstream help text to changed interfaceMichael J Gruber1-1/+1
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano6-4/+12
2012-11-04cvsimport: work around perl tzset issueJeff King1-4/+13
2012-11-04strbuf_split*(): document functionsMichael Haggerty2-0/+49
2012-11-04strbuf_split*(): rename "delim" parameter to "terminator"Michael Haggerty2-9/+11
2012-11-04strbuf_split_buf(): simplify iterationMichael Haggerty1-13/+10
2012-11-04strbuf_split_buf(): use ALLOC_GROW()Michael Haggerty1-10/+7
2012-11-02commit: fixup misplacement of --no-post-rewrite descriptionAndreas Schwab1-4/+3
2012-11-02Document 'git commit --no-edit' explicitlyMatthieu Moy1-0/+5
2012-10-30fix 'make test' for HP NonStopJoachim Schmitz1-0/+4
2012-10-29Add -S, --gpg-sign option to manpage of "git commit"Tom Jones1-1/+5
2012-10-29fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy3-948/+952
2012-10-29Add tests for submodule sync --recursivePhil Hord1-2/+53
2012-10-29Teach --recursive to submodule syncPhil Hord1-2/+12
2012-10-29submodule status: remove unused orig_* variablesJens Lehmann1-3/+1
2012-10-29t7407: Fix recursive submodule testPhil Hord1-2/+2
2012-10-29fetch-pack: remove global (static) configuration variable "args"Nguyễn Thái Ngọc Duy1-77/+83
2012-10-29send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy4-333/+350
2012-10-29Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy7-53/+52
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy4-14/+14
2012-10-29Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2-39/+38
2012-10-29Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy6-112/+125
2012-10-29parse_dirstat_params(): use string_list to split comma-separated stringMichael Haggerty1-19/+21
2012-10-29Documentation: improve the example of overriding LESS via core.pagerPatrick Palka1-4/+4
2012-10-29doc: git-reset: make "<mode>" optionalKrzysztof Mazur1-4/+4
2012-10-28diff_grep: use textconv buffers for add/deleted filesJeff King2-2/+14
2012-10-28Fix t9200 on case insensitive file systemsTorsten Bögershausen1-1/+1
2012-10-28mailmap: avoid out-of-bounds memory accessRomain Francoise1-1/+1
2012-10-26submodule add: fix handling of --reference=<repo> optionStefan Zager1-1/+0
2012-10-26Doc User-Manual: Patch cover letter, three dashes, and --notesPhilip Oakley1-0/+7
2012-10-26Document git-svn fetch --log-window-size parameterGunnlaugur Þór Briem1-0/+7
2012-10-26Doc format-patch: clarify --notes use casePhilip Oakley1-7/+6
2012-10-26Use character class for sed expression instead of \sBen Walton1-1/+1
2012-10-25configure: fix some output messageStefano Lattarini1-2/+2
2012-10-25Doc repository-layout: Show refs/replacePhilip Oakley1-0/+6
2012-10-25Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy4-6/+6
2012-10-25Doc notes: Include the format-patch --notes optionPhilip Oakley1-0/+4
2012-10-25Doc SubmittingPatches: Mention --notes option after "cover letter"Philip Oakley1-1/+2
2012-10-25git-send-email: add rfc2047 quoting for "=?"Krzysztof Mazur1-1/+1
2012-10-25git-send-email: introduce quote_subject()Krzysztof Mazur1-6/+19
2012-10-25git-send-email: skip RFC2047 quoting for ASCII subjectsKrzysztof Mazur2-1/+19
2012-10-25git-send-email: use compose-encoding for SubjectKrzysztof Mazur2-4/+18
2012-10-25git-pull: Avoid merge-base on detached headPhil Hord1-0/+1
2012-10-21Git 1.8.0v1.8.0Junio C Hamano3-10/+19
2012-10-21git symbolic-ref --delete $symrefJohan Herland3-11/+62