summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-01t3102: document that ls-tree does not yet support negated pathspecLibravatar Junio C Hamano1-0/+6
2014-12-01ls-tree: disable negative pathspec because it's not supportedLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2014-12-01ls-tree: remove path filtering logic in show_treeLibravatar Nguyễn Thái Ngọc Duy4-30/+15
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseLibravatar Nguyễn Thái Ngọc Duy7-37/+50
2014-12-01run-command.c: retire unused run_hook_with_custom_index()Libravatar Junio C Hamano2-21/+0
2014-11-30for-each-ref: correct spelling of Tcl in option descriptionLibravatar Ralf Thielow1-1/+1
2014-11-30t0050-*.sh: mark the rename (case change) test as passingLibravatar Ramsay Jones1-1/+1
2014-11-30push: truly use "simple" as default, not "upstream"Libravatar Jeff King2-6/+34
2014-11-30pack-bitmap: do not use gcc packed attributeLibravatar Karsten Blees4-18/+29
2014-11-30t5516: more tests for receive.denyCurrentBranch=updateInsteadLibravatar Junio C Hamano1-9/+87
2014-11-30receive-pack: add another option for receive.denyCurrentBranchLibravatar Johannes Schindelin3-2/+124
2014-11-30system_path(): always return free'able memory to the callerLibravatar Junio C Hamano4-12/+21
2014-11-29Merge branch 'master' of https://github.com/ralfth/git-po-deLibravatar Jiang Xin1-9/+9
2014-11-28l10n: de.po: fix typosLibravatar Hartmut Henkel1-9/+9
2014-11-26Git 2.2Libravatar Junio C Hamano2-1/+6
2014-11-26RelNotes: spelling & grammar tweaksLibravatar Marc Branchaud1-51/+52
2014-11-26sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrevLibravatar Mike Hommey1-1/+1
2014-11-25git-am: add --message-id/--no-message-idLibravatar Paolo Bonzini3-2/+53
2014-11-25git-mailinfo: add --message-idLibravatar Paolo Bonzini6-1/+73
2014-11-25t9001: style modernisation phase #5Libravatar Junio C Hamano1-76/+74
2014-11-25t9001: style modernisation phase #4Libravatar Junio C Hamano1-10/+10
2014-11-25t9001: style modernisation phase #3Libravatar Junio C Hamano1-52/+47
2014-11-25t9001: style modernisation phase #2Libravatar Junio C Hamano1-151/+151
2014-11-25t9001: style modernisation phase #1Libravatar Junio C Hamano1-17/+17
2014-11-25git-send-email: add --transfer-encoding optionLibravatar Paolo Bonzini5-0/+208
2014-11-25git-send-email: delay creation of MIME headersLibravatar Paolo Bonzini1-6/+19
2014-11-25sort_string_list(): rename to string_list_sort()Libravatar Michael Haggerty11-20/+20
2014-11-25prune_remote(): iterate using for_each_string_list_item()Libravatar Michael Haggerty1-8/+6
2014-11-25prune_remote(): rename local variableLibravatar Michael Haggerty1-6/+6
2014-11-25repack_without_refs(): make the refnames argument a string_listLibravatar Michael Haggerty3-31/+31
2014-11-25prune_remote(): sort delete_refs_list references en masseLibravatar Michael Haggerty1-1/+2
2014-11-25prune_remote(): initialize both delete_refs lists in a single loopLibravatar Michael Haggerty1-6/+9
2014-11-25prune_remote(): exit early if there are no stale referencesLibravatar Michael Haggerty1-18/+21
2014-11-25git-sh-setup.sh: use dashdash with basename callLibravatar Dan Wyand1-1/+1
2014-11-24string_list: document string_list_(insert,lookup)Libravatar Stefan Beller1-0/+10
2014-11-24git-compat-util.h: don't define _XOPEN_SOURCE on cygwinLibravatar Ramsay Jones1-1/+2
2014-11-24t5000 on Windows: do not mistake "sh.exe" as "sh"Libravatar Johannes Sixt1-1/+1
2014-11-24t/README: justify why "! grep foo" is sufficientLibravatar Junio C Hamano1-1/+2
2014-11-24SubmittingPatches: refer to t/README for testsLibravatar Junio C Hamano1-1/+2
2014-11-21Git 2.2.0-rc3Libravatar Junio C Hamano2-14/+15
2014-11-21mergetools: stop setting $status in merge_cmd()Libravatar David Aguilar3-3/+0
2014-11-21mergetool: simplify conditionalsLibravatar David Aguilar1-11/+5
2014-11-21difftool--helper: add explicit exit statementLibravatar David Aguilar1-0/+2
2014-11-21mergetool--lib: remove use of $status globalLibravatar David Aguilar1-14/+5
2014-11-21mergetool--lib: remove no-op assignment to $status from setup_user_toolLibravatar Junio C Hamano1-1/+0
2014-11-21init-db: improve the filemode trustability checkLibravatar Torsten Bögershausen1-0/+2
2014-11-21add: ignore only ignored filesLibravatar Michael J Gruber2-2/+8
2014-11-20diff-highlight: allow configurable colorsLibravatar Jeff King2-13/+90
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeLibravatar Jeff King4-6/+20
2014-11-20parse_color: support 24-bit RGB valuesLibravatar Jeff King4-5/+37